Question
Doesn't seem to work with my host
I have the following 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=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
#zzz { border:3px solid #000; width:400px; }
</style>
</head>
<body>
<div id="zzz">
<table class="box">
<tr>
<td>
<cfform name="test" format="flash">
<cfformitem type="text">Some text shown here</cfformitem>
</cfform>
</td>
</tr>
</table>
</div>
</body>
</html>
As you can see it is very simple.
on www.revolutionriders.com/bikes2.cfm
I can see the page with the css formatting, but not the "Some text shown here" text - on my site
but taking the same code and putting it on my server at works, the text appears as it should.
In both cases I am using IE 7 - I'm told the text appears in firefox
any thoughts on what my host my have set/not set that might be interfering? Or other ideas in general?
<!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=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
#zzz { border:3px solid #000; width:400px; }
</style>
</head>
<body>
<div id="zzz">
<table class="box">
<tr>
<td>
<cfform name="test" format="flash">
<cfformitem type="text">Some text shown here</cfformitem>
</cfform>
</td>
</tr>
</table>
</div>
</body>
</html>
As you can see it is very simple.
on www.revolutionriders.com/bikes2.cfm
I can see the page with the css formatting, but not the "Some text shown here" text - on my site
but taking the same code and putting it on my server at works, the text appears as it should.
In both cases I am using IE 7 - I'm told the text appears in firefox
any thoughts on what my host my have set/not set that might be interfering? Or other ideas in general?