HYPERTEXT & CODE: Another day, another resolution

February 25th, 2009 by susan


With a bit of help from Chris and some trial and error work on my part, the problem of the colored text not showing properly in those lexias meant to be either all red, all blue, or all green instead of the white text showing up in the Internet Explorer browser has been fixed.

I tried several things, but what worked and was inserted in the <head> </head> section was this:

<style type=”text/css”>
p {
color:#0000ff;
}
</style>

Since these spaces are governed by a css stylesheet, I wasn’t sure what would work and while the inline css code worked with Firefox, I guess IE likes the embedded style above. Didn’t try removing the inline to see if Firefox works with just the above–and will, just to know for future reference–but for now, I’ve left both in with no problems.

Comments are closed.