phpnuke theme hjælp søges
jeg er igang med at ændre koder / grafik i et phpnuke theme.mit problem er jeg skal ha følgende kode ind i en ramme over et billede.
koden er taget fra andet theme der kør på www.clan-firm.dk i toppen.
< ---- kode snip start---->
<A name= \"scrollingCode\"></A>"
. " <MARQUEE behavior= \"scroll\" align= \"center\" direction= \"up\" height=\"89\" scrollamount= \"2\" scrolldelay= \"25\" onmouseover='this.stop()' onmouseout='this.start()'>";
$numnextactions = "5";
include("includes/next.php");
echo" </MARQUEE>";
echo "</TD>"
< ---- kode snip slut---->
hele header.php koden er følgende.
<----- header.php koder start---->
<table class="bodyline" width="100%" cellspacing="0" cellpadding="0" border="0" style="border-collapse: collapse" bordercolor="#111111"> <tr> <td align="center" valign="top"> <table width="77%" border="0" cellpadding="0" cellspacing="0" background="themes/firm/images/newGRtheme_r1_c1.jpg"> <!--DWLayoutTable--> <tr> <td width="15" height="24"> </td> <td width="683" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0"> <!--DWLayoutTable--> <tr> <td width="683" height="24"><MARQUEE BGCOLOR="" LOOP="infinite" ></marquee></td> </tr> </table></td> <td width="17"> </td> </tr> <tr> <td height="212"> </td> <td><div align="center"><br> <br> <br> <br> <br> <br> <br> <br> <br> <br> </div></td> <td> </td> </tr> </table> <table width="77%" border="0" cellspacing="0" cellpadding="0"> <tr> <td bgcolor="#000000"><table width="100%" border="0" cellpadding="4" cellspacing="0" background="themes/firm/images/h.gif"> <tr> <td width="150" nowrap> </td>
<td nowrap> <div align="center"><font class="content">$theuser<a href="index.php"><br>
Home</a> <font color="#FFFFFF"><a href="modules.php?name=Forums">Forums</a></font><font color="#FFFFFF"> <a href="modules.php?name=Downloads">Downloads</a> <br>
</font><font class="content"> <script type="text/javascript"> <!-- // Array ofmonth Names var monthNames = new Array( "January","February","March","April","May","June","July","August","September","October","November","December"); var now = new Date(); thisYear = now.getYear(); if(thisYear < 1900) {thisYear += 1900}; // corrections if Y2K display problem document.write(monthNames[now.getMonth()] + " " + now.getDate() + ", " + thisYear); // --> </script> </font><font color="#FFFFFF"> <br> </font></font></div></td> <td width="150" nowrap><div align="center"></div></td> </tr> </table></td> </tr> </table> <table width="78%" border="0" cellspacing="0" cellpadding="0"> <tr> <td bgcolor=""><img src="themes/firm/images/7px.gif" width="7" height="7"></td> </tr> </table> <table width="78%" height="24" border="0" align="center" cellpadding="0" cellspacing="0"> <tr valign="top"> <td>$public_msg<img src="themes/firm/images/pixel.gif" width="1" height="1" border="0" alt=""></td> </tr></table> <table width="100%" cellpadding="0" cellspacing="0" border="0" align="center"> <tr valign="top"> <td valign="top" width="1" background="themes/firm/images/7px.gif">
<----- header.php koder slut---->
selve header.php og grafik kan ses på www.mohpa.dk/index.php
På forhånd TAK
