View Single Post
  #6  
Old 19th October 2008, 13:01
kp380lv's Avatar
kp380lv kp380lv is offline
Senior Member
 
Join Date: May 2008
Latvia
Posts: 388
Question
I need tracker upside with round corners:) I need it make with picture corners who i made on Adobe Photoshop..

This is default logo and logobgrepeat code! So what i need to change?

Code:
<table width="76%" class="clear" align="center" border="0" cellspacing="0" cellpadding="0" style="background: transparent;">
<tr>
<td class="embedded" width="50%" background="./themes/<?=$ss_uri;?>/images/logobgrepeat.png">
<a href="<?=$DEFAULTBASEURL?>"><img style="border: none" alt="<?=$SITENAME?>" title="<?=$SITENAME?>" src="./themes/<?=$ss_uri;?>/images/logo.png" /></a>
</td>
<td class="embedded" width="50%" align="right" background="./themes/<?=$ss_uri;?>/images/logobgrepeat.png">
</td>
</tr>
</table>
My tracker:)

http://lockheed.sytes.net

Last edited by kp380lv; 19th October 2008 at 13:02. Reason: Edit
Reply With Quote