docs.roxen.comBack to normal mode
DocsRoxen2.1Web Site Creator ManualGraphics Tags
Copyright © 2001, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com

<colorscope></colorscope>

Provided by module: HTML color wiretap

Makes it possible to change the autodetected colors within the tag. Useful when out-of-order parsing occurs, e.g.



<define tag="hello">
  <colorscope bgcolor="red">
    <gtext>Hello</gtext>
  </colorscope>
</define>

<table><tr>
  <td bgcolor="red">
    <hello/>
  </td>
</tr></table>

Attributes

text="color"

Set the text color within the scope.


bgcolor="color"

Set the background color within the scope.


link="color"

Set the link color within the scope.


alink="color"

Set the active link color within the scope.


vlink="color"

Set the visited link color within the scope.