SitePoint Sponsor |
|
User Tag List
Results 1 to 9 of 9
Thread: Image hyperlinked
-
Nov 27, 2006, 10:28 #1
- Join Date
- Mar 2005
- Posts
- 832
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Image hyperlinked
Hi does anyone know how to get rid of the purple box around a hyperlinked image on a webpage?
-
Nov 27, 2006, 10:32 #2
- Join Date
- Oct 2004
- Location
- Sendai, Japan
- Posts
- 2,417
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Code:a img { border:0; }
-
Nov 27, 2006, 10:35 #3
- Join Date
- Mar 2005
- Posts
- 832
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
im not using css
-
Nov 27, 2006, 10:38 #4
- Join Date
- Oct 2004
- Location
- Sendai, Japan
- Posts
- 2,417
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Any particular reason why not?
-
Nov 27, 2006, 10:40 #5
- Join Date
- Mar 2005
- Posts
- 832
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
because i do not know how to attach a css document to my website
-
Nov 27, 2006, 10:43 #6
-
Nov 27, 2006, 10:47 #7
We will be more than happy to show you how.
The first thing you need to do is add this to the head section of your pages:Code:<link rel="stylesheet" type="text/css" href="stylesheet.css" />
Thats it!
Though you can place the .css file in a seperate directory if desired and update the path in that head <link>.
Hope this was helpful.
-
Nov 27, 2006, 10:49 #8
- Join Date
- Mar 2005
- Posts
- 832
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
nice it works
, thank you both alot
-
Nov 27, 2006, 12:48 #9
- Join Date
- May 2006
- Posts
- 399
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
heh! once started on CSS you will never go back!
Bookmarks