Jump to content

web page in php has no background color in firefox


Visualanté

Recommended Posts

i made a php template page in dream weaver and used bkg color

 

code//

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

<!-- TemplateBeginEditable name="doctitle" -->

<title>The Mortgage Exchange, LLC</title>

<!-- TemplateEndEditable -->

<!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable -->

</head>

<body bgcolor="B1BEA4">

<!--url's used in the movie-->

<a href="file:///Macintosh HD/Users/scottmenzel/Desktop/mm/glossary.swf"></a>

<!--text used in the movie-->

<!-- saved from url=(0013)about:internet -->

<table width="800" border="0" cellspacing="0" cellpadding="0">

  <tr>

    <td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="800" height="233">

      <param name="movie" value="file:///Macintosh HD/Users/scottmenzel/Desktop/mm/sitetop.swf">

      <param name="quality" value="high">

      <embed src="file:///Macintosh HD/Users/scottmenzel/Desktop/mm/sitetop.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="800" height="233"></embed>

    </object></td>

  </tr>

  <tr>

    <td><table width="800" border="0" cellspacing="0" cellpadding="0">

      <tr>

        <td width="250"><div align="right">

          <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="250" height="700">

            <param name="movie" value="file:///Macintosh HD/Users/scottmenzel/Desktop/mm/leftmenu.swf">

            <param name="quality" value="high">

            <embed src="file:///Macintosh HD/Users/scottmenzel/Desktop/mm/leftmenu.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="250" height="700"></embed>

          </object>

        </div></td>

        <td width="550"><!-- TemplateBeginEditable name="EditRegion3" --> <!-- TemplateEndEditable --></td>

      </tr>

    </table></td>

  </tr>

  <tr>

    <td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="800" height="67">

      <param name="movie" value="file:///Macintosh HD/Users/scottmenzel/Desktop/mm/sitebottem.swf">

      <param name="quality" value="high">

      <embed src="file:///Macintosh HD/Users/scottmenzel/Desktop/mm/sitebottem.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="800" height="67"></embed>

    </object></td>

  </tr>

</table>

</body>

</html>

//code

Link to comment
Share on other sites

oops this code//

<?php

$active = "";  //valid params: home, about, services, news, gallery, contact

$title = "";

include("includes/ME_fn.php");

heading($active, $title);

?>

<div class="content">

<div class="content_lt_top">

<div class="content_lt">

<? shownews(); ?>

</div>

</div>

<?

include("includes/detectbrowser.php");

$a_browser_data = browser_detection('browser');

if ( !($a_browser_data == 'ie') ) { ?>

<div class="content_rt" style="height: 1px; background-color: #FFF; border: none; margin: 0px;"> </div>

<? } ?>

 

<? //content_r("$bodytext");

//content_r("Here is some <a href=\"#\">linked content</a> to display.");

 

?>

 

</div>

 

<?

closing();

?>

//code

Link to comment
Share on other sites

this is the template disregard last two

 

code//

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />

<!-- TemplateBeginEditable name="doctitle" -->

<title>The Mortgage Exchnge, LLC</title>

<!-- TemplateEndEditable -->

<!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable -->

</head>

 

<body bgcolor="B1BEA3">

<table width="800" border="0" cellspacing="0" cellpadding="0">

  <tr>

    <td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="800" height="233">

      <param name="movie" value="../sitetop.swf" />

      <param name="quality" value="high" />

  <param name="wmode" value="transparent">

      <embed src="../sitetop.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="800" height="233"></embed>

    </object></td>

  </tr>

  <tr>

    <td><table width="800" border="0" cellspacing="0" cellpadding="0">

      <tr>

        <td width="250" valign="top"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="250" height="700">

          <param name="movie" value="../leftmenu.swf" />

          <param name="quality" value="high" />

          <embed src="../leftmenu.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="250" height="700"></embed>

        </object></td>

        <td width="550" valign="top" bgcolor="#B1BEA3"><!-- TemplateBeginEditable name="EditRegion3" --> <!-- TemplateEndEditable --></td>

      </tr>

    </table></td>

  </tr>

  <tr>

    <td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="800" height="67">

      <param name="movie" value="../sitebottem.swf" />

      <param name="quality" value="high" />

      <embed src="../sitebottem.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="800" height="67"></embed>

    </object></td>

  </tr>

</table>

</body>

</html>

//code

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.