docs.roxen.comView this page in a printer friendly mode
DocsRoxen2.1Web Site Creator ManualGraphics Tags
Copyright © 2001, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com
 DEMO  DOCS  PIKE
 COMMUNITY  DOWNLOAD
www.roxen.com

   

<cimg>
<cimg-url>
<colorscope>
<configimage>
<diagram>
<gbutton>
<gbutton-url>
<gh>
<gtext>
<gtext-id>
<gtext-url>
<imgs>
<tablist>

<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.