12
Geesh, relax.
>Open the theme.html file for your theme
>Find the following code at the top of the page:
<td id="headerbar" colspan="2">
>Replace with the following code:
<td id="headerbar" colspan="2" style="border:1px solid #9F9F9F;">
>Now find the following code at the bottom of the page:
<table cellspacing="0">
<tr id="footerbar">
>Replace with the following code:
<table cellspacing="0" style="border:1px solid #9F9F9F;">
<tr id="footerbar">
>FTP into your server root and navigate to the /templates_c directory
>Delete everything in the /templates_c directory except index.html
>Refresh your homepage... Tada!
Took five minutes using basic html and inline styles. Quick, dirty, but effective.
Enjoy!