WebmasterForums.NET - Webmaster Forums & Directory
 

Go Back   WebmasterForums.NET - Webmaster Forums & Directory > Design and Development > Site Programming and Coding
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Site Programming and Coding Have a problem with some code on your site? Ask our other members for advice and help.

Reply
 
Thread Tools Display Modes
Old 10-25-2005, 07:18 PM   #1
SportsGamingMaster
Senior Member
 
Join Date: Feb 2005
Location: michigan
Posts: 1,414
SportsGamingMaster is an unknown quantity at this point
Send a message via AIM to SportsGamingMaster Send a message via Yahoo to SportsGamingMaster
Thumbs up

Ok. i hardcode alot of stuff for a school class now and i wanted to know how to change the border color of a image, it always seams to only appear black i've tryed a few different codes that don't work
Code:
<img bordercolor="COLOR HERE" src="LINK HERE">
doesn't work

so i need some help, my teacher can't even figure it out but hopefully someone here can =].
SportsGamingMaster is offline   Reply With Quote
Old 10-25-2005, 11:25 PM   #2
Lee Vilenski
WMF Staff member
 
Lee Vilenski's Avatar
 
Join Date: Jan 2005
Location: BRITIAN!!!!!!!!Somerset.
Posts: 2,268
Lee Vilenski is an unknown quantity at this point
Send a message via MSN to Lee Vilenski
Default

try single speech marks.
__________________
FOOTbALL CRAZY

ED-WEBmasterFORUMS.NET biggest spammer.

Ask me for help, I always answer pms.

FANTASY FOOTBALL FORUM OWNERS-contact me if you are looking for simmers.
Lee Vilenski is offline   Reply With Quote
Old 10-25-2005, 11:55 PM   #3
SportsGamingMaster
Senior Member
 
Join Date: Feb 2005
Location: michigan
Posts: 1,414
SportsGamingMaster is an unknown quantity at this point
Send a message via AIM to SportsGamingMaster Send a message via Yahoo to SportsGamingMaster
Default

er.. what do u mean here ill post my code and if anyone knows edit the code so that the border color of the image will be different then black, its just a test thing so yeah..

Code:
<html>
<head><title>test</title></head>
<body>
<img border="5" src="C:\Documents and Settings\TEMP\My Documents\My Pictures\EDLIONSCOMPITIONSIG2.jpg">
</body>
</html>
SportsGamingMaster is offline   Reply With Quote
Old 01-19-2006, 08:55 AM   #4
Lee Vilenski
WMF Staff member
 
Lee Vilenski's Avatar
 
Join Date: Jan 2005
Location: BRITIAN!!!!!!!!Somerset.
Posts: 2,268
Lee Vilenski is an unknown quantity at this point
Send a message via MSN to Lee Vilenski
Default

try saying bd color instead of boarder colour.
__________________
FOOTbALL CRAZY

ED-WEBmasterFORUMS.NET biggest spammer.

Ask me for help, I always answer pms.

FANTASY FOOTBALL FORUM OWNERS-contact me if you are looking for simmers.
Lee Vilenski is offline   Reply With Quote
Old 02-14-2006, 05:04 PM   #5
Morphine
Junior Member
 
Join Date: Feb 2006
Location: Stockholm, Sweden
Posts: 18
Morphine is on a distinguished road
Default

You'll have 100% control of the image border like this:

Code:
<img src="path/to/image/here.jpg" style="border: 2px solid #f00" />
The first value sets the border width, the second sets the style (solid, dashed, grove, etc.) while the third one sets the color.
Note: If you don't want a border at all just replace it with "border: 0".
Morphine is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 06:23 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
WebmasterForums.NET - Webmaster Forums & Directory