Hi I have a template (table) and now how to to convert into CSS (tabless) exactly the same. how hard this be?
It's not hard if you know what you're doing. If you have something aligned to the right in a table, then try floating it to the right in CSS. Just check what kind of attributes you have in the <table>, <td>, etc. tags and try turning them into eligible CSS code.
read this for more info : http://www.table2css.com/articles/convert-your-html-tables-to-css This has been a hot topic, so you can google out for more info
Just look at this, http://www.velocityreviews.com/forums/t162431-convert-table-to-css.html This gives examples to convert table to CSS. I think this will help you.
it should not me to hard you need to replate all table and td tags with div'S and use the css to give them the right positions