PDA

View Full Version : sub-cats


HostFrog
12-17-2006, 01:24 AM
Ok, now I am having an issue with some sub categories. Here is whats going on:

The sub-categories listed on the index page look like this

subcat -
subcat -
subcat -

I would like them to look like this:

subcat|subcat|subcat

Is it because of the width of the board?

Scott
12-17-2006, 07:23 AM
Got a link (couldn't find it in the one in your sig)? I'd imagine it may be due to the forum width, but could be due to the styling.

adb22791
12-17-2006, 11:49 AM
vBulletin?

If it is, you go to vBulletin Options - Forum Listings Display Options and edit the Depth of Forums for forum home (make it something like 1). There are a few other settings there too for you to play around with.


Alex

HostFrog
12-17-2006, 03:39 PM
Ok I have put it back now you can see what I am talking about.

http://forums.hostfrog.com

Also adb, tried that, no luck.

adb22791
12-17-2006, 03:46 PM
Something is up with your template. Check the Forum Home and Forum Display templates and see if there is an extra

<br />


Somewhere around those sub forum categories.


Alex

Scott
12-17-2006, 03:56 PM
The problem is coming from 20drop.css which is setting all images in a td to display as a block. To fix it, change the .inlineimg { vertical-align: middle; } in the forums CSS to .inlineimg { display: inline; vertical-align: middle; } :)

HostFrog
12-17-2006, 06:22 PM
Where would the forums css be?

HostFrog
12-17-2006, 06:29 PM
SWEET!! Worked like a charm Scott. Thank you so much!!!!

SoftWareRevue
12-17-2006, 06:29 PM
That looks better. :)

HostFrog
12-17-2006, 06:52 PM
Thank you! Hopefully I can retain our design and keep improving the community so it will bring our customers into use it more often.

Scott
12-17-2006, 08:03 PM
Glad you got it sorted :)