The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hey all when viewing me board as a guest
some of the images are broken Even tho they are 100% there and IE gives me this error see pic Attachment 104780 so anyone any idea whats going on? Thanks Mike |
#2
|
||||
|
||||
![]()
Have you tried running your page through an html validator?
|
#3
|
|||
|
|||
![]()
hmm no i havnt but just did and got
Errors found while checking this document as XHTML 1.0 Transitional! Result: 39 Errors, 4 warning(s) Code:
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.myanimeisland.com%2Fforums%2F&charset=%28detect+automatically%29&doctype=Inline&group=0 ![]() |
#4
|
||||
|
||||
![]()
You need to run the validator on the page you are having the errors on (the showthread page) in order for it to help you.
And take a look at the source code for those broken images. |
#5
|
|||
|
|||
![]() Quote:
how would i even start with this? is this not a vbulletin problem? i dont understand why its like this Code:
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.myanimeisland.com%2Fforums%2Fsite-news%2F72-affiliate-banners.html&charset=%28detect+automatically%29&doctype=Inline&group=0 |
#6
|
||||
|
||||
![]()
It is not a default vbulletin issue - I'd guess most of those are from modifications. For instance, vbulletin doesn't use <br> at all - they do them properly as <br />. Same with & in a url, they always use & . As for how do you start? You start with the little things like the ones I mentioned. You'll find that you fix one, and it usually fixes several of the errors.
It also looks like non-logged in users don't have permission to view some images. This one isn't showing for me and I get a Not Logged In/No Permission error when trying to view it in my browser - http://www.myanimeisland.com/forums/...maibanner2.jpg |
#7
|
|||
|
|||
![]() Quote:
as for that image is it classed as a Attachments ive think ive turned on all images to guests dont think ive missed any Thanks Code:
# Error Line 64, Column 306: required attribute "alt" not specified …//www.myanimeisland.com/newmai.jpg"/></a> </tr> </table> </tr> <tr> <td width ✉ The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element. Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>. any chance you know lynne or anyone else Thanks |
#8
|
||||
|
||||
![]()
That has to do with any image tags you use. You need the alt attribute:
HTML Code:
<img src="whatever.jpg" alt="something" />
|
#9
|
|||
|
|||
![]() Quote:
HTML Code:
alt="something" And could you check that image link now see if you can see it Thanks |
#10
|
||||
|
||||
![]()
You would put what you want users to see if the image doesn't show. So, for instance, if it's an image of a happy face, then the alt would be "happy face". Or, you can just have alt="", but you need to have the alt attribute in there.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|