Newbie to CSS here,
I have a site developed with Tables, Frames ans Framesets. Is there an easy way to convert this into a CSS based layout?
I would at least like to remove the table and use Divs with CSS placement, but I have never attempted this before. Any Guidelines would be nice.
The site uses PHP for most of it, also the site is very data driven, so the tables are populated on the fly using MySQL.
Can I substitute this
with a better way?Code:<table> <tr> <td>PHP to generate my MySQL data here</td> </tr> </table>



Reply With Quote

Bookmarks