FP 2003 HTML issues

A

amber

Hello,
I have a problem with FP 2003 - nothing major, but very
annoying.
When I work in HTML view, the automatic colouring of the
text wonky.
I have the 'attribute' text set to red, and for some
reason, the last letter of every red word (attribute) is
blue.
For example, every colour referred to ends with a blue
letter - eg #CCCCCC <- last C is blue...rest is red.
Why is this??
TIA!!
amber
 
S

Stefan B Rusynko

Blue is the default color for attribute values in code view
Are all your attributes in quotes
Try a right click and Reformat Html to see if it corrects it
Or Reset your code colors to the defaults, then try customizing again



| Hello,
| I have a problem with FP 2003 - nothing major, but very
| annoying.
| When I work in HTML view, the automatic colouring of the
| text wonky.
| I have the 'attribute' text set to red, and for some
| reason, the last letter of every red word (attribute) is
| blue.
| For example, every colour referred to ends with a blue
| letter - eg #CCCCCC <- last C is blue...rest is red.
| Why is this??
| TIA!!
| amber
|
|
 
S

Steve Easton

That can be an indication of a missing opening or closing
" mark or an extra space. ie: < a or < p instead of <a
or <p
 
Top