It's generally used to allow rich media ads (e.g. flash anims) to be embedded as well as images.
Though this wouldn't solve the problem, a slightly better solution would be:
<NOLAYER>
<IFRAME SRC="..." HEIGHT=60 WIDTH=468 MARGINWIDTH=0 HSPACE=0 VSPACE=0
+ FRAMEBORDER=0 SCROLLING="no" BORDERCOLOR="#000000">
<A HREF="...">
<IMG SRC="..." WIDTH="468" HEIGHT="60" ALT="Click Here." BORDER="1"
+ NATURALSIZEFLAG="0" ALIGN="TOP">
</A>
</IFRAME>
</NOLAYER>
<ILAYER ID="advert" VISIBILITY=hidden WIDTH=468 HEIGHT=60>
</ILAYER>
then at the bottom of the page:
<LAYER align=center SRC="..." visibility=hidden id=layer1 width=468 he
+ight=60 onload="moveToAbsolute(advert.pageX,advert.pageY); layer1.cli
+p.height=60;layer1.clip.width=468;visibility='show';">
</LAYER>
this causes netscape to load the ad after the page content, and then moves it to the position required.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.