View Single Post
02-28-2006, 10:27 PM
#2
Andy is offline Andy
Andy's Avatar
Status: Senior Member
Join date: Dec 2005
Location: Essex, UK
Expertise:
Software:
 
Posts: 870
iTrader: 0 / 0%
 

Andy is on a distinguished road

Send a message via MSN to Andy

  Old

remove
HTML Code:
		<li class="stat"><img src="images/status_left.gif" width="25" height="135" alt="pixel-left" /></li>
		<li class="stat"><iframe width="151" height="135" frameborder=0 marginwidth=0 marginheight=0 vspace=0 hspace=0 scrolling=no  src="display_stats.php"></iframe></li>
		<li class="stat"><img src="images/status_right.gif" width="16" height="135" alt="pixel-right" />
from the list

add this to your css
HTML Code:
#header_status {
width: 176px;
float: right;
display: inline;
}
then in your html put this after </ul>
HTML Code:
<div id="header_status">		<img src="images/status_left.gif" width="25" height="135" alt="pixel-left" />
		<iframe width="151" height="135" frameborder=0 marginwidth=0 marginheight=0 vspace=0 hspace=0 scrolling=no  src="display_stats.php"></iframe>
		<img src="images/status_right.gif" width="16" height="135" alt="pixel-right" /></div>
personally i would remove that iframe too but eh..