| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
|
|
#2 (permalink) |
|
i'm done, son
Join Date: Jan 2005
Posts: 12,262
|
You don't change a site from HTML to CSS. It should be HTML and CSS. HTML for data and structure, CSS for presentation and design. For a demonstration, see www.csszengarden.com - one HTML file, hundreds of designs. Good set of links at - http://veerle.duoh.com/index.php/blog/links/ |
|
|
|
#4 (permalink) |
|
i'm done, son
Join Date: Jan 2005
Posts: 12,262
|
Well, that's a big thing you're asking. Ditch the table layout, remove presentational elements and attributes from the HTML - "width=700" and so on. Control all of that with CSS. Build it and make it work in standards-compliant browsers - Firefox, Opera, Safari - then fix for IE. |
|
![]() |