View Single Post
  #1  
Old 26th Jun 03, 09:23 PM
just_do_IT's Avatar
just_do_IT just_do_IT is offline
Banned
 
Join Date: Jan 2003
Location: Canada
Posts: 871
just_do_IT is an unknown quantity at this point
I recently added some code to link up my main site to my ib. However, once this code was added the logo vanished. I think I should have left a line of code there to keep it linked


Anyways, I did this:

Quote:
</td>
<td align='right' valign='middle' nowrap>
<table cellpadding='5' cellspacing='0' border='0' style='border:1px solid <{tbl_border}>' class='row2'>
<tr>
&nbsp; <td nowrap>'>|</span> <a href='{ibf.script_url}&act=Help'>{ibf.lang.tb_help }
&nbsp; <span style='color:<{tbl_border}>'>|</span> '>|</span> <a href='{ibf.script_url}&act=Members'>{ibf.lang.tb_m list}
&nbsp; <span style='color:<{tbl_border}>'>|</span> <a href='{ibf.script_url}&act=calendar'>{ibf.lang.tb_ calendar}</a>
&nbsp; </td>
</tr>
</table>

</td>
</tr>
</table>


Which added the link. Now how do I get my logo back? I know its in the directory where I think it should be? (style_images/1)
Reply With Quote