View Full Version : Getting tables centered in Netscape?
Gutspiller
03-21-2003, 09:19 PM
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/showthread.php?s=&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. :(
Your html is really a mess, you have halfway done tables and a lot of incomplete stuff..
Changing:
<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>
<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
Today at 06:56 AM Bane said this in Post #2 (https://vborg.vbsupport.ru/showthread.php?postid=371286#post371286)
Your html is really a mess, you have halfway done tables and a lot of incomplete stuff..
Changing:
<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>
<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. :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.