quote:
Originally posted by CookieRevised
(and try to avoid spaces)
Or if you really need to use spaces, you should use them like this:
code:
<img src="this+is+a+picture.jpg" alt="picture" />
Or:
code:
<img src="this%20is%20%a%20picture.jpg" alt="picture" />
Both of these should be XHTML valid.