|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
CSS Help
How do I make text and links have a 1px. black border?
|
|
#2
|
|||
|
|||
|
I dont want the border to be rectangle it has to outline the actual text. I've been searching all over the place.
|
|
#3
|
|||
|
|||
|
The easy answer:
Code:
<style type="text/css">
a {
border: 1px solid black;
}
</style>
Quote:
Sorry, but I don't quite get it. Do you have an image showing what you are trying to accomplish? Jeroen |
|
#4
|
|||
|
|||
|
URL I want it to show somehting like the word Border on the bottom.
|
|
#5
|
|||
|
|||
|
If I understand you correctly, you want the individual characters/letters to be 'bordered'.
As far as I know that's not possible... Jeroen |
|
#6
|
|||
|
|||
|
I guess, since I cant find it anywhere on the net. Thanks anyways.
|
![]() |
| Viewing: Dev Shed Forums > Web Design > CSS Help > CSS Help |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|