Skip to content

Instantly share code, notes, and snippets.

@jzebedee
Created December 1, 2014 08:26
Show Gist options
  • Save jzebedee/abdb1b530a0c2ff71be3 to your computer and use it in GitHub Desktop.
Save jzebedee/abdb1b530a0c2ff71be3 to your computer and use it in GitHub Desktop.
Subnormality issue

This has the issue:

<a href="http://www.viruscomix.com/findingjebus.html"><br>
	<img style="border: 0px solid ; width: 632px; height: 150px; position: absolute; z-index: 1; top: 171px; left: 7px;" alt="" src="jad2.jpg">
</a>

This doesn't have the issue:

<div style="border: 0px solid ; width: 632px; height: 150px; position: absolute; z-index: 1; top: 171px; left: 7px;">
<a href="http://www.viruscomix.com/findingjebus.html"><br>
	<img alt="" src="jad2.jpg">
</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment