The problem is semantics. Sure br is a quick and easy fix, but what is a br tag? It is a line break. Semantically, a line break should be used to show a break between the line above and the next...
If I want to have a visual line break in a paragraph of text (for design reasons) but not an actual line break in my mark-up, what method should I use?
I have a form for signing someone up for email alerts. The user has several options for what type of alerts to get. One of these options is to be emailed when a specific interest rate becomes...
oops...forgot to mention that part. It is only right in IE 7. I checked FF and safari for windows and mac and it has the white space in each case. I don't actually have a computer in my house with...
I have an unordered list holding 3 images floated left so they are in a horizontal row. There is a weird strip of white under each image that i'm not really sure about. Here is the css:
I used the tutorial at http://www.adobe.com/devnet/flash/articles/prog_download.html to create a progressive video player with a dynamic playlist. I used all of the source files that you can see on...
Basically I have a SWF video skin with the contentPath pointing to a FLV file. I have a few hundred different videos on several pages. Right now I make a new SWF for each video and then I embed it...
I'm having trouble finding anything about this, but is there a script available that allows you to add blog type content into an already designed website? Everything I have found are actual blog...
Thanks for all of the replies. I ended up using formmail. I did some research and found that this http://nms-cgi.sourceforge.net/scripts.shtml is supposed to be the most updated version, in case...
I created it on a widescreen monitor. I really don't think I am going to be sold on centering. If someone can give me a really good reason I will, but just saying that it looks awkward isn't...
what code are you using to embed the flash header? You should be able to change the wmode parameter to transparent and it should solve the problem. Here is what it would look like in the basic way...
well for some reason when I remove the margin-top: 125px that is making the white space in IE6, in FF my header images disappear. I am trying to figure that out right now.