| Resources & Stock Images / Tutorials / deviantART Tutorials | ©2009-2013 `Kjherstin |
THE "PRE CODE":CSS Only [no Header and no Footer]
<style>
{Paste in your CSS Code here}
</style>
<journaltext/>CSS with Header only
<style>
{Paste in your CSS Code here}
</style>
<div class="header">header goes here</div>
<journaltext/>CSS with Footer only
<style>
{Paste in your CSS Code here}
</style>
<journaltext/>
<div class="footer">footer goes here</div>CSS with both Header and Footer
<style>
{Paste in your CSS Code here}
</style>
<div class="header">header goes here</div>
<journaltext/>
<div class="footer">footer goes here</div>




why is this so complicated? XD