Forum Moderators: phranque
<br>
<center>
<table>
<p>
<font>
<a href=""></a>
<b>
It seems like everybody is using these <div> tags these days. Is there a program out there that can convert my site's code to something a little more modern day ?
mike
I would start by eliminating all FONT tags and using CSS instead.
At the same time, BR and CENTER would also go away, with the margins, padding and position controlled by CSS.
Make sure that all content is within a box, whether that be a heading, paragraph, list, table, or form. You'll only need the odd DIV here and there.
Is there a program out there that can convert my site's code to something a little more modern day?
Ya, there are some "human" programs out there that may be able to do this. You open the old page, select all, copy, paste into Notepad, select all, copy and then paste into the new page with proper HTML specs. From there you use the styling menu to apply look and feel to the page and viola, you are done. It is a pretty painless process. In most instances, you'll find it worth the time as you may see things you didn't know were there. You might even have some more ideas to expand that content. I don't want to get you too excited about that prospect though. ;)
I've got ALOT of pages to do.
Templates and database, you'll want to give that serious consideration.