In order to post a link in a comment on Seahawk Addicts, you must enter the link in HTML code.  This is not as hard as it sounds.

 

1)  Open the tag with a "less than" sign and then the command.  To place a hyperlink that looks like this

                            <a href=

    This is what must be in front of every link. 

 

2)  Enter the full address in quotations.      "http://www.seahawkaddcits.com"

    --so far it would look like <a href="http://www.seahawkaddicts.com"

 

3)  Next enter a greater than sign, followed by what how you want the link to read....>SEAHAWK ADDCITS RULES

                    <a href="http://www.seahawkaddicts.com">SEAHAWK ADDICTS RULES

 

4) Close the HTML tag with this... </a> 

            <a href="http://www.seahawkaddicts.com">SEAHAWK ADDICTS RULES</a>

 

5) In the actual comment, this will be a hyperlink to the address you entered.  It will look like this...

                          SEAHAWK ADDICTS RULES

 


There you go, everybody.  Sorry for all those who this caused frustration to.  I hope some of you find this helpful.