[Orca-users] Re: Banner :E

Blair Zajac blair at akamai.com
Thu Feb 8 09:14:40 PST 2001


The html_* options have to be valid HTML.  The lines below have HTML
code that won't work.  The target of an a href=".." should be a
valid URL, not normal text:

html_page_header
  <a href="My site">
    <img border=0 alt="DVG"
     src="My picture"
     width=305 height=36></a>
  <spacer type=vertical size=4>

Change this to:

html_page_header
  <a href="YOUR_LINK.html">
    <img border=0 alt="DVG"
     src="My picture"
     width=305 height=36>My site</a>
  <spacer type=vertical size=4>

Regards,
Blair

a101i08 at dvg.de wrote:
> 
> Dear Blair,
> I have changed orallator.cfg , as you wrote to me, but this doesn't
> work:(
> What am I doing wrong?
> 
> html_top_title          My text
> 
> html_page_header
>   <a href="My site">
>     <img border=0 alt="DVG"
>      src="My picture"
>      width=305 height=36></a>
>   <spacer type=vertical size=4>
> 
> html_page_footer
>   <spacer type=vertical size=20>
>   <font face="Arial,Helvetica">
>     These plots brought to you by your local system administrator.
>   </font>
> 
> Mit freundlichen Grüßen
> 
> Alexei Voronine
> 
> [TextSetFontColor];[red]dvg Hannover
> OE352 UNIX Server Control Center (USCC)
> e-Mail   Alexei.Voronine at dvg.de
> Tel:       0511-5102-3703
> 
>                    Yahoo! Groups Sponsor
> [Image]                                      www.
> 
>



More information about the Orca-users mailing list