indygo posted about that a while back, give me a moment here....
-=-=-=-=-=-=-=-=-
Indygo:
PLEASE READ IMPORTANT NOTE AT BOTTOM!
/* background color for club headings */
td.firstrow {background:green;}
/* custom logo - file linked to should be 150 pixels square */
td[width='200'] table[width='100%'] td img {opacity:0;filter:alpha(opacity=0)}
td[width='200'] table[width='100%'] td {background-image:url(http://www.marasight.com/sitelayout/clublogo.png
);background-position:center; background-repeat:no-repeat;}
IMPORTANT NOTE: Making the non-layout part of the marapets page (ie the club links, or the rest of the page) unreadable or unuseable, or messing with the ads in any way is against the rules
more stuff here: http://www.marapets.com/topics.php?id=2330933&fid=14&page=0
-=-=-=-=-=-=-=-=-=-=-=-
My way of adding a club logo:
Put it outside of EVERYTHING (oh and this time the numbers should be at least close to right ) :
<div class='dos' style='position: absolute; left: 145px; top: 251px; width: 150px; height: 150px; overflow: hidden; '>
<img class='dos' src='
UR IMG URL HERE
' alt='Oh No's! - It Broke' title='Our Club Logo - Join Today' /> </div>
like I said it goes outside of any and all tag/css/comments/anything, heck, you could put it as the very first thing in the box. replace the UR IMG URL HERE with the direct link/URL of ur logo from somewhere online (photobucket etc.)
Also in your css, do NOT add a class called dos. if you don't know what that means, then don't worry about it because you can't do it by mistake.