vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Getting tables centered in Netscape? (https://vborg.vbsupport.ru/showthread.php?t=50596)

Gutspiller 03-21-2003 09:19 PM

Getting tables centered in Netscape?
 
For the life of me I can't get my top table with my navbar, search feature and forumjump to be centered in Netscape. Can somebody help me out?

Here's an example: http://www.theforumz.com/forumz/show...threadid=46051

It doesn't help to look at it in IE, because it looks fine. Yes, I use IE, but I was messing around in Netscape and noticed this and now want to fix it. Basically in Netscape if you don't have a version loaded, is it justifies the small grey box and the large thread title over to the left. I want both centered.

If this needs moved, please move it, I didn't see another forum it would really fit in better.

Thanks for any help somebody can provide. :(

Bane 03-22-2003 11:56 AM

Your html is really a mess, you have halfway done tables and a lot of incomplete stuff..

Changing:
Code:

<table cellpadding="2" cellspacing="0" border="0" width="98%"  align="center">
<tr>



<center>


<table width="" border="0" cellspacing="1" cellpadding="0">
<font size=5 face=verdana color=white><b>test</b></font></table>       
<table width="96%" border="0" cellspacing="1" cellpadding="0" bgcolor="393F4D">
  <tr>
    <td>

to>
Code:

<table cellpadding="2" cellspacing="0" border="0" width="98%"  align="center">
  <tr>
    <td align="center">
      <font size=5 face=verdana color=white><b>test</b></font><br />       
      <table width="96%" border="0" cellspacing="1" cellpadding="0" bgcolor="393F4D">
        <tr>
          <td align="center">

should do what you want, but you might want to look at that code further.. or run it through a validator..

Gutspiller 03-22-2003 10:35 PM

Quote:

Today at 06:56 AM Bane said this in Post #2
Your html is really a mess, you have halfway done tables and a lot of incomplete stuff..

Changing:
Code:

<table cellpadding="2" cellspacing="0" border="0" width="98%"  align="center">
<tr>



<center>


<table width="" border="0" cellspacing="1" cellpadding="0">
<font size=5 face=verdana color=white><b>test</b></font></table>       
<table width="96%" border="0" cellspacing="1" cellpadding="0" bgcolor="393F4D">
  <tr>
    <td>

to>
Code:

<table cellpadding="2" cellspacing="0" border="0" width="98%"  align="center">
  <tr>
    <td align="center">
      <font size=5 face=verdana color=white><b>test</b></font><br />       
      <table width="96%" border="0" cellspacing="1" cellpadding="0" bgcolor="393F4D">
        <tr>
          <td align="center">

should do what you want, but you might want to look at that code further.. or run it through a validator..


I don't see that code. :( IE handles my code fine. Netscape is just programmed weak. :)


All times are GMT. The time now is 05:56 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01086 seconds
  • Memory Usage 1,726KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete