PDA

View Full Version : Clickable background


krustyx
04-30-2014, 12:19 AM
I'm using the doc_background variable with the url(your image url).

I want to add a link to the background so when people click the background, they are redirected to a subforum

I really need help for this one.

I'm with VB 4.2.2

Thank you very much

krustyx
05-01-2014, 12:41 AM
Please help, I really need this! Thanks

ForceHSS
05-01-2014, 01:24 AM
If you are asking for some coding help then u have posted in wrong section try unpaid also you need to upload any coding you have done so far if any
But if you are asking for this to be coded then you need to ask in paid section

cellarius
05-01-2014, 08:21 AM
You can't put a link in that way, because the doc_background stylevar is used on the <html>-tag, and you can't put any tags around it. The same goes for the <body> tag.

You'd have to insert your own, new div container, assign it the background image and then attach some onclick-javascript magic to it.