Page 1 of 1

personal log/forum codes etc.

Posted: Thu Feb 16, 2012 4:04 pm
by Sol
forum

simple link: http://www.google.com

Code: Select all

[url]www.google.com[/url]


linking with a title: google

Code: Select all

[url=www.google.com]google[/url]


Practically all of it is available above (when you create a post)

personal log

creating an alliance link

Code: Select all

<a href=allianceMembers.php?id=1>   AllianceA  </a>
AllianceA will be the name shown, id=1 is the alliance ID


creating a link to a user (similar to above)

Code: Select all

<a href=stats.php?id=1>   UserA  </a>
UserA will be the name shown, id=1 is the users ID


Line break (forces code to go on a new line, multiple will add more spaces)

Code: Select all

<br> or </br>


Forcing a new tab to open when the link is clicked

Code: Select all

<a href=stats.php?id=1 target=_blank >   UserA  </a>
UserA will be the name shown, id=1 is the users ID, target=_blank forces a tab to open. Same can be applied for the alliance id deal.


Some other html codes admin has decided to mutilate to stop people from using.