I have a php web page with a banner strip, it has an include that puts
there a flash item, like so:

------------------------------------
logo main_banner space... flash_item
------------------------------------

I now need to add another flash item like so:

---------------------------------------
logo main_banner space... flash1 flash2
---------------------------------------

the flash_item is in an include file in a '<td 'section


  <td width="1%" align="right" bgcolor="#cccccc">
          <object classid="....
          ....
          </object>
          </td>';

so, where do I put another '<object classid="....</object>' section for
flash 2 ?

I tried inside the '<td' section, but that puts flash1 above flash2
putting another '<td' section gave me flash1 flash2 side by side, but,
some of the banner layout shifted

is there a simple solution, apart from calling someone who know what
they're doing ?


-- 
Voytek
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to