PDA

View Full Version : Please Help....


imported_WebMasterAJ
07-13-2002, 02:54 PM
Hello, I am having the hardest time with this.

First look at this page: http://www.finheaven.com/boardvb2/

Now, notice how the "Talk Football" category has an orange border top, but nothing on the bottom.

Now, go to the next category, "Other" and notice how there is an orange border both on the top and bottom.

Here is what I did, I put the top border in the "forumhome_forumbit_level1_nopost " template, and that worked perfectly for both. I then put the bottom border in the "forumhome" template, and this time it only made the change to the second category.

I'm totally lost... if anyone needs to see the actual code (the code for the top and bottom portion) please let me know.

I hope someone can help me out... I don't know where else to put the bottom portion of that border.

Thanks in advance.... :cool:

dmjof
07-13-2002, 06:26 PM
There is no orange border.

Breaker
07-13-2002, 06:48 PM
yeh, wot border, take a screenie of it with an orange border :D

Edit

I see a blue border... I wud like to see the code...

Urban420
07-13-2002, 07:07 PM
lol, its easy to figure out

Your table head is creating the border between it and Talk Football
Other does not have a table head above it so it will not create a border between the 2.

if you want that border removed, and have the table head under each category, search for the thread here.

PS: the border is blue!..

imported_WebMasterAJ
07-13-2002, 10:03 PM
Sorry, I should clear that up...


Check this pic out: http://www.finheaven.com/borders.JPG

Alright, now you see.... there is an orange "border" on the top of both categories. However, there is only a orange "border" on the second category, not the first... How can I make it appear on both categories?

Thanks for your time...

dmjof
07-14-2002, 12:03 AM
I don't see any orange borders except in that pic right there.

Floris
07-14-2002, 12:33 AM
I guess we as a guest see the default template, and you are working on a template/style set that isn't default.

You have split up the categories and added an orange border to them.
They are cycling through a array of query results from the database and that means it also has a beginning and end somewhere. The code placed in the nested tables have to be re-placed in order to display properly, this is very hard trick. But doable. Since I did it 100% differently then possible, I can't explain. It will be toooo confusing. Sorry.

imported_WebMasterAJ
07-14-2002, 12:43 AM
Ohhhhh..... that makes sense. Sorry....