Monday, January 15, 2007

Modify the Image and Url link to launch in a new window

By default, any images and url links within a post will launch the image or website in the same window. To launch in a separate window, this is what you need to do.

For image
1. Locate: href="http://text/
/text//text//text//text/imagename.jpg"
2. Add the text target="_blank"
3. It should look like this
"http://text//text//text//text//text/imagename.jpg" target="_blank"

For Url Links
1. Locate:
href="http://www.chiamatt.blogspot.com/"
2. Add the text target="_blank"
3. It should look like this "
href="http://www.chiamatt.blogspot.com/" target="_blank"

No comments: