13,937 Topics
![]() | |
The page where I've inserted the named anchor is a newsletter. It has tables The code on that page is: a name="coats"></a> The page which links to the named anchor location is a blog. It is tableless. I want the blog to reference all the topics created in the newsletters. … | |
Ladies and Gents, I would appreciate your help solving a problem with an XP laptop I have been asked to clean up. It was riddled with Malware and Spyware including various fake scanners asking the user to upgrade to pro. I have been running malwarebytes and avg 2011 on it, … | |
![]() | I've recently started looking into Wordpress and things like it, because I had seen a few web designers that use it to make their website. So now I'm wondering, why do they use it? As far as I can understand, it's ideal for someone who is not good with html … |
So, I've been trying so many examples I've seen from google and checked several different sites and I cannot figure out for the life of me how to get the third iframe to align on the bottom of the page. On my screen its fine but on my buddy's, the … | |
Hi I'm not sure how to go about this but im trying to place a box on a page similar to this box that im typing in right now however it needs to look something like this: ID |First Name |LastName |Address 1 Some Guy 12 somewhereville It will be … | |
please help me out in HTML. can anyone teach me the codes of having a username and password in a html? ![]() | |
i want to put text into an image using css. i saw a few codes that tell you to put div inside a div. make one div relative and the other absolute. the problems that i have is that i already have a relative div outside the picture. can anyone … | |
i cant make my list float to the left. i want to create a horizontal navigation bar. i have everything set, but it wont float to the left. help, please [CODE] ul. nav { margin: 0; padding: 0; list-style: none; width: 72em; background: #FAA819 repeat-x; } ul. nav li { … | |
I don't know if this is even possible (hopefully it is) but, I'm looking for a way to align a div or an image past the leftmost extremity of the browser window. What I am trying to do is when you mouseover a link, an image will overlay the entire … | |
I used the method to stretch a background image with CSS from this page [url]http://www.daniweb.com/forums/thread140397.html[/url] and it works great in all the modern browsers I tested but I had 2 problems: 1. it doesn't validate (how much does this matter?) and 2.it doesn't work in older IE browsers Any thoughts … | |
Greetings, I'm new here, and as mentioned, I'm starting to learn to work in FLASH. My background is VB6. I'm mainly using books to learn FLASH, but would love to occasionally have someone live to glance at what I've created, and point out what would work better, or have I … | |
I've come across a strange glitch with my website: [URL="pinchweb.com"]pinchweb.com[/URL] I've managed to make it so as to not require any browser-specific code so it's relatively generic. All except one strange glitch on the navigational bar while using the Opera browser. About the top quarter of the navbar image is … | |
Hello all, I have a simple web form that use an email address to send information once it's submitted. I need to modify it to where it sends the info to an access database. How can I make that happen? web form: [CODE] <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE html PUBLIC … | |
Hi, I want to add live stream ( tv ) or vod streams ( previously prepared videos) on the page. the protocol is RTSP but I am not sure how can I embed those to my web page. Since embed tag is on html5 and not all the browsers ( … | |
I have created a form on my site that appears distorted on older browsers with the text boxes shifted to the next line and to the right. I have used absolute positioning and spaces only for formatting. Moreover even in new browsers on zooming in, I get the same problem. … | |
Hi I am designing a templates for a developer and for some reason or another my left and right borders are not adjusting right to the height of the div container. you can take a peek at it to see my lovely css mistakes [url=http://lime.dwdcweb.info/keylime/index.php]here[/url]. Could you assit me with … | |
Hi everyone. I have a website setup and want to add a blog to the site. On my navigation bar i want to have a link to the main (say we call it index.php) page of my blog. I have installed wordpress v3 successful in a folder named blog in … | |
Hi, I've been busy writing a script to upload photo's to my webserver, and after a lot of searching I finally managed to get the permissions correct, but now I'm having another problem. There are quite a lot of posts about it, but they all come down to having the … | |
Hi im just made a webbrowser on cisual studio 2008 to enter automaticly to a link but me i want the webbrowser to enter to the link and wait 10 sec then click on Tab key then click on ENTER key Then ENTER key again , then wait 10 sec … | |
I need several square pictures for my website and display them in 100 x 100 px using CSS. When I use bigger pictures (for example 300 x 300, 455 x 455 or any square size), the result in Internet Explorer 7.0, 8.0 and Google Chrome looks really good. The image … | |
Hi! I've been searching for a solution to this problem for almost a week now and I can't find anything. I'm building my first website in Dreamweaver and using a horizontal spry menu bar for the navigation. The bar shows up perfectly in Firefox (at the bottom and center of … | |
![]() | I Wanna make money online how my ideas are rubbish or make a ipod application any tips on HOW to find ideas and pricing I own SNIP SNIP SNIP i am looking to sell it has i don't have any ideas on hwo to make it work any ideas |
I want to know how to create users on my website. I go through JustHost. They let you make accounts for other people but you have to confirm the account I believe. Also once I figure out how to do there accounts I want to be able to add credits … | |
I have html similar to this [CODE]<span><a href="link"><img.. /></a></span>[/CODE]. In IE and Firefox, when the image is clicked, it highlights a box around the image. From that point on the box remains around the image. I don't want any highlighting effects whatsoever. How can I use css or an inline … | |
Hello, I am making a website that will look good in any resolution(its called fluid i think) and i wont that div "space" will be 30% height, but its not working :( [CODE]<div id="bg"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/bg.jpg" width="100%" height="100%" alt=""> <div class="space"> </div> <div class="content"> somthing thats needs to be … | |
Hey there, I have an annoying problem! I hope someone else has experienced the same. I am basically trying to style a text box, and make it a bit more dynamic. However, on windows machines (in FF, CH & IE), I am finding that the mouse cursor disappears when I … | |
i'm having difficulty achieving this. any help would be appreciated. i would like the div content1 and content2 to fill up the remaining space vertically in a window with a set minimum height. it needs to adjust automatically with window resize. many thanks! [CODE]<style type="text/css"> html, body { height: 100%; … | |
On this page: [url]http://ewh.ieee.org/r1/schenectady/New/[/url] I have a <ul> element (the menu bar) followed by a <p> element (the main body text). Shouldn't the <p> be below the <ul> since it is a block element by default (instead of on the same line as it, as it is now)? Thanks, David | |
What is the difference between <div align="center"> and <div style="text-align:center"> aside from the obvious difference that the latter is CSS? | |
SWF Object Causing IE top margin problems I have a flash mp3 player on my website that is causing the main wrapper of the page to shift down by about 3px. The pages display perfectly in Fire Fox but when I open them in Internet Explorer 8 there is appears … |
The End.