Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Convert HTML to CSS

Status
Not open for further replies.

wsexton

Technical User
Dec 4, 2001
49
0
0
US
I have a web page I created using Dreamweaver. It has a table, with table cells, etc. Is there some way I can convert this to CSS without having to rewrite the whole thing? In other words, strip the tags out and put them into an external style sheet without having to go through an entire redesign?

Any suggestions are appreciated.
 
You might want to post this in the HTML and CSS forum for a better response:

Forum215

----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.
 
Is there some way I can convert this to CSS without having to rewrite the whole thing?

to put it simply: no

I would say that it's almost always better to rewrite a page from scratch if you're going from a table layout to a CSS layout. Too often all the stylizing gets mingled in with the HTML - and it's just a nightmare to take out.

-kaht

How much you wanna make a bet I can throw a football over them mountains?
sheepico.jpg
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top