Here's a strange one - can't remove colour box

  • Thread starter Thread starter Stephen
  • Start date Start date
S

Stephen

Hi

I have got one particular page 'online' that shows a box
as having a background as yellow - this is the colour #FFFFA0

It should be white.

It is a form 'one line text box'

The colour yellow is only displayed while the page is online.

I have checked everything including style boxes, css (classes), etc.

A search in notepad on just 'A0' shows zilch.

Puzzled of England - Thanks in advance, Stephen

Here is the page with the problem
http://www.tradingplacesathome.co.uk/s6.asp

Here is the code snippet;

<td width="132" align="right" height="34" >
<h6 align="right" class="pn7" ><font color="#4170DE">Postcode</font></h6>
</td>
<td width="659" height="34" align="left" colspan="2">
<h6 align="left" class="pn8n">
<!--webbot bot="Validation"
S-Display-Name="Use POSTCODE format - example BR1 or SY22 7AA"
S-Data-Type="String"
B-Value-Required="TRUE"
I-Minimum-Length="2"
I-Maximum-Length="8" -->
<input type="text" name="Postcode" size="10" class="pn8n" maxlength="8"
tabindex="1">&nbsp;
<font color="#000080">A full postcode must include </font>
<b><font color="#FF0000">ONE</font></b><font color="#000080"> space e.g. <b>
TN24&nbsp;
5EE&nbsp; </b>(do not tag extra spaces on the end) </font>
</h6>
</td>
</center>
</tr>
 
Nothing yellow in my browser.

Have you cleared your browser's cache files and tried again??


--
95isalive
This site is best viewed..................
...............................with a computer
Hi

I have got one particular page 'online' that shows a box
as having a background as yellow - this is the colour #FFFFA0

It should be white.

It is a form 'one line text box'

The colour yellow is only displayed while the page is online.

I have checked everything including style boxes, css (classes), etc.

A search in notepad on just 'A0' shows zilch.

Puzzled of England - Thanks in advance, Stephen

Here is the page with the problem
http://www.tradingplacesathome.co.uk/s6.asp

Here is the code snippet;

<td width="132" align="right" height="34" >
<h6 align="right" class="pn7" ><font color="#4170DE">Postcode</font></h6>
</td>
<td width="659" height="34" align="left" colspan="2">
<h6 align="left" class="pn8n">
<!--webbot bot="Validation"
S-Display-Name="Use POSTCODE format - example BR1 or SY22 7AA"
S-Data-Type="String"
B-Value-Required="TRUE"
I-Minimum-Length="2"
I-Maximum-Length="8" -->
<input type="text" name="Postcode" size="10" class="pn8n" maxlength="8"
tabindex="1">&nbsp;
<font color="#000080">A full postcode must include </font>
<b><font color="#FF0000">ONE</font></b><font color="#000080"> space e.g. <b>
TN24&nbsp;
5EE&nbsp; </b>(do not tag extra spaces on the end)
</font>
</h6>
</td>
</center>
</tr>
 
Back
Top