View Single Post
Old 2006-08-01, 03:34 PM   #3
virgohippy
Madness is like gravity. All it takes is a little... push.
 
virgohippy's Avatar
 
Join Date: Feb 2006
Location: California
Posts: 1,679
I hadn't noticed this before, but looks like your table is 760px wide. If you cut out margins, and somehow bring that down to 750px you should be okay.

If you use this in your header you can define the pixel dimensions of margins:

<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style>


As for over used content, Robert warned ya.
__________________
~Warm and Fuzzy.
virgohippy is offline   Reply With Quote