Forum Moderators: open
Lets say I input an alt tag like this
<Img SRC="image1" alt="image description">
When I hover over this image the little box that pops up just says "image
At first I thought it was because of an unclosed " but I cant seem to find any. The wierd thing is that it only happens on certain pages. The site in question is the one in my profile. Turntable Reviews, is one of the pages which I am having the problem with.
I really have spent a lot of time trying to figure this one out. Id REALLY appreciate it if you could help a brother out ;)
[edited by: DJFlite at 9:52 pm (utc) on Jan. 8, 2004]
Could I ask that you please remove the URI reference to your site as we do not allow request for site reviews. Thanks in advance for your understanding.
P.S. View the source code for that page and you'll see black rectangles where your quotes should be. This tells me you are using a character that is not recognized. In this case, the smart quotes which is what I believe they are referred to as. They are non-SGML characters.
You may want to run your site through the HTML validator. There are additional errors there that should be corrected.
Anyways thanks for the help pageone, btw, what were some of the other errors you saw in my page? Just a little something to get me started. I do use HTML validator but it always gives me errors that really dont matter, like amperstands in url and whatnot.
Common Validation Errors [webmasterworld.com]
The best thing to do is start with the errors at the top of the list and work your way down. As you correct the ones at top, others will go away.
Note that the validator will only show you one instance of an error at a time. So, if you have the same error in 20 lines of code, it is only going to show you the first one. If you fix that first one, then the next one will appear. It can be frustrating so make sure you correct all the errors if you can.
P.S. If you run into errors that you do not understand, feel free to ask questions on how to correct them.