Hi,

use an 1x1 pixel size black (or whatever) image and scale it to the desired width and height.

For example:

            <tc:panel>
              <f:facet name="layout">
                <tc:gridLayout
                  rows="fixed"
                  columns="*;1px;*;1px;*"/>
              </f:facet>
              <tc:link.../>
              <tc:image
                value="image/px.gif"/>
              <tc:link.../>
              <tc:image
                value="image/px.gif"/>
              <tc:link.../>
            </tc:panel>

You can do this for horizontal lines also.

Regards
Helmut

katts schrieb:
Hi All,

Could you please let me know how to draw a vertical line in tobago.I have
three links in a row and i would like to seperate each link with a small
vertical line.

Also could you please let me know how to show text on tobago screen.

thanks,
katts

Reply via email to