how do i place a link in....? |
![]() ![]() |
how do i place a link in....? |
Jul 8 2005, 03:22 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 37 Joined: Jun 2005 Member No: 154,323 |
here:
/*.blacktext12 { color:FFCCCC; font-size:1px;height:124px; width:459px; background-image:url("http://tinypic.com/6yd5vn.jpg"); background-position:center; background-repeat: no;}*/ i have a banner there,and i want that the banner will be used as a link as well to a site when u push on it. i tried several options and couldnt get it work. someone? |
|
|
|
Jul 8 2005, 03:27 PM
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Duplicate Posts: 1,912 Joined: May 2005 Member No: 137,527 |
I think i remember reading somewhere that it isnt possible to link while using images in css
|
|
|
|
Jul 9 2005, 06:31 AM
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 37 Joined: Jun 2005 Member No: 154,323 |
its possible. i saw someone who did it. im looosssttt
|
|
|
|
Jul 9 2005, 06:35 AM
Post
#4
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Duplicate Posts: 1,912 Joined: May 2005 Member No: 137,527 |
They had to have been using a div layer than.
|
|
|
|
Jul 9 2005, 07:20 AM
Post
#5
|
|
![]() hmm?? ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 318 Joined: Jun 2005 Member No: 147,424 |
maybe you have to image map it....... not sure
|
|
|
|
| *mipadi* |
Jul 9 2005, 08:55 AM
Post
#6
|
|
Guest |
The easiest way to make an image a link is to do something like this:
CODE <a href="page.html" title="Link to a page"><img src="linkpicture.png" alt="The link"/></a>
|
|
|
|
Jul 9 2005, 01:42 PM
Post
#7
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 37 Joined: Jun 2005 Member No: 154,323 |
sorry im a bit confused with ur answer can u try to explain it a bit more?
|
|
|
|
![]() ![]() |