Why My Logo is Not Rightly set?

Status
Not open for further replies.
9 comments
Try to edit the main.tpl and set the code correctly, try try try, the problem is in the main.tpl or maybe in the template.
 
<td width="33%" style="PADDING-BOTTOM: 5px; PADDING-LEFT: 20px; PADDING-RIGHT: 20px; HEIGHT: 50px; PADDING-TOP: 1px"><a href="http://blackw.org/"><IMG style="BORDER-Top: 0px; BORDER-LEFT: 0px; BORDER-TOP: 0px; BORDER-RIGHT: 0px" src="{THEME}/images/o.png" ></td>


this is in main.tpl
 
1. Copy ^^ that in a safe location
2. Just put this <center><a href="http://blackw.org/"></center>
3. if doesnt work paste your main.tpl code again
 
Change the img tag to this one:

<IMG class="bshare" style="BORDER-Top: 0px; BORDER-LEFT: 0px; BORDER-TOP: 0px; BORDER-RIGHT: 0px" src="/templates/Blue/images/o.png" >

on your css file:

img.bshare {margin:auto;}

Also try changing td width="33%" to 100% :p
 
Last edited:
find this
<IMG style="BORDER-Top: 0px; BORDER-LEFT: 0px; BORDER-TOP: 0px; BORDER-RIGHT: 0px" src="/templates/Blue/images/o.png" >

and change to this:
<IMG class="bshare" style="BORDER-Top: 0px; BORDER-LEFT: 0px; BORDER-TOP: 0px; BORDER-RIGHT: 0px" src="/templates/Blue/images/o.png" >


Open your css file and at this at the very last line:
img.bshare {margin:auto;}

If it doesn't work try making td width="33%" to td width="100%"

 
Status
Not open for further replies.
Back
Top