Status: offline

congleal

Forum User
Full Member
Registered: 11/08/04
Posts: 179
I'm trying to set a forum header graphic for my forum page. I've edited the forum navbar.thml
"
I see the outline of the graphic but not the picture itself. I've tried different graphic extensions but am not getting anywhere.

Help!

Thanks,
Lee

Status: offline

knuff

Forum User
Full Member
Registered: 12/17/04
Posts: 340
Little confused what you want to do ?

The navbar.thtml looks like this

Text Formatted Code
<table width="100%" border="0" cellspacing="1" cellpadding="0">
    <tr>
        <td colspan="5">{searchblock}{jumpblock}</td>
    </tr>
</table>
<br>

 


if i change this to

Text Formatted Code
<table width="100%" border="0" cellspacing="1" cellpadding="0">
    <tr>
        <td colspan="5"><img src="http://www.vanrillaer.com/layout/blue/images/site-banner.jpg" width="750" height="100"><br>
                {searchblock}{jumpblock}</td>
    </tr>
</table>
<br>


 


it works like a charm ... maybe a link ?


Vanrillaer.com - our Family Portal

Status: offline

congleal

Forum User
Full Member
Registered: 11/08/04
Posts: 179
That works!

Thanks