EXCEPT! Your linking HTML is wrong. You have to make sure you put in an http:// in your a href="...." or else the link goes to a different page on the site the link is on.
For example: Hover over the first link you wrote up there ("links"). You probably intended the link to point to http://www.google.com. Instead, because there's no http:// in your a href="..." , it links to http://www.livejournal.com/users/kdsorceress/www.google.com.
The proper format is < a href = "http:// www. google. com "> links < /a > (minus all of the spaces except for the one in [a href], of course).
no subject
on 2006-01-14 05:20 pm (UTC)For example: Hover over the first link you wrote up there ("links"). You probably intended the link to point to http://www.google.com. Instead, because there's no http:// in your a href="..." , it links to http://www.livejournal.com/users/kdsorceress/www.google.com.
The proper format is < a href = "http:// www. google. com "> links < /a > (minus all of the spaces except for the one in [a href], of course).