Please write a more meaningful topic next time! "I have a problem" does nothing for the people looking for help or looking to help you!
Although I can disable the no-right-click
JS feature in 2 seconds ... when you need help with something make sure EVERYTHING!! is available.
In other words ... drop the no-right-click
JS.
Now ... as for you problem, I'll take a wild guess and say it's because of those <pre> tags you have in there that aren't closed.
Why are you using <pre> tags anyways? <pre> is for "preformatted text" and as far I can tell ... you don't have that in your site ... it's just text. So ... use the <p> ... </p> tags instead or whatever element is relevant.
Stuff like this
- Code: Select all
<pre class="style12"><u><strong>Latest Site News</strong>
should be in <h1>, <h2> or tags..