PDA

View Full Version : Title Image


crzylee
07-15-2009, 10:14 PM
I was wondering if there was a way to put a second image on the same line as the Title Image. Our site (http://www.msmudclub.com) is geared for off-roading, and I was wanting to change things up a bit. I wanted to have our logo in the upper left corner, and then add pictures to the right of it of our member's rigs and have them go across the top.

Is this possible? What code do I need to edit to do this if it is possible?


Thanks!

Sofia
07-15-2009, 11:06 PM
You must edit your header template and use a "<td>" like this:

<!-- logo -->
<a name="top"></a>
<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="right"><img src="your_image" border="0" />

</td>
</tr>
</table>
<!-- /logo -->

crzylee
07-15-2009, 11:13 PM
Thanks!

I will try it out.

--------------- Added 1247706658 at 1247706658 ---------------

Ok one more question... Not sure if this is vbull or hosting. I want to save pictures on our domain and then link them on the site. Say I put pictures in the same directory as the logo image: /images/misc/pic1.gif what is the full directory to that folder? If I type www.msmudclub.com/images/misc/logo.gif I get page not found.

Sofia
07-16-2009, 08:32 AM
Thanks!

I will try it out.

--------------- Added 16 Jul 2009 at 01:10 ---------------

Ok one more question... Not sure if this is vbull or hosting. I want to save pictures on our domain and then link them on the site. Say I put pictures in the same directory as the logo image: /images/misc/pic1.gif what is the full directory to that folder? If I type www.msmudclub.com/images/misc/logo.gif (http://www.msmudclub.com/images/misc/logo.gif) I get page not found.

Try this http://www.msmudclub.com/images/misc/logo.gif