PDA

View Full Version : Discarding my header template coding and replacing it with Flash coding


Masked Crusader
06-15-2006, 06:27 AM
Hey guys. I currently have this coding in my Header template for my style (see below). What I want to do is get rid of this coding and just place a Flash header in its place. Where do I start? If anyone can give me some insight or some places to search for the info I would much appreciate it. Also, let me know if there is someone else in the coding that I would have to fix something. Otherwise I will be searching for days and days trying to figure out what is going on. Thanks in advance for your time.

-Shane

<!-- logo -->
<a name="top"></a>
<div id="vbwrapper">
<div id="logostrip"><div style="background: url($stylevar[imgdir_misc]/logostrip.gif) no-repeat;height: 66px"></div></div>
<div id="submenu"><div style="float: left;background: url($stylevar[imgdir_misc]/subsubmenu_bg.gif) no-repeat;height: 80px;padding: 5px 0 0 400px"><a href="search.php?$session[sessionurl]"><img src="$stylevar[imgdir_misc]/submenu_search.gif" alt="" /></a><a href="memberlist.php?$session[sessionurl]"><img src="$stylevar[imgdir_misc]/submenu_members.gif" alt="" /></a><a href="calendar.php?$session[sessionurl]"><img src="$stylevar[imgdir_misc]/submenu_calendar.gif" alt="" /></a><a href="faq.php?$session[sessionurl]"><img src="$stylevar[imgdir_misc]/submenu_faq.gif" alt="" /></a></div></div>
<div id="vbwrapper2">
<div class="b-middle"><div class="b-left"><img src="$stylevar[imgdir_misc]/border_top_l.gif" alt="" /></div><div class="b-right"><img src="$stylevar[imgdir_misc]/border_top_r.gif" alt="" /></div></div>
<div id="vbwrapper3">

<!-- content table -->
$spacer_open

$_phpinclude_output

SaintDog
06-15-2006, 05:33 PM
The DIV wrapper id's probably close in the footer so if you delete the DIV's from the header, you'll need to locate the closing DIV's in the footer and remove them as well.

As for adding a flash header, the article below should give you enough information on how to use the embed feature.

http://www.alistapart.com/articles/flashsatay/


The following coding needs to remain in the header, however:


<!-- content table -->
$spacer_open

$_phpinclude_output