Skip to content

Instantly share code, notes, and snippets.

@mrthang
Created April 8, 2011 04:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrthang/909309 to your computer and use it in GitHub Desktop.
Save mrthang/909309 to your computer and use it in GitHub Desktop.
Second Box
<style type='text/css'>
#wrapper {
width:520px;
height:500px;
margin:0 auto; border:0; padding:0;
position:relative;
}
</style>
<div id="wrapper">
<div style='width:520px;'>
<img src='[Insert Image URL Here]' /> <!-- This image will be displayed to fans -->
<!-- You can also add any HTML that you want displayed to fans -->
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment