Okay tell me if you heard this one... - NBS






 

 

Okay tell me if you heard this one... - NBS

View Full Version : Okay tell me if you heard this one...


nightfox_pc_asst
25-Oct-2004, 05:01 AM
I am helping a member with some vB code for a portal...I have everything to create the table, I just dont have the code for linking the image to a website...

See part code below..

"table code blah blah blah"
Then this line:

iframe style="width: 153px; height: 31px;" src="http://www.domainname.com/nightfox.gif"></iframe

"More table code blah blah blah"

So how do I link that with with image above...

Thanks guys and gals

AjRap2
25-Oct-2004, 11:02 AM
why use an iframe when you can just use <a href="http://your_domain.com"><img src="http://www.domainname.com/nightfox.gif" border="0"></a>