Log in

View Full Version : How do I create another heading (hard to explain, please read)


se_p800
02-02-2008, 07:21 PM
I posted this on vbulletin.com but isnt geting any replies, I figured its more a midding issue.

Its difficult to explain to ill use pictures.

I currently have this setup:

https://vborg.vbsupport.ru/attachment.php?attachmentid=75362&stc=1&d=1201987330

And I want something like this:

https://vborg.vbsupport.ru/attachment.php?attachmentid=75363&stc=1&d=1201987330

Any help would be great thanks.

snakes1100
02-03-2008, 12:35 AM
Not exactly easy to do posting here, quite a bit of recoding needs to be done in the template, you could always post for a paid job.

You might try posting your forumhome template, some one might modify it for free.

hitmann
02-03-2008, 12:59 AM
Try this on a test board or backup your template being doing it:

After:
</form><br>
</td>
</tr>
</tbody>

Add:

<thead>
<tr>
<td class="tcat" align="center">Vote for Customize PSP</td>
</tr>

</thead>

<tbody>
<tr align="center">
<td class="alt1">Please reward our efforts........each day!<p>
<a href="http://www.top200link/ref######"><img src="www.top200link.com/image.gif"></a>

</td>
</tr>
</tbody>