Forum Moderators: not2easy

Message Too Old, No Replies

converting website to css from frontpage

css, converting, nested tables

         

A340lex

1:48 am on Nov 5, 2009 (gmt 0)

10+ Year Member



We need help with converting a website (done with Frontpage) to purely css. (like on csszengarden.com)

We would need help with four pages with different styles to remove all font tags, <br>'s and all nested
tables.

[edited by: eelixduppy at 2:41 pm (utc) on Nov. 7, 2009]

D_Blackwell

2:09 am on Nov 5, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome A340lex.

Rather than stripping out all of the FrontPage garbage code, and dumping tons of deprecated tags, and converting away from table design - it would probably be easier to do a complete redesign - even if replicating the look that you already have

Start with one page to get comfortable with using valid HTML and CSS, and then build your knowledge and skills. Markup a skeleton of the design (the key container boxes). Get that working crossbrowser. Then fill in sub-sections and test that everything still works. Then go a little deeper into CSS to style colors, border, padding text-decoration: - Break the project down into pieces, starting with the main outline and working your way to more and more detail.

One way to go. You may get numerous other suggestions.