image boreder code?, is there? |
![]() ![]() |
image boreder code?, is there? |
May 31 2005, 07:14 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 148 Joined: Apr 2004 Member No: 14,145 |
is there a code that puts a border around each image for your img already?? :]
|
|
|
|
May 31 2005, 07:28 PM
Post
#2
|
|
|
Tu es laid. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 3,913 Joined: Feb 2005 Member No: 106,675 |
hmm i think its like this
CODE <img src="URL OF IMAGE" border="0" alt=""> change the 0 to how thick you want the border to be |
|
|
|
May 31 2005, 07:31 PM
Post
#3
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
Around all images?
CODE <style type='text/css'>img{border: #000000 solid 1px;}</style> Change the properties as needed.
|
|
|
|
May 31 2005, 10:23 PM
Post
#4
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 148 Joined: Apr 2004 Member No: 14,145 |
for the first code how do i change the color??
|
|
|
|
May 31 2005, 10:27 PM
Post
#5
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,573 Joined: Feb 2005 Member No: 99,124 |
Use this:
CODE <img src="URL OF IMAGE" border="0" alt="" color="#000000">
|
|
|
|
![]() ![]() |