View Single Post
  #2 (permalink)  
Old Apr 11th, 2007, 18:32
karinne's Avatar
karinne karinne is offline
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: I have a problem.

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..

Last edited by karinne; Apr 11th, 2007 at 18:45. Reason: Ugh!!!! Forgor to turn JS back on!!!! GRrrrr!
Reply With Quote