What's new

Html and BBc Codes for linking your site / images on forum / Blog

gurusmaker

Active Techie
This is really helpful if you want to edit your profile leaving your website link as the signature or If you want to comment on a blog post without typing your full site / blog address . You can use this code to hyperlink a line of comment or instruct a particle image to display on your hyper-linked item , in most cases you may just want images to be showing in your forum  signature if allowed just follow the short tutorial below on bbc and html Codes for text and image links you can use on forum / blog.

HTML Text Link:
Code:
Code:
<a href=?http://yoursite.com/? target=?_blank?>Link Text</a>

BBCode Text Link:

Code:
Code:
[url=http://yoursite.com/]Link Text[/url]

HTML Image Link:

Code:
Code:
<a href=?http://yoursite.com/? target=?_blank?><img src=?http://image.jpg? border=?0″></a>

BBCode Image Link:

Code:
Code:
[url=http://yoursite.com/][IMG]http://image.jpg[/IMG][/url]

you can start practicing them now so they become part of your online tools 
 
Top