PDA

View Full Version : some template coding help


Dark Rider
04-19-2006, 03:35 PM
hey this is my first time trying to code and design a vb template and im running into some trouble.

here is kinda what i want the front page on vb to look like:
http://drdesigns.talkhost.info/vbtemplate.jpg
yeah i know it looks alittle messy i gotta clean up my psds :-D

but im having some trouble and right now it looks like this:
http://talkhost.info/test/index.php

i want the tcat to be 28px height but it is more i think thats cause there seems to be padding or margin on the collapse_tcat.gif same problem with the thead but i want that one to be 20 px height.

also the menu options i want to make the font bigger i made a new css class called .vbmenu_control2 because .vbmenu_control i think was used for the nav and somthing esle but i didnt want to change that somthing else. as u can see the spot where it tells u where u are on the forum has the background of the menu how do i fix that? im guessing you guys are going to want to see the coding to help me on some of this just let me know what files you need and ill post the codes here.

thanks for your help guys!

peterska2
04-19-2006, 08:26 PM
ok, here goes.

1. navbar colored not as required.

In your navbar template

FIND
<td class="alt1" width="100%">

<div class="navbar"
REPLACE WITH
<td class="alt1active" width="100%">

<div class="navbar"

2. implementing vbmenu_control2

You appear to have got this sorted.

3. Changing the heights of tcat and thead

I'm not sure about that one, sorry.