How to convert a <table> into a <div> then convert that into CSS

Status
Not open for further replies.

PylonHotel

New Member
Apr 11, 2011
87
1
Hey there ;)

I have recently made a layout but someone said to me to use <div> instead of <table>. Now I don't know what difference it makes but I think it makes a massive difference, so how do I do this?

When I have converted it into <div>, how would I change that into CSS?

Thank you,

- William
 

Jo$h

Posting Freak
Jul 7, 2010
1,030
79
I don't understand how you converted a <table> into a <div> ?

I know I always used to use Tables before learning CSS. So you can do <div style="css"> or create a CSS file and <link> it to your document then run <div id=""> or <div class="">
 
Status
Not open for further replies.

Users who are viewing this thread

Top