|
|||||||
| CSS Discussion and technical support relating to Cascading Style Sheets. |
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
What a mess. Got rid of tables but yuck!!
I originally built this site using tables which several members of the board pointed out is not setting a good example for beginning web designers who visit my site. So I rebuilt using css. Although I've managed to get it to look presentable the code is a mess. I've got divs inside of divs inside of divs. The css page is particularly bad. It looks right in Ie (heard this before?) but not in other browsers. I'm going to study up some more and then reuild it but in the mean time I appreciate any suggestions. I'd really like to get this site on it's own domain and start trying get some traffic and hopefully make money.
Look at this in IE to see how it's supposed to look, then check it in Opera or whatever. http://boutte.awardspace.com/css.html Thanks
__________________
http://www.boutteguides.com My site |
|
#2
|
||||
|
||||
|
It's not as bad as you think, although I'm surprised that a web designer writing about CSS doesn't know how to use it.
![]() You need to apply a wrapper to encase your coding, and then apply a background of #fff. KDLA
__________________
FYI * My screen resolution is set at 1680x1050 * I'm accessing your site through a T1 line * I'm probably viewing it using Firefox (unless browser is specified) |
|
#3
|
|||
|
|||
|
Quote:
"You need to apply a wrapper to encase your coding," Please explain This is the first I've built in 6years, I could do all kinds of neat stuff with tables but now it's a new day I guess. Thanks
__________________
http://www.boutteguides.com My site |
|
#4
|
|||
|
|||
|
KDA
I just noticed your sig. I'll check it out.
__________________
http://www.boutteguides.com My site |
|
#5
|
||||
|
||||
|
Your doctype is incorrect and is in quirks mode. See my link below. Then validate for a list of your errors.
|
|
#6
|
||||
|
||||
|
Next time you start creating a web page start by writing semantic HTML where the tags identify what they contain. Properly downe HTML and CSS should require very few div tags. Most web sites using CSS have about 10 times as many div tags or more as they actually need since all of the tags you already have on the page are usually all that you need to attach the ids and classes to in order to get the stylesheet to work.
__________________
Stephen Free Computer Help, blog, forum Web design ebooks and software JavaScript scripts and tutorials |
|
#7
|
|||
|
|||
|
Quote:
__________________
http://www.boutteguides.com My site |
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|