Quote:
Originally Posted by LadynRed
1st clue, IE gets it WRONG ! Firefox, which is eons more standards compliant, is rendering it CORRECTLY.
|
I well aware of the standards issue but I use Dreamweaver for layout and Firefox does not render what Dreamweaver sees on any of my machines (for this issue), so that's what I'm referring to as "wrong".
Quote:
Try adding this to your CSS:
#TextBox p{
padding: 0;
margin: 0;
}
|
That worked! Thanks so much. I had tried padding without the "p{" without sucess. What function does that server?
Quote:
|
Leave the <p>'s in. For heaven's sake ( and for search engines! ) use PROPER heading, ie. H1 tag and format your paragraphs properly, ie. do NOT use all those needless <br> tags. If you need to space paragraphs, use the CSS ,that's what it's there for !!
|
This is just rough test with cut and paste text where I was trying to figure out which tags broke it. I did not submit it here for XHTML validation
The reason I'm going through this whole exercise (rather than using graphic text/flash etc.) is precisely for search engine text with H1 tags etc.
This is a very odd site because of how the client wants it to look and function, but thanks again for your help.
|