Please help with a html format problem

anasttin

New Member
Hello and thanks in advance for your help.

My web page at http://camp-hunt-shoot.com has a glitch in it that I just can't seem to resolve, no matter what I change.

The page is presented like an A4 size sheet on a green foresty type background. If you look down the left hand side of the white page area, you'll notice that it isn't

all in a straight line up and down the page. What I mean is that the width of the white page area where it says "Pricing: All prices quoted on..." is slightly larger and therefore out of alignment with the rest of the page.

I've looked at my code frontways and backways and can't see what's causing the mis-alignment.

Can someone look at the html code for me and let me know what I need to change to align the left side of the white area?

Many thanks again.

Ana
 
If you wouldn't mind describing your problem in a different way. I can't quite understand what you are getting at.
 
There's just no way to put this nicely...your markup makes my eyes bleed. And your javascript telling me I can't right click on the page...

I can't tell what's wrong, the widths and things seem to add up. What I can tell you is the span which is wrapping your text (the one with style15) is the width you are looking for. Why the outer table isn't I'm not sure. There must be some conflict somewhere. When I run this through a validator it's not pretty. Some of the errors are bogus because of the javascript on page but there is likely closing tags missing. There's at least 1 case where you have javascript writing a table to the page but it doesn't have a single tr, just <table><td>some stuff written here</td></table>. All of that kind of stuff may make your page render strangely.
 
The disabled right click really sucks and for whatever reason I can't even edit most of the code in Chrome Developer Tools, therefore I can't try and find a solution.

As Cromewell said, there are many other errors and issues. It would be a good idea to fix them first, make your code valid and then attempt to fix this problem.
 
Back
Top