Michael Avila ([EMAIL PROTECTED]; Wednesday, September 11, 2002 3:50 PM):

> The docs say

> Analog will normally translate characters in the hostname to HTML if necessary. So 
>to include literal HTML, such as accented characters, in the output you need to 
>precede them by a backslash, like
> this: 
> HOSTNAME "M\üller & S\öhne"

> I want to put a <BR> at the beginning of the hostname.  Due to the length of the 
>hostname it is quite long and looks better on a line by itself.

> I have tried

> # HOSTNAME "\&lt;\&#98\&#114;\&gt;Troy Seventh-day Adventist Church and Troy 
>Adventist Academy"
> # HOSTNAME "\&lt;BR\&gt;Troy Seventh-day Adventist Church and Troy Adventist Academy"

> I end up with the <BR> being displayed NOT actually functioning to give me a 
>separate line as desired.  What am I doing wrong?

Analog is doing exactly what the docs say: It is sending the entities
out precisely as requested. And the entities are telling HTML to write
<BR> to the screen. You want to send out HTML, not entities, here so
try something like this:

HOSTNAME "\<BR\>Troy Seventh-day Adventist Church and Troy Adventist Academy"

-- 

Jeremy Wadsack
Wadsack-Allen Digital Group

+------------------------------------------------------------------------
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|    http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|    http://www.mail-archive.com/[email protected]/
|    http://lists.isite.net/listgate/analog-help/archives/
|    http://www.tallylist.com/archives/index.cfm/mlist.7
+------------------------------------------------------------------------

Reply via email to