Lars Mars
|
10/11/2008 10:15:54 PM
---- Updated 10/11/2008 10:17:18 PM
It's pretty simple, but difficult to post because what will appear is the link, and not the html tag that generates it, but here goes:
All html tags (instructions to the browswer) are enclosed between left < and right > arrows. Inside of that you'll add the url (web address).
I'll demonstrate using your page as an example
The url of your page is:
http://www.iacmusic.com/artist.aspx?id=122221
In order for that to appear as a link, you'd add a left arrow and the following tag:
a href="http://www.iacmusic.com/artist.aspx?id=122221"
follow that with a right arrow. Then, type the name of the page cat ize
Follow that with another left arrow and
/a (to denote the end of the link)
Followed by a right arrow.
I'll substitute the arrows with an up arrow, so you'll see the whole thing:
^a href="http://www.iacmusic.com/artist.aspx?id=122221"^ cat ize ^/a^
Once you subsitute left and right arrows, it'll look like this:
cat ize
there's another simple trick that will open a new browser, so the reader doesn't lose their place, but I'll save that for another day.
Good luck, and let me know if you have troubles with it,
Glenn
|
|
Lars Mars
|
10/11/2008 10:25:22 PM
Oh, I just noticed shouts...
That's much simpler. Just copy the url on your page (up in the address window) and paste it into the Link box under the Shout Box.
No need to add any html, just paste the address into the box, and IAC does the rest.
|
|