Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
verynew2it #1
add drop downs to a php file
Hello everyone, this is my first time on here as i have just started using
studio mx. I have had the software for quite a while but never got round to
using it. Anyway, i have created a logo for my website and added some "drop
down" navigation menu's to the image. I dont know how to add this to a php
file. I have a site that runs with myphpnuke.com software and i know it can be
done but does anyone know how to alter my header.php file to include my
fireworks drop down logo?
here is a copy of my header.php which i need to somehow make my fireworks
image and the mm_menu.js file work with
<?php
include("extention.inc");
cookiedecode($user);
$username = $cookie[1];
if ($username == "") {
$username = "Anonymous";
}
global $actif, $mpnTables, $user, $banners, $sitename, $slogan, $cookie;
cookiedecode($user);
$username = $cookie[1];
if ($username == "") {
$username = "Anonymous";
}
print "<LINK REL=\"StyleSheet\"
HREF=\"themes/LeadbitterGlass/style/style.css\" TYPE=\"text/css\">\n";
echo "</HEAD>\n";
echo "<body bgcolor=\"#EAECE8\" text=\"#000000\" link=\"0000ff\">"
."<br>";
if ($mpn_display_fetching_request==1) OpenWaitBox();
if ($banners) {
include("banners.php");
echo "<br>";
}
echo "<table border=\"0\" cellpadding=\"0\" cellspacing=\"2\"
bgcolor=\"EAECE8\" width=\"80\" align=\"center\">\n"
."<tr><td width=\"100%\">\n"
."<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"800\">\n"
."<tr><td width=\"100%\">\n"
."<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"800\">\n"
."<tr><td width=\"100%\" height=\"60\" bgcolor=\"#FFFFFF\">\n"
."<table border=0 width=100% cellpadding=0 cellspacing=0><tr><td
align=\"left\"><a href=\"index.php\"><img border=\"0\"
src=\"themes/LeadbitterGlass/images/logo.gif\" alt=\"Home Page\"
hspace=\"0\"></a></td><td align=\"right\"></td></tr></table></td></tr>\n"
."</td></tr></table>\n"
."</td></tr><tr><td width=\"100%\"><table width='100%' cellspacing='0'
cellpadding='0' border='0'><tr><td bgcolor='#ffffff'>\n";
echo "</td></tr></table><table width=\"800\" cellpadding=\"0\"
bgcolor=\"ffffff\" cellspacing=\"0\" border=\"0\">\n"
."<tr valign=\"top\">\n"
."<td><img src=\"themes/LeadbitterGlass/images/pixel.gif\" width=\"6\"
height=\"1\" border=\"0\" alt=\"\"></td>\n"
."<td width=\"138\" bgcolor=\"ffffff\" valign=\"top\">\n";
blocks(left);
echo "</td><td><img src=\"themes/LeadbitterGlass/images/pixel.gif\"
width=\"10\" height=\"1\" border=\"0\" alt=\"\"></td><td width=\"100%\">\n";
if ($index == 1){
include("mymsg2_functions.$phpEx");
display_mymsg2();
}
if ($index == 1) {
if ($mpn_display_whatsnews == 1) {
recentnews();
}
if ($mpn_display_recenttopics == 1){
recenttopics();
}
if ($actif== 1){
cblock();
}
}
?>
verynew2it Guest
-
Drop Downs and Embed tag
We created menus using DreamWeaver, when we put a embeded tag on the page the drop down menu go behind the embeded object. Is there anyway to fix... -
Streamlining Drop-Downs
I have a form with literally a hundred fields where the user has to select how they rank each item in a drop-down form 0-10. Is there a way to... -
drop downs not working.....
Hi, I have just finish this page and now I realize it works perfectly in Safari but the drop downs do not work in Explorer on a P.C. or on a Mac. ... -
dynamic drop downs
hey everyone. i'm making a site that uses drop down menus. their content changes depending on where the user is in the site. i have a table set up... -
Drop Downs
Does anyone know of a good tutorial for drop downs. The drop downs I created have alot of bugs which I can't figure out how to fix?...



Reply With Quote

