|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
I made a abnner and put it on my site and all but the border around it is purple
I dont mind the border, but how can I make it like black or something? ![]() |
|
#2
|
||||
|
||||
|
This is the colour of the link. Use CSS to change the colour:
Code:
<style type="text/css">
<!--
A:link {
color: #000000;
}
A:visited {
color: #000000;
}
A:hover {
color: #000000;
}
-->
</style>
To get rid of the border, add border="0" to the image tag. |
|
#3
|
|||
|
|||
|
or you could just put the black border on the banner in photoshop, and in the image code... put border="0" so it would look like this.
<* img src="banner url here" border="0" *> |
![]() |
| Viewing: Dev Shed Forums > Web Design > Web Design Help > I need some button help. |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|