View Full Version : How do i add this white boarder?
schizophonic
10-16-2002, 09:15 PM
this is the code in which i am working from.
http://www.schiz12.co.uk/NewFolder/help.gif
now my problem, in Dreamweaver, i can add a simple black border vary from size to size, but i can't change that border to be white?
What can i do in Dreamweaver and in HTML notepad
Nightfire
10-16-2002, 09:26 PM
Add bordercolor="#ffffff" into the image tag
schizophonic
10-16-2002, 09:29 PM
where should i add it? after border="1"?
And when i did, it made no changes.
Nightfire
10-16-2002, 09:32 PM
<img src="images/image.jpg" width="150" height="60" border="1" bordercolor="#ffffff">
Or
<img src="images/image.jpg" width="150" height="60" border="1" style="border-color:#ffffff">
schizophonic
10-16-2002, 09:53 PM
it's alright, i've asked someone on my msn list, and this is what they've told me.
<div id="Layer1" style="position:absolute; left:174px; top:19px; width:648px; height:121px; z-index:1;"><img src="pictures/title(1).jpg" width="675" height="169" align="baseline" border="6" style="border: 1px solid #FFFFFF"></div>
oell thanks for you help anyway
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.