How can I show a picture before a link in google sites -


i have website i've set through google sites. have link external webpage. i'd have happen is, if clicks link, shows jpg picture 5 seconds , forwards them off linked website. there way that?

thanks, rich

adding following tag:

<meta http-equiv="refresh" content="5;url=http://example.com"> 

to <head> section of webpage redirect user example.com, or whatever url value is. can display image in <body> section of page. seems simplest way accomplish want.


Comments