Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

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.

#68951
Rob MacKay
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.