Tue, 2006-05-09 20:14
Is it possible to have a url links (http/s) in the css as I can have a background picture ok put into a certain cell of a table but I want this image to have a link to a certain section of the site.
Any ideas
Thanks
Tue, 2006-05-09 20:18
#1
[Solved] URL links in css
No, that's not what CSS is for. CSS is how your page looks - hence background images. Links should be in your html.
Tue, 2006-05-09 20:22
#2
[Solved] URL links in css
I see, I had a feeling that was the case just wanted to double check just incase I overlooked any of the css attributes.
Thanks for the rely.