Quote:
Originally Posted by Irisfire
what are the two places you put that code in though?
|
I had to add the position:relative to 2 different tables, and change the width=100% to width=800.
PHP Code:
<!-- breadcrumb, login, pm info -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="1" border="0" width="800" align="center" style="position:relative;right:10px;">
and
PHP Code:
<!-- nav buttons bar -->
<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="800" align="center" style="border-top-width:0px;position:relative;right:10px;">
It's not that bad or anything, I just don't like using position:relative on a table because I'm not sure if it displays properly on all browsers or whatever. I'm also sure there's an easier way than using positioning..
Let me know when you get home, thanks!