I'm reading about block line vs. in line after being nailed by the validator.
Basically I've spent several days designing, laying out and working on the functionality for part of an online resume, on my local computer, and within Firefox while hopping over to IE every now and then to make sure it didn't explode.
I'm trying to demonstrate an understanding of html/javascript and user interfaces lol(to land an internship) but had 100 errors upon my first validation after uploading...and it's broken in IE......which basically killed any confidence I had up until that point.
It was broken on IE locally, but only after I added some ajax which I've had nightmares with trying to run locally, so I put it off because previously those types of problems went away when I upload it to a web host.
---------------------------------------------------------------------
Main Question: Is there a different particular doctype that would help me? Or anything to minimize my errors and get this running in IE?
Link: http://pugetsoundtraining.com/Portfolio/index.html
Please open it in firefox only and only pay attention to the top 800px of the screen. I have a bunch of unorganized crap rotating content below the main screen I haven't given any thought to yet. It likely will be removed and linked to on external pages.
Honestly, I'm ready to just put a redirect to firefox.com for anyone that tries to access the page with IE and call it good........problem solved(Microsoft does that...)
-----------------------------------------------------------------
I'm not begging for someone to solve all my problems, clearly there's an underlying issue in my understanding.....but any pointers as far as switching to a different doctype or something would be a tremendous help....
Or any good references you've come across.
One example of what I've been trying to debug, which is redundant in my coding, it's saying I'm using block inside in-line with this:
Line 80, Column 17: document type does not allow element "ul" hereis the error from this block:Code:<ul class="tabs">
No closing </div> tag because there's a lot more stuff within "charTab".<div id="charTab"><b>
<ul class="tabs">
<li><a href="#tab1">Profile</a></li>
<li><a href="#tab2">Skills</a></li>
<li><a href="#tab3">Tools</a></li>
<li><a href="#tab4">Contact</a></li>
</ul>
I would change it but that's how my tabs work for the tabbed div.......those links within the <li></li> tags are for tabs on a tabbed menu......how else would I do it?
Should I be doing classes instead of divs? I imagine I have to go back through this entire damn thing but most of my errors are groups of errors so once I solve a few I'll have solved lots.



(to land an internship) but had 100 errors upon my first validation after uploading...and it's broken in IE......which basically killed any confidence I had up until that point.
(Microsoft does that...)
Reply With Quote

Bookmarks