validation help...
validation help...
- Started
- Last post
- 6 Responses
- hiten
im to stupid to figure this out.
http://validator.w3.org/check?ve…
- heavyt0
1. in links, use & instead of "&".
2. img src should be in quotes.
3. user an alt tag for all images, it is what shows up if the image doesnt load.TR1
- hiten0
yeah i cant get it to work inside the php...if anyone wants to actually wants the script i can send it to you to help me fix it...and the script is yours of course after.
- welded0
If your code is embeded in a PHP print() stament, or something, and that's causing your problems just escape the quotes:
< img src="blah blah"
become
< img src=\"blah blah\"And so on.
- hiten0
not working :(
- hiten0
i fixed most of them just the thing with the &= sign thing...o idea
- hiten0
i fixed it :)