Difference between revisions of "Template:GKAnt"
MyWikiBiz, Author Your Legacy — Friday November 01, 2024
Jump to navigationJump to search (New ad template from AntVenture) |
(Examples) |
||
Line 1: | Line 1: | ||
+ | AntVenture ad script as it was given to me: | ||
+ | |||
<center> | <center> | ||
<br> | <br> | ||
Line 7: | Line 9: | ||
</embed> | </embed> | ||
</center> | </center> | ||
+ | |||
+ | <br><br> | ||
+ | |||
+ | A working example of an IFRAME advertisement: | ||
+ | <embed> | ||
+ | <IFRAME src="http://www.hillaryclinton.com/" width="800" height="800" | ||
+ | scrolling="auto"></IFRAME> | ||
+ | </embed> | ||
+ | |||
+ | <br><br> | ||
+ | |||
+ | A hand-modified blend of the AntVenture code and the working IFRAME advertisement: | ||
+ | <embed> | ||
+ | <IFRAME src="http://ad.antventure.com/st?ad_type=iframe&ad_size=468x60§ion=844446" width="468" height="60" | ||
+ | scrolling="auto"></IFRAME> | ||
+ | </embed> |
Revision as of 17:24, 30 March 2010
AntVenture ad script as it was given to me:
<embed>
<IFRAME FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO WIDTH=468 HEIGHT=60 SRC="http://ad.antventure.com/st?ad_type=iframe&ad_size=468x60§ion=844446"></IFRAME>
</embed>
A working example of an IFRAME advertisement: <embed> <IFRAME src="http://www.hillaryclinton.com/" width="800" height="800" scrolling="auto"></IFRAME> </embed>
A hand-modified blend of the AntVenture code and the working IFRAME advertisement: <embed> <IFRAME src="http://ad.antventure.com/st?ad_type=iframe&ad_size=468x60§ion=844446" width="468" height="60" scrolling="auto"></IFRAME> </embed>