Thread: theme/index.php
View Single Post
  #2 (permalink)  
Old 05-21-2003, 05:32 PM
mikem mikem is offline
Senior Member
 
Join Date: Sep 2002
Posts: 2,905
Here's your last code converted to work in php

Code:
echo"<td><div align=\"center\"><a href=\"http://www.freeimagebrowser.com/\"> "
  . "            <img src=\"http://www.freeimagebrowser.com/images/visualizer_88x31.gif\" "
  . "             width=\"88\" height=\"31\" alt=\"Visualizer image browser - Download today!\" "
  . "            border=\"0\"></a> "
  . "           </div> "
  . "            "
  . "<center><iframe src=\"http://leader.linkexchange.com/X1696924/showiframe?\" width=468 height=60 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling=no> "
  . "<a href=\"http://leader.linkexchange.com/X1696924/clickle\" target=\"_top\"><img width=468 height=60 border=0 ismap alt=\"\" src=\"http://leader.linkexchange.com/X1696924/showle?\"></a></iframe>
<a href=\"http://leader.linkexchange.com/X1696924/clicklogo\" target=\"_top\"><img src=\"http://leader.linkexchange.com/X1696924/showlogo?\" width=468 height=16 border=0 ismap alt=\"\"></a>
</center> "
  . " "
  . "</td>"
 ."";
take it and try pasting it in your above code for the function themefooter. You may have to play with it a little to get it like you want. The iframe may bugger it though..worth a try.

mikem
Reply With Quote