Home › Forums › CSS › Is it possible to use an external css file to store image hyperlinks that will change on occasion. › Re: Is it possible to use an external css file to store image hyperlinks that will change on occasion.
December 23, 2010 at 7:24 pm
#68951
Participant
you should really be using javascript (jQuery) for this if you don’t want to go server side scripting.
Think of CSS as skin, not bone I suppose – and although there are ways to add text with CSS I would really not do even that lol
So no. But look into javascript – and I would recommend jQuery. You could store all your needed URLs in an array and call them out at random – or however you require.