Wanna Help me out

Mike1140

Resident
Joined
Aug 15, 2009
Messages
642
Reaction score
0
FP$
627
I would Like to Learn to make user bars And Banners. All to were if u click them It takes you to the site.
Will pay If I have The FP.
Mike
 
To 'make' them, the best start is to get yourself a program like GIMP (or Photoshop, if you can). Then Google for some graphics tutorials.

All to were if u click them It takes you to the site.
If you mean making it so you can click them and go to your site, than that can be done with some simple BBCode (on forums) or HTML (on sites).

BBCode:
Code:
[url="FORUM ADDRESS HERE"][img]"IMAGE ADDRESS HERE"[/img][/url]

HTML:
Code:
<a href="FORUM ADDRESS HERE"><img src="IMAGE ADDRESS HERE"></a>
 
fantanoice said:
HTML:
Code:
<a href="FORUM ADDRESS HERE"><img src="IMAGE ADDRESS HERE"></a>


You forgot to add the border="0"

Code:
<a href="FORUM ADDRESS HERE"><img src="IMAGE ADDRESS HERE" border="0"></a>
 
TertianJoint said:
fantanoice said:
HTML:
Code:
<a href="FORUM ADDRESS HERE"><img src="IMAGE ADDRESS HERE"></a>


You forgot to add the border="0"

Code:
<a href="FORUM ADDRESS HERE"><img src="IMAGE ADDRESS HERE" border="0"></a>

Not really necessary
 
Back
Top Bottom