Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Old 06-14-2010, 09:52 AM Help With My Site
Junior Talker

Posts: 1
Trades: 0
Hello everyone, I need help with a site I'm trying to design. I'd like to start off by saying I'm a newbie in the world of Web Design. I found a free CSS template and have edited it and edited the rest of the site using Dreamweaver CS4. Here is my site. The major problem I'm having is with IE8. The text wants to become a link. It renders fine in Firefox and Safari, but not in IE8. I wouldn't be concerned, because I do not use IE8 ever, but I know a lot of people do. I can send you any code you might need, just let me know. Thanks in advance
naimickmac23 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 06-14-2010, 02:17 PM Re: Help With My Site
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Maybe you should try fixing your errors first:

Quote:
line 21 column 17 - Warning: adjacent hyphens within comment
line 117 column 129 - Warning: inserting implicit <p>
line 134 column 13 - Warning: <center> isn't allowed in <h1> elements
line 134 column 9 - Info: <h1> previously mentioned
line 134 column 77 - Warning: discarding unexpected </center>
line 134 column 9 - Warning: missing </h1> before <p>
line 134 column 118 - Warning: inserting implicit <p>
line 134 column 123 - Warning: discarding unexpected </h1>
line 139 column 22 - Warning: <br> element not empty or not closed
line 140 column 1 - Warning: <input> element not empty or not closed
line 140 column 42 - Warning: <br> element not empty or not closed
line 140 column 46 - Warning: <br> element not empty or not closed
line 142 column 12 - Warning: <br> element not empty or not closed
line 143 column 1 - Warning: <input> element not empty or not closed
line 144 column 1 - Warning: <br> element not empty or not closed
line 144 column 5 - Warning: <br> element not empty or not closed
line 146 column 1 - Warning: <input> element not empty or not closed
line 147 column 5 - Warning: inserting implicit <p>
line 17 column 1 - Warning: content occurs after end of body
line 47 column 15 - Warning: <a> escaping malformed URI reference
line 69 column 15 - Warning: <a> escaping malformed URI reference
line 78 column 15 - Warning: <a> escaping malformed URI reference
line 87 column 15 - Warning: <a> escaping malformed URI reference
line 111 column 9 - Warning: <table> lacks "summary" attribute
line 113 column 47 - Warning: <img> escaping malformed URI reference
line 135 column 2 - Warning: <form> attribute value "POST" must be lower case for XHTML
line 167 column 1 - Warning: <script> inserting "type" attribute
line 117 column 9 - Warning: trimming empty <p>
line 117 column 129 - Warning: trimming empty <p>
line 118 column 9 - Warning: trimming empty <p>
line 134 column 87 - Warning: trimming empty <p>
line 134 column 118 - Warning: trimming empty <p>
line 147 column 5 - Warning: trimming empty <p>
IE8 apparently doesn't like this:

Quote:
<li><a href="Mission Statement.html">Mission Statement
<!--[if IE 7]><!-->
</a>
<!--<![endif]-->
<!--[if lte IE 6]><table><tr><td><![endif]-->
<!--[if lte IE 6]></td></tr></table></a><![endif]-->

</li>
Doesnt' appear that it's seeing the </a> on the menu at all, so making ALL text that follows after that a link. All that table code for IE6 isn't necessary, and frankly, I wouldn't bother with it. The sooner we stop supporting IE6 that way, the sooner it will finally DID - it's less than 5% usage now.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 06-14-2010, 04:17 PM Re: Help With My Site
kline11's Avatar
SearchBliss Web Tools

Posts: 1,788
Name: John
Location: USA
Trades: 0
Just cleaninmg up may work.

Code:
<li><a href="Mission Statement.html">Mission Statement<!--[if IE 7]></a>
<!--<![endif]-->
<!--[if lte IE 6]><table><tr><td><td></tr></table></a><![endif]-->
</li>
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
kline11 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Help With My Site
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 1.06120 seconds with 12 queries