Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 Programming Discussions
  #1  
Old 05-09-2003, 05:24 AM
K33nny K33nny is offline
 
Join Date: May 2002
Posts: 184
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default category spacing problem

I'm not sure what I did wrong but I followed the directions. Maybe this is a common error or maybe it's unique to my stupidity.

Code:
<!-- main -->
<table cellpadding="0" cellspacing="0" border="0" bgcolor="#000000"  width="95%" align="center"><tr><td>
<table cellpadding="4" cellspacing="1" border="0"  width="100%">
</table>
</td></tr></table><br>
<table cellpadding="0" cellspacing="0" border="0" bgcolor="#000000"  width="95%" align="center"><tr><td>
<table cellpadding="4" cellspacing="1" border="0"  width="100%">
<tr id="cat">
	<td bgcolor="#000000" colspan="3"><a href="forumdisplay.php?s=&forumid=26"><font face="verdana, arial, helvetica" size="2"  color="#FFFFFF"><b>Main</b></font></a>
	<br><font face="verdana,arial,helvetica" size="1"  color="#FFFFFF"></font></td>
</tr><tr align="center">
	<td bgcolor="#F7F7F7" valign="top"><img src="images/styles/darkness/off.gif" border="0" alt=""></td>
	<td bgcolor="#EFEFEF" align="left"><a href="forumdisplay.php?s=&forumid=14"><font face="verdana, arial, helvetica" size="2" ><b>Announcements</b></font></a>
	<br><font face="verdana,arial,helvetica" size="1" >Latest news and updates on EWPlanet!</font></td>
 <td bgcolor="#F7F7F7" align="right"><font face="verdana,arial,helvetica" size="1" >110 replies<br>24 threads</font></td>
</tr>
<tr align="center">
	<td bgcolor="#F7F7F7" valign="top"><img src="images/styles/darkness/off.gif" border="0" alt=""></td>
	<td bgcolor="#EFEFEF" align="left"><a href="forumdisplay.php?s=&forumid=16"><font face="verdana, arial, helvetica" size="2" ><b>Introductions</b></font></a>
	<br><font face="verdana,arial,helvetica" size="1" >Newcomers introduce yourself to the rest of the community!</font></td>
 <td bgcolor="#F7F7F7" align="right"><font face="verdana,arial,helvetica" size="1" >1281 replies<br>252 threads</font></td>
</tr>
<tr align="center">
	<td bgcolor="#F7F7F7" valign="top"><img src="images/styles/darkness/off.gif" border="0" alt=""></td>
	<td bgcolor="#EFEFEF" align="left"><a href="forumdisplay.php?s=&forumid=15"><font face="verdana, arial, helvetica" size="2" ><b>Support</b></font></a>
	<br><font face="verdana,arial,helvetica" size="1" >Questions & Comments</font></td>
 <td bgcolor="#F7F7F7" align="right"><font face="verdana,arial,helvetica" size="1" >221 replies<br>64 threads</font></td>
</tr>
</table>
</td></tr></table><br>
<table cellpadding="0" cellspacing="0" border="0" bgcolor="#000000"  width="95%" align="center"><tr><td>
<table cellpadding="4" cellspacing="1" border="0"  width="100%">
<tr id="cat">
	<td bgcolor="#000000" colspan="3"><a href="forumdisplay.php?s=&forumid=1"><font face="verdana, arial, helvetica" size="2"  color="#FFFFFF"><b>eWrestling</b></font></a>
	<br><font face="verdana,arial,helvetica" size="1"  color="#FFFFFF"></font></td>
</tr><tr align="center">
	<td bgcolor="#F7F7F7" valign="top"><img src="images/styles/darkness/off.gif" border="0" alt=""></td>
	<td bgcolor="#EFEFEF" align="left"><a href="forumdisplay.php?s=&forumid=5"><font face="verdana, arial, helvetica" size="2" ><b>General</b></font></a>
	<br><font face="verdana,arial,helvetica" size="1" >Discussion focused on eWrestling related topics such as cards, favorites, etc.</font></td>
 <td bgcolor="#F7F7F7" align="right"><font face="verdana,arial,helvetica" size="1" >53572 replies<br>2491 threads</font></td>
</tr>
<tr align="center">
	<td bgcolor="#F7F7F7" valign="top"><img src="images/styles/darkness/on.gif" border="0" alt=""></td>
	<td bgcolor="#EFEFEF" align="left"><a href="forumdisplay.php?s=&forumid=12"><font face="verdana, arial, helvetica" size="2" ><b>Feedback</b></font></a>
	<br><font face="verdana,arial,helvetica" size="1" >Get feedback on your roleplays, new characters, etc.</font></td>
 <td bgcolor="#F7F7F7" align="right"><font face="verdana,arial,helvetica" size="1" >2701 replies<br>581 threads</font></td>
</tr>
<tr align="center">
	<td bgcolor="#F7F7F7" valign="top"><img src="images/styles/darkness/off.gif" border="0" alt=""></td>
	<td bgcolor="#EFEFEF" align="left"><a href="forumdisplay.php?s=&forumid=11"><font face="verdana, arial, helvetica" size="2" ><b>Advertisements</b></font></a>
	<br><font face="verdana,arial,helvetica" size="1" >An area where you can advertise your efed.</font></td>
 <td bgcolor="#F7F7F7" align="right"><font face="verdana,arial,helvetica" size="1" >7890 replies<br>2418 threads</font></td>
</tr>
</table>
</td></tr></table><br>
Attached Images
File Type: gif catsep_prob1.gif (36.8 KB, 0 views)
Reply With Quote
  #2  
Old 05-10-2003, 12:25 PM
Tony G's Avatar
Tony G Tony G is offline
 
Join Date: Nov 2001
Location: Melbourne, Australia
Posts: 8,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Are your forums hardcoded into a template? Should be edited in forumhome_forumbit_level1_nopost.
Reply With Quote
  #3  
Old 05-11-2003, 04:24 AM
K33nny K33nny is offline
 
Join Date: May 2002
Posts: 184
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Never figured out what the exact problme is but redid that part and it's fine now.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:27 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08473 seconds
  • Memory Usage 2,205KB
  • Queries Executed 12 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (3)post_thanks_box
  • (3)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (3)post_thanks_postbit_info
  • (3)postbit
  • (1)postbit_attachment
  • (3)postbit_onlinestatus
  • (3)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete