« Web, HTML, Tech Forum

Change NAME of social media links?

Id like to add my status cafe link to the social media section of my profile! Ive looked online and cant seem to find how to do this or is it even possible? 

If someone could provide code or a layout I could use, that would be helpful! 


Report Topic

1 Reply

Reply by Jinnicide

posted

It won't put it in the links box, but it will put it underneath the heroes box:



<tr>
  <td>
    <p>Zodiac</p>
  </td>
  <td>
    <p><a href="YOURLINK HERE">YOUR LINK TEXT HERE</a></p>
  </td>
</tr>


Report Reply