Here's my add_user.cfm code:
<!--start of INCLUDE HEADER-->
<CFINCLUDE
TEMPLATE="/includes/includeHeader.cfm">
<!--end of INCLUDE HEADER-->
<table width="760" border="0" cellspacing="0"
cellpadding="0">
<tr>
<td
colspan="2" class="3columntextsmallbold" align="left">
Add your
details and hit the submit button to save them.</td>
</tr>
</table>
<cfform>
<table width="760" border="0" cellspacing="0"
cellpadding="0">
<tr>
<td class="tipsandtrickstextmain"
align="left" width="33%"> </td>
<td class="tipsandtrickstextmain"
align="left" width="33%"> </td>
<td class="tipsandtrickstextmain"
align="left"> </td>
</tr>
<tr>
<td class="tipsandtrickstextmain"
align="left">Company (estate agent name) </td>
<td class="tipsandtrickstextmain"
align="left">Street name and number </td>
<td class="tipsandtrickstextmain"
align="left">Village/town</td>
</tr>
<tr>
<td align="left"><cfinput name="Company"
type="text" size="25" maxlength="25" class="formSTYLE1" /></td>
<td align="left"><cfinput name="StreetName"
type="text" class="formSTYLE1" size="25" maxlength="25" /></td>
<td align="left"><cfinput name="VillageTown"
type="text" class="formSTYLE1" size="25" maxlength="25" /></td>
</tr>
<tr>
<td class="tipsandtrickstextmain"
align="left"> </td>
<td class="tipsandtrickstextmain"
align="left"> </td>
<td class="tipsandtrickstextmain"
align="left"> </td>
</tr>
<tr>
<td class="tipsandtrickstextmain" align="left">County *</td>
<td class="tipsandtrickstextmain" align="left">Post code *
</td>
<td class="tipsandtrickstextmain" align="left">Country</td>
</tr>
<tr>
<td align="left"><cfinput name="County" type="text"
class="formSTYLE1" size="25" maxlength="25" /></td>
<td align="left"><cfinput name="PostCode" type="text"
class="formSTYLE1" size="25" maxlength="25" /></td>
<td align="left"><cfinput name="Country" type="text"
class="formSTYLE1" size="25" maxlength="25" /></td>
</tr>
<tr>
<td class="tipsandtrickstextmain"
align="left"> </td>
<td class="tipsandtrickstextmain"
align="left"> </td>
<td class="tipsandtrickstextmain"
align="left"> </td>
</tr>
<tr>
<td class="tipsandtrickstextmain"
align="left">Telephone</td>
<td class="tipsandtrickstextmain" align="left"> </td>
<td class="tipsandtrickstextmain" align="left"> </td>
</tr>
<tr>
<td align="left"><cfinput name="TelephoneNumber" type="text"
class="formSTYLE1" size="25" maxlength="25" /></td>
<td align="left"> </td>
<td align="left"> </td>
</tr>
<tr>
<td class="tipsandtrickstextmain"
align="left"> </td>
<td class="tipsandtrickstextmain"
align="left"> </td>
<td class="tipsandtrickstextmain"
align="left"> </td>
</tr>
<tr>
<td class="tipsandtrickstextmain" align="left">First name *
</td>
<td class="tipsandtrickstextmain" align="left">Surname *
</td>
<td class="tipsandtrickstextmain" align="left">Mobile</td>
</tr>
<tr>
<td align="left"><cfinput name="FirstName" type="text"
class="formSTYLE2" size="25" maxlength="25" /></td>
<td align="left"><cfinput name="Surname" type="text"
class="formSTYLE2" size="25" maxlength="25" /></td>
<td align="left"><cfinput name="Mobile" type="text"
class="formSTYLE2" size="25" maxlength="25" /></td>
</tr>
<tr>
<td align="left"> </td>
<td align="left"> </td>
<td align="left"> </td>
</tr>
<tr>
<td align="left"><span
class="tipsandtrickstextmain">Email address * </span></td>
<td align="left"> </td>
<td align="left"> </td>
</tr>
<tr>
<td align="left"><cfinput
name="EmailAddress" type="text" class="formSTYLE2" size="25"
maxlength="25" /></td>
<td align="left"> </td>
<td align="left"> </td>
</tr>
</table>
<table width="760" border="0" cellspacing="0"
cellpadding="0">
<tr>
<td width="33" align="left"
class="tipsandtrickstextmain"> </td>
</tr>
<tr>
<td align="left"
class="tipsandtrickstextmain"><input name="Submit" type="submit"
class="linksadverts" value="Submit" /></td>
</tr>
</table>
</cfform>
</body>
</html>
Okay, and now for my CSS, the only bits which are relevant to this app
is mostly at the bottom:
BODY {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 12pt;
font-weight : normal;
color : #000000;
text-decoration: none
}
B {
font-weight : bold;
}
TABLE
{
font-size: 10pt
}
FONT
{
font-size: 10pt
}
TD {
}
P {
}
/* main */
A:link {
font-size: 9pt; font-weight: normal; text-decoration: none
; color: #000000
}
A:visited {
font-size: 9pt; font-weight: normal; text-decoration: none
; color: #000000
}
A:active {
font-size: 9pt; font-weight: normal; text-decoration: none
; color: #666666
}
A:hover {
font-size: 9pt; font-weight: normal; text-decoration: none
; color: #666666
}
A.index:link {
font-size: 8pt;
text-decoration: none;
color: #666666
}
A.index:visited {
font-size: 8pt;
text-decoration: none;
color: #666666
}
A.index:active {
font-size: 8pt;
text-decoration: none;
color: #666666
}
A.index:hover {
font-size: 8pt;
text-decoration: none;
color: #000000
}
A.indexsmall:link {
font-size: 7pt;
text-decoration: none;
color: #666666
}
A.indexsmall:visited {
font-size: 7pt;
text-decoration: none;
color: #666666
}
A.indexsmall:active {
font-size: 7pt;
text-decoration: none;
color: #666666
}
A.indexsmall:hover {
font-size: 7pt;
text-decoration: none;
color: #000000
}
A.3column:link {
font-size : 8pt;
color : #106c78;
font-weight: bold; text-decoration: none
}
A.3column:visited {
font-size : 8pt;
color : #106c78;
font-weight: bold; text-decoration: none
}
A.3column:active {
font-size : 8pt;
color : #106c78;
font-weight: bold; text-decoration: none
}
A.3column:hover {
color : #99cc33;
font-size : 8pt;
font-weight: bold; text-decoration: none
}
A.3columnlime:link {
font-size : 8pt;
color : #99cc33;
font-weight: bold; text-decoration: none
}
A.3columnlime:visited {
font-size : 8pt;
color : #99cc33;
font-weight: bold; text-decoration: none
}
A.3columnlime:active {
font-size : 8pt;
color : #99cc33;
font-weight: bold; text-decoration: none
}
A.3columnlime:hover {
color : #99cc33;
font-size : 8pt;
font-weight: bold; text-decoration: none
}
A.importantinfo:hover {
color : red;
font-size : xx-small;
font-weight: normal; text-decoration: none
}
A.importantinfo:link {
font-size : xx-small;
color : red;
font-weight: normal; text-decoration: none
}
A.importantinfo:visited {
font-size : xx-small;
color : red;
font-weight: normal; text-decoration: none
}
A.importantinfo:active {
font-size : xx-small;
color : red;
font-weight: normal; text-decoration: none
}
A.importantinfo:hover {
color : red;
font-size : xx-small;
font-weight: normal; text-decoration: none
}
A.mini:link {
font-size : 8pt;
color : #666666;
font-weight: bold
}
A.mini:visited {
font-size : 8pt;
color : #666666;
font-weight: bold
}
A.mini:active {
font-size : 8pt;
color : #106c78;
font-weight: bold; text-decoration: underline
}
A.mini:hover {
color : #106c78;
font-size : 8pt;
font-weight: bold; text-decoration: underline
}
A.review:link {
color: #000000;
text-decoration: underline
}
A.review:visited {
color: #000000;
text-decoration: underline
}
A.review:active {
color: #FF6633;
text-decoration: underline
}
A.review:hover {
color: #FF6633;
text-decoration: underline
}
.reviewHeader {
font-weight: bold;
font-size: 10pt
}
.reviewDate {
font-style: normal;
font-weight: normal
}
.reviewMain {
}
.reviewFormQuestion {
}
A.titlelinklarge:link {
font-size : 16pt;
color : #666666;
font-weight: bold; text-decoration: none
}
A.titlelinklarge:visited {
font-size : 16pt;
color : #666666;
font-weight: bold; text-decoration: none
}
A.titlelinklarge:active {
font-size : 16pt;
color : #106c78;
font-weight: bold; text-decoration: none
}
A.titlelinklarge:hover {
color : #106c78;
font-size : 16pt;
font-weight: bold; text-decoration: none
}
.pagetitle { font-size: 28pt; color:#106c78; font-weight: normal;
font-style: normal }
.pagesubtitle { font-size: 13pt; color:#999999; font-weight: normal;
font-style: normal }
.formdescription { font-size: 11pt; font-weight: bold; color: #106c78;
font-style: italic}
.formquotation { font-size: 11pt; font-weight: bold; color: #000000;
font-style: italic}
.3columnheaderbold { font-size: 10pt; font-weight: bold; font-style:
italic}
.3columntextsmall { font-size: xx-small; font-weight: normal;
font-style: normal }
.3columnheaderboldsub { font-size: 10pt; font-weight: bold; font-style:
normal}
.3columntextnormal { font-size: 10pt; font-weight: normal; font-style:
normal }
.linksmenusub { font-size: xx-small; font-weight: bold; font-style:
normal }
.3columnfooter { font-size: xx-small; font-weight: normal; font-style:
normal }
.linksadverts { font-size: xx-small; font-weight: normal; font-style:
normal }
.3columntextsmallbold { font-size: xx-small; font-weight: bold;
font-style: normal }
.3columntextverylarge { font-size: 18pt; font-weight: normal;
font-style: normal }
.3columntexterror { font-size: 10pt; font-weight: bold; font-style:
normal ; color: #FF0000}
.3columntextformnormal { font-size: 8pt; font-weight: normal;
font-style: italic }
.3columngreylarge { font-size: 15pt; color:D4D4D4; font-weight: normal;
font-style: italic }
.3columngreysmall { font-size: 10pt; color:D4D4D4; font-weight: normal;
font-style: italic }
.errormessage { font-size: 8pt; color:#006633; font-weight: normal;
font-style: normal}
.insideformheader { font-size: 10pt; color:#006666; font-weight: bold;
font-style: normal}
.tipsandtrickstexttitle { font-size: 9pt; color:white; font-weight:
bold; font-style: normal}
.tipsandtrickstextheader { font-size: xx-small; color:black;
font-weight: normal; font-style: normal }
.tipsandtrickstextmain { font-size: xx-small; color:#106c78;
font-weight: normal; font-style: normal }
.importantinfotexttitle { font-size: 9pt; color:white; font-weight:
bold; font-style: normal}
.importantinfotextheader { font-size: xx-small; color:black;
font-weight: normal; font-style: normal }
.importantinfotextmain { font-size: xx-small; color:red; font-weight:
normal; font-style: normal }
.indexhere { font-size : 8pt; color : #006666; ; text-decoration: none;
font-weight: bold}
.PageOptionTitle { font-size: 12pt; font-weight: bold; font-style:
normal}
.PageOptionFormText { font-size: 8pt; font-weight: normal; font-style:
normal}
A.minilinks:link {
font-size: 7pt; font-weight: normal; text-decoration: none
; color: #000000
}
A.minilinks:visited {
font-size: 7pt; font-weight: normal; text-decoration: none
; color: #000000
}
A.minilinks:active {
font-size: 7pt; font-weight: normal; text-decoration: none
; color: #666666
}
A.minilinks:hover {
font-size: 7pt; font-weight: normal; text-decoration: none
; color: #666666
}
.SignUpWhiteNormal {
font-size: 10pt;
font-weight: bold;
font-style: normal;
color: #FFFFFF;
}
.SignUpBlueForm {
font-size: 10pt;
font-weight: bold;
font-style: normal;
color: #FFFFFF;
background-color: #0066CC;
}
.3columntextsmallGreen {
font-size: xx-small;
font-weight: normal;
font-style: normal;
color: #006600;
}
indexsmall {
font-size: 8pt;
text-decoration: none;
color: #666666
}
.3columntextsmallitalics {
font-size: xx-small; font-weight: normal; font-style: italic
}
.3columntextsmallwhite {
font-size: xx-small;
font-weight: normal;
font-style: normal;
color: #FFFFFF;
}
.formdescriptionSmall {
font-size: 10pt; font-weight: bold; color: #106c78; font-style: italic
}
.formelementmandatory {
background-color: #A8B3FB;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #000000;
}
.formelementnotmandatory {
background-color: #CCFF99;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #000000;
}
.020_pagetitleLEFT {
background-color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16pt;
color: #66CC00;
font-weight: bold;
}
.020_pagetitleMIDDLE {
background-color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16pt;
color: #7986F7;
font-weight: bold;
}
.020_pagetitleRIGHT {
background-color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16pt;
color: #CCCCCC;
font-weight: normal;
}
.020_pagetitleDESCRIPTION {
background-color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #CCCCCC;
font-weight: normal;
}
.formSTYLE1 {
background-color: #A8B3FB;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #000000;
}
.formSTYLE2 {
background-color: #CCFF99;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #000000;
}
.formSTYLE3 {
background-color: #FFFF99;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #000000;
}
My include file has a lot of html in so I won't paste that, but it
basically has a link to the stylesheet.
Any help would be grateful.
-----Original Message-----
From: Ubqtous [mailto:[EMAIL PROTECTED]
Sent: 21 January 2004 21:21
To: CF-Talk
Subject: Re: Strange and Bizarre
Stuart,
On 1/21/2004 at 16:05, you wrote:
SK> Yeah, I checked my browser though and it's IE 6.0.
SK> Maybe there's a gremlin here or something. :-)
Post your relevant CSS and form code so we can all take a look.
~ Ubqtous ~
_____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

