Templates Part Three: Changing Layouts
When you no longer want to use the template, there is no need for messy recoding. All you have to do is link your site to a different CSS file. (If you are switching to a template that uses tables, you will have to recode your site, but removing my layout will still work.)
First, delete the CSS file for the template. Second, upload your new CSS file. Third, change the link in the HTML to your new CSS file. The link is easy to spot as it is at the top of the page between <head> and </head>. It will look a little like this:
<link href="yournewstyle.css" rel="stylesheet" type="text/css" />
You may have to tweak the HTML by renaming DIVs, but it should be a very simple process if the new layout you choose uses correct coding. Good luck with creating your web site and thank you for reading!