Is there a tool or site for converting HTML tables to CSS?
I need to quickly convert many HTML tables into CSS. I have found numerous tools and sites for converting the table STYLES to CSS, but not the table itself. I need to get rid of all <table>, <tr> and <td> tags. Any suggestions?
Public Comments
- use Java script to make a table!
- you have to do it yourself or pay someone to do it. I'd do it either way, cause I don't see too many people on here doing it, people need to stop using tables for layouts. that's not what tables were meant for, tables are for TABULAR DATA. Anyway, send me what you got and i'll help. and to the first poster... don't quit your day job. you NEVER use javascript for tables, that's hobbyist level web design.
- To get rid of the tables you will need to completely recode the template using div container and CSS. There is no quick fix to coding better. You will need to learn how to code using CSS and div containers. Check: http://www.freecss.info for articles and a complete guide to coding css can be found: http://www.w3schools.com/css/default.asp
- To get rid of all the <table>, <tr> and <td> tags, you can go to Edit -> Find and Replace (Ctrl-F) in Dreamweaver. Fill in the tags in the Find: and for the Replace: (leave it blank) You can do replace all your HTML files tables automatically if you specify 'Selected Files in Site' or 'Entire Current Local Site' from the Find In: drop down menu. Good luck and have fun. All the best! Cheers~
Powered by Yahoo! Answers