Forum Moderators: open

Message Too Old, No Replies

Table Background Colours Not Showing

         

amphtech

9:23 am on Jun 2, 2008 (gmt 0)

10+ Year Member



Heres the HTML 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>
<link href="/css.css" rel="stylesheet" type="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>The Internet-Welcome</title>

<style type="text/css">
<!--
.style2 {font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #FFFFFF;}
-->
</style>
<script type="text/javascript">
<!--
function MM_checkPlugin(plgIn, theURL, altURL, autoGo) { //v4.0
var ok=false; document.MM_returnValue = false;
with (navigator) if (appName.indexOf('Microsoft')==-1 ¦¦ (plugins && plugins.length)) {
ok=(plugins && plugins[plgIn]);
} else if (appVersion.indexOf('3.1')==-1) { //not Netscape or Win3.1
if (plgIn.indexOf("Flash")!=-1 && window.MM_flash!=null) ok=window.MM_flash;
else if (plgIn.indexOf("Director")!=-1 && window.MM_dir!=null) ok=window.MM_dir;
else ok=autoGo; }
if (!ok) theURL=altURL; if (theURL) window.location=theURL;
}
//-->
</script>
</head>

<body onload="MM_checkPlugin('Shockwave Flash','Flashversion.html','Welcome.html',false);return document.MM_returnValue">
<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#2e2b2b">
<!--DWLayoutTable-->
<tr>
<td width="100%" height="600" align="center" valign="middle" bgcolor="#2e2b2b"><p class="style2">Please wait while we automaticly detect if you have Adobe Flash installed</p></td>
</tr>
</table>
</body>
<script name="Used by MM_checkPlugin" language="javascript">
<!--
with (navigator) if (appName.indexOf('Microsoft')!=-1 && appVersion.indexOf('Mac')==-1) document.write(''+
'<scr'+'ipt language="VBScript">\nOn error resume next\n'+
'MM_dir = IsObject(CreateObject("SWCtl.SWCtl"))\n'+
'MM_flash = NOT IsNull(CreateObject("ShockwaveFlash.ShockwaveFlash"))\n</scr'+'ipt>');
//-->
</script>
</html>

if Any one can help please reply :)

dreamcatcher

7:15 am on Jun 3, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Try wrapping the table in a div and styling the div instead.

dc