I'm not too savy with code, but it was pretty easy to figure out out to center the header graphic. However, I want it to be moved down closer to the standard menu bar. Is there a way to close that gap to nothing?
Thanks in advance!
--------------- Added [DATE]1299895156[/DATE] at [TIME]1299895156[/TIME] ---------------
btw, for any of my fellow newbies out there, if you want to center the logo at the top of your page, find the header code:
HTML Code:
<td align="$stylevar[left]">
and replace it with this:
HTML Code:
<td align="center">
(there's the tiny bit of knowledge I can contribute at this point so far) haha