Log In · Register

 
 
Closed TopicStart new topic
Borders On Image Links, How to?
dafto
post Mar 6 2008, 05:26 PM
Post #1


Senior Member
***

Group: Member
Posts: 39
Joined: Jun 2005
Member No: 149,487



I need a code to put a border around a link of this kind:

CODE
<a href=www.linklinklink.com><img src=www.imagelink.com></a>



How would I go about doing that?
 
absinthe
post Mar 6 2008, 05:40 PM
Post #2


GD. <3
******

Group: Staff Alumni
Posts: 1,222
Joined: Aug 2005
Member No: 198,566



If you want a border around just that image:

CODE
<a href=www.linklinklink.com><img src="www.imagelink.com" border="1"></a>

 
dafto
post Mar 6 2008, 05:45 PM
Post #3


Senior Member
***

Group: Member
Posts: 39
Joined: Jun 2005
Member No: 149,487



Okay thanks, secondly how would I make that border colored?
 
absinthe
post Mar 6 2008, 05:51 PM
Post #4


GD. <3
******

Group: Staff Alumni
Posts: 1,222
Joined: Aug 2005
Member No: 198,566



CODE
<a href=www.linklinklink.com><img src="www.imagelink.com" border="1" border-color="HEXCODE"></a>
 
dafto
post Mar 6 2008, 06:05 PM
Post #5


Senior Member
***

Group: Member
Posts: 39
Joined: Jun 2005
Member No: 149,487



For some reason it will change the size of the border but it won't change the color?
 
absinthe
post Mar 6 2008, 06:08 PM
Post #6


GD. <3
******

Group: Staff Alumni
Posts: 1,222
Joined: Aug 2005
Member No: 198,566



What type of color code are you entering?
 
dafto
post Mar 6 2008, 06:16 PM
Post #7


Senior Member
***

Group: Member
Posts: 39
Joined: Jun 2005
Member No: 149,487



Well at first I tried to use a hex for a pink color and it didnt work and then I tried the hex for white and that didnt work either.

CODE
<a href=linnnnk>
<img src=linkkkk align="left" width="150" border-color="ffffff" border="5"



could it be the order I have it in??
 
absinthe
post Mar 6 2008, 06:18 PM
Post #8


GD. <3
******

Group: Staff Alumni
Posts: 1,222
Joined: Aug 2005
Member No: 198,566



go ahead and try this:

CODE
<a href="link">
<img src="img.jpg" style="border-color: #hexcode" border="5" align="left" width="150">
</a>
 
dafto
post Mar 6 2008, 06:20 PM
Post #9


Senior Member
***

Group: Member
Posts: 39
Joined: Jun 2005
Member No: 149,487



That was it! Thanks it works! biggrin.gif
 
absinthe
post Mar 6 2008, 06:24 PM
Post #10


GD. <3
******

Group: Staff Alumni
Posts: 1,222
Joined: Aug 2005
Member No: 198,566



Okay! If you have any other questions, feel free to make another topic, or PM me to have this topic re-opened.

Closed Topic.
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: