spufi
10-16-2003, 01:17 PM
http://www.matts-website.net/alt/index3.html
http://www.matts-website.net/alt/styles3.css
There's the link to the code, and CSS. Here's where I'm kind of stuck. The spacing of my text in the menus and entries is good in terms of the amount of space on top and below the bottom of the text, however, in order to make it look correct, I had to give my <p> tags in my entry class a marign of zero. A margin of zero works except for it makes a <p> tag act like a <br> tag, and I don't want that. I'm trying to avoid having to create a class for the first and last <p> tags I use in a entry <div> just so my formatting is correct. It seems like it would be over kill. And ideas on how to simplify this? I just saw how my <ul> looks different in Mozilla compared to IE, so I got to work on that too.
http://www.matts-website.net/alt/styles3.css
There's the link to the code, and CSS. Here's where I'm kind of stuck. The spacing of my text in the menus and entries is good in terms of the amount of space on top and below the bottom of the text, however, in order to make it look correct, I had to give my <p> tags in my entry class a marign of zero. A margin of zero works except for it makes a <p> tag act like a <br> tag, and I don't want that. I'm trying to avoid having to create a class for the first and last <p> tags I use in a entry <div> just so my formatting is correct. It seems like it would be over kill. And ideas on how to simplify this? I just saw how my <ul> looks different in Mozilla compared to IE, so I got to work on that too.