I Can't Get it to Shift to the Left!

liunx

Guest
I have a page that is using a template to maintain the look & feel to be consistent with the rest of my site. The problem is I can't get the body content to move left to narrow the gap. I suspect the template is forcing the body content to the right to make room for the optional navigation buttons (I do not want the buttons on this page).<br />
<br />
<!-- m --><a class="postlink" href="http://www.maps-gps-info.com/testone.html">http://www.maps-gps-info.com/testone.html</a><!-- m --><br />
<br />
The template is just the top image and the left-hand image that tiles down the page. All the rest - what I refer to as the body content - (the title box that says "GPS Reviews...", the text, the jpegs and gifs, and the aqua background) are my own CSS. I have tried messing with the tables and all sorts of stuff and I can't figure it out.<br />
<br />
Any help would be greatly appreciated!<!--content-->My guess is you used find and replace all for this style:<br />
<br />
<p style="margin-top: 16px"><br />
<br />
because that is what I found. replace this and see if it works now.<!--content-->smercer -<br />
<br />
I'm new to this so I'm afraid I didn't understand what you are suggesting. Could you clarify, please?<br />
<br />
Thanks.<!--content-->Sorry I forgot about Inline styles after not using them for a while.<br />
<br />
<p style="margin-top: 16px"><br />
<br />
I do not think this is a seting for the p tag. instead try having margin for the div tag.<br />
<br />
<br />
Does this help?<!--content-->
 
Back
Top