[thelist] "Inversing" text

Jorah Lavin madstone at madstone.net
Sun Mar 4 10:30:17 CST 2001


Hmmmm.

My first post came through for me with no HTML code showing, so I'll post 
it in fake markup:


[!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"]
[html]
   [head]
[style type="text/css"]
[!--
.reverse {
color: white;
background: black;

  --]
[/style]

     [title]
      Reverse Type
     [/title]
   [/head]
   [body]
     [p style="color: white; background: black;"]
       This should be reversed, white text on a black background
     [/p]
     [p]
       This should be reversed, [span style="color: white; background: 
black;"]white text on a black background[/span]
     [/p]
     [p]
       Or even better, use a CLASS; [span class="reverse"]white text on a 
black background[/span]
     [/p]
   [/body]
[/html]






More information about the thelist mailing list