The 10 | Kerri N


Tuesday, December 18, 2007

HTML: Crash Course

This post is all about tags. I'm sure a lot of you are damn tired of having 'Hosted by Photobucket' appear at the bottom of every picture you link to, so I'm gonna tell you how to bypass the sickening commercialism attached to all of your hosted photos. Your dead dog shouldn't be hosted by Photobucket.



Copy the direct link url located below your image on the Photobucket website. Navigate to the place where you want to place your image and follow these steps:



Insert this short code and paste the url you copied in place of (url):

<img src=" (url) ">



When you're done, you should have something like this:

<img src="http://www.photobucket.com/image.jpg">



Same goes with linking text instead of just slapping a long ugly link down. This is what you write:

<a href="http://www.google.com">This is a link.</a>


This is what you get: This is a link.



For a while you'll have to reference the code and c/p it, but eventually you'll memorize it and be able to toss those brackets around like hotcakes. Practice is key to mastery, grasshopper.

Labels:

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home