PDA

View Full Version : Space between forum title and description


r.cakir
08-12-2002, 06:48 PM
Hi,

How and where can I modify the space between the forum title and description. I want a little bit more space than it is in the standard vBB settings

mashby
08-13-2002, 06:34 PM
Well, you could try this...

In your admin control panel, add a <br> at the start of the description of the forum.

r.cakir
08-14-2002, 02:52 PM
Ok, with <br> I can set a space between title and description, but this space is so big. Is there a way to get a small space?

Thanks in advance.

mashby
08-16-2002, 03:23 PM
Not without some heavy CSS editing and I wouldn't know where to begin on that. Sorry. :(

imported_badmeetsevil-
08-16-2002, 08:59 PM
Actually, if you would like to create a smaller space then the <br> then add this code in between the forum name and description:

<!-- spacer --><img width="1" height="5" src="space.gif"><!-- spacer -->

and upload the attached 'space.gif' to your forums main directory.

Tony G
08-16-2002, 11:48 PM
I think a 5 height is too big..

imported_badmeetsevil-
08-16-2002, 11:58 PM
Originally posted by Tony
I think a 5 height is too big..

Height 5 is very small compared to <br>, Tony.

Tony G
08-17-2002, 12:48 AM
I must have been thinking about a different sorta height, sorry. I may use this. :)

r.cakir
08-17-2002, 06:08 AM
This tip helps me a lot, thank you badmeetsevil:)

mashby
08-20-2002, 04:48 PM
Good suggestion! Sorry, I didn't think of it. :)