Center
<center> <code to be centered> </center>
place this bit of code around the object code, or around anything inside the <div> and </div>
.
The centering command must be closed within the div command or you will get an error.Open link in new window
target="blank"
to be placed after the image reference script before >
<a href="http://www.yourlinkhere.com" target="_blank">LINK TEXT</a>
(click for more info)
(click for more info)
Nofollow
rel=”nofollow”
After the <a in the beginning of your code for the address you are linking to (either text or Image), just after the a insert rel="nofollow" with a space before and after it.
<a rel=”nofollow”
href=”http://www.yourlinkhere.com”>LINK TEXT</a>
Page Break
<br />
Insert this command after text, picture, videos or whichever code to help space things out.