Yeah, i'm aware of the tags must open/close in the right order for it to validate. Currently if you validate my current page, it's mostly a problem with the javascript code i grabbed online for my onmouseover commands to display text under the link. I am currently changing it.
----------------------
UPDATE:
I have moved to the light side!
Been converting my layout for my main page yesterday on my local installation from tables to divs, and it's quite a bit different way of thinking. Doing everything relitive and getting rid of a lot of coding and moving it to the .css file is a much simpler yet bigger challenge than i thought.
I picked up dreamweaver 8 yesterday, which i am going to buy at my next paycheck because it made things so much easier in terms of understanding and previewing the layout right away without text editing and save/view, see it in real time is much nicer. I had an idea how i was going to do things, but now it's just much easier. I find myself doing a lot of div inside a div thing going on currently, because i still don't know everything the css file can handle, but it validates in xhtml transitional. I may try and get it strict as well.
The layout will be converted to a div layout this week. It'll just take a little while to get it to that point as i am going to transfer my current template first completely.
-------------------
New links will be by this weekend of the updated template completely valid xhtml transitional, divs, and all the guidlines met for everyone.
Until then, i should get back to work.
------------------
edit:
as for the validator not working properly, i can confirm it when it comes to my javascript code that i borrowed which i'm pretty sure isn't coded right anyways. But when i fixed the way the <small> and <font> were closing, make sure it's in the right order, it still messed up and thought it wasn't open with the closing tag because of the javascript coding along the lines of
- Code: Select all
<font type="vernanda"><small>'+whichcontent+'</small></font>
it says the small and font ending tags shouldn't be there because there is no open tag, it must be because of the '+whichcontent+' which is giving it a hard time.
But the code i mentioned above is for my website only and i can live with it not being perfect, but all the templates i send this way WILL be completely valid xhtml transitional.