FP beats ExpressionWeb again

  • Thread starter Thread starter Thor
  • Start date Start date
T

Thor

Expression Web writes better-conforming code, but functionally it's a
cripple.

I wanted to change the color of a hyperlink. Simple, right? My standard
hyperlink is light yellow, because it's usually on a dark green background.
But in this case, the background was white, so I use green for the
hyperlink.

WE2 simply refused to do it! The text color toolbar icon showed dark green,
but the text remained yellow. Switched to FP and it did what it was
expected to do.

Bah!
 
And I will wager that FP did it with deprecated code attached to the body
tag, and you could have done the same thing with much better coding by using
the CSS task pane to do it in EW. And if you did it in an external
stylesheet, you could have easily applied it to all pages in the web
 
EW 'refused' to do it because you didn't know how to ask politely. Either
you used improper code syntax, or you didn't add the pseudo-class correctly.
 
Back
Top