By MatthijsG on
When i put a image inside a link, the image disappears. I can't figure it out why this is happening. Does someone have a clue?
<center><a href="http://www.foo.bar" target="_blank"><img src="http:/foo.bar/foobar.JPG" alt="" /></a><br />
</center>It's on a Drupal 6 site with ImageAPI and Lightbox. Tried FullHTML on the node.
Comments
How about a link to a page
How about a link to a page that shows the problem or posting the actual html
Check the source code to see
Check the source code to see that it's correct. Check all the quotes to be sure they're closed.
If so, use Firebug to check if the CSS is hiding it.