crocket
06-15-2003, 04:18 PM
Hello,
I have a silight problem
I admin the board www.addictedtogaming.com/forums
The problem is that:
When i select table width to a set value ie 775 it doesnt work!
If i set a dynamic value ie 75% it doesnt work!
It only works for the "Posts" within a "catagory"
Even then the posts are "left" aligned
It started doing this after i created a new banner at the top of the page and here is the code:
<STYLE type=text/css>A:link {
TEXT-DECORATION: none
}
A:visited {
TEXT-DECORATION: none
}
A:active {
TEXT-DECORATION: none
}
A:hover {
TEXT-DECORATION: none
}
img {
border:0px none;
}
</STYLE>
</HEAD>
<div align="center">
<center>
<TABLE WIDTH=752 BORDER=0 CELLPADDING=0 CELLSPACING=0 style="border-collapse: collapse" bordercolor="#111111">
<TR>
<TD COLSPAN=9>
<IMG SRC="banner/banner.gif" WIDTH=752 HEIGHT=137></TD>
</TR>
<TR>
<TD>
<IMG SRC="banner/blank1.gif" WIDTH=92 HEIGHT=28></TD>
<TD>
<a href="usercp.php?s=$session[sessionhash]">
<IMG SRC="banner/usercp.gif" WIDTH=80 HEIGHT=28></a></TD>
<TD>
<a href="register.php?s=$session[sessionhash]&action=signup">
<IMG SRC="banner/register.gif" WIDTH=80 HEIGHT=28></a></TD>
<TD>
<a href="calendar.php?s=$session[sessionhash]">
<IMG SRC="banner/calender.gif" WIDTH=80 HEIGHT=28></a></TD>
<TD>
<a href="memberlist.php?s=$session[sessionhash]">
<IMG SRC="banner/members.gif" WIDTH=80 HEIGHT=28></a></TD>
<TD>
<a href="misc.php?s=$session[sessionhash]&action=faq">
<IMG SRC="banner/faq.gif" WIDTH=79 HEIGHT=28></a></TD>
<TD>
<a href="search.php?s=$session[sessionhash]">
<IMG SRC="banner/search.gif" WIDTH=80 HEIGHT=28></a></TD>
<TD>
<a href="index.php?s=$session[sessionhash]">
<IMG SRC="banner/home.gif" WIDTH=80 HEIGHT=28></a></TD>
<TD>
<IMG SRC="banner/blank2.gif" WIDTH=101 HEIGHT=28></TD>
</TR>
</TABLE>
</center>
</div>
<!-- content table -->
<table bgcolor="#0E3652" width="100%" cellpadding="10" cellspacing="0" border="0">
<tr>
<td>
<p align="centre">
</table>
Is it something else or is it that code!
I have left the table width to "775" so you can goto the board and have a look for yourself! :) A picture is 100x better then wods describing it :)
Thank You
Crocket
I have a silight problem
I admin the board www.addictedtogaming.com/forums
The problem is that:
When i select table width to a set value ie 775 it doesnt work!
If i set a dynamic value ie 75% it doesnt work!
It only works for the "Posts" within a "catagory"
Even then the posts are "left" aligned
It started doing this after i created a new banner at the top of the page and here is the code:
<STYLE type=text/css>A:link {
TEXT-DECORATION: none
}
A:visited {
TEXT-DECORATION: none
}
A:active {
TEXT-DECORATION: none
}
A:hover {
TEXT-DECORATION: none
}
img {
border:0px none;
}
</STYLE>
</HEAD>
<div align="center">
<center>
<TABLE WIDTH=752 BORDER=0 CELLPADDING=0 CELLSPACING=0 style="border-collapse: collapse" bordercolor="#111111">
<TR>
<TD COLSPAN=9>
<IMG SRC="banner/banner.gif" WIDTH=752 HEIGHT=137></TD>
</TR>
<TR>
<TD>
<IMG SRC="banner/blank1.gif" WIDTH=92 HEIGHT=28></TD>
<TD>
<a href="usercp.php?s=$session[sessionhash]">
<IMG SRC="banner/usercp.gif" WIDTH=80 HEIGHT=28></a></TD>
<TD>
<a href="register.php?s=$session[sessionhash]&action=signup">
<IMG SRC="banner/register.gif" WIDTH=80 HEIGHT=28></a></TD>
<TD>
<a href="calendar.php?s=$session[sessionhash]">
<IMG SRC="banner/calender.gif" WIDTH=80 HEIGHT=28></a></TD>
<TD>
<a href="memberlist.php?s=$session[sessionhash]">
<IMG SRC="banner/members.gif" WIDTH=80 HEIGHT=28></a></TD>
<TD>
<a href="misc.php?s=$session[sessionhash]&action=faq">
<IMG SRC="banner/faq.gif" WIDTH=79 HEIGHT=28></a></TD>
<TD>
<a href="search.php?s=$session[sessionhash]">
<IMG SRC="banner/search.gif" WIDTH=80 HEIGHT=28></a></TD>
<TD>
<a href="index.php?s=$session[sessionhash]">
<IMG SRC="banner/home.gif" WIDTH=80 HEIGHT=28></a></TD>
<TD>
<IMG SRC="banner/blank2.gif" WIDTH=101 HEIGHT=28></TD>
</TR>
</TABLE>
</center>
</div>
<!-- content table -->
<table bgcolor="#0E3652" width="100%" cellpadding="10" cellspacing="0" border="0">
<tr>
<td>
<p align="centre">
</table>
Is it something else or is it that code!
I have left the table width to "775" so you can goto the board and have a look for yourself! :) A picture is 100x better then wods describing it :)
Thank You
Crocket