On Nov 6, 2005, at 8:58 AM, Jono wrote:

> On 11/6/05 8:41 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
>
>> Is it possible to to use the <title> HTML tag and display it in a 
>> text only
>> version??
>>
>> <title> This is the text I want </title>
>>
>>
>> I could make my own class... but using the title tag that is already
>> there would be a much more elegant efficient solution...
>>
>
> What I'd suggest is use header tags in combination with the <title> 
> tag.
> The <title> tag is for the page's title as it appears in the browser's 
> title
> bar.  If your page is loaded in a text browser, such as Lynx, the 
> page's
> title should still appear in the browser's title bar, just as it does 
> on a
> regular browser's page.  Can someone with Lynx confirm this?

The <title> appears as text in the top right corner, using Lynx 
2.8.5rel.1 in an xterm.  There is no "browser's title bar".
>
> Suggestion:
> Match you page's title tag and the first header tag to got your desired
> effect.  It's semantically correct, good for SEO, and a good idea in
> general.
>
> --
>
> <!DOCTYPE ...>
> <html>
> <head>
> <title>Super-Dooper Web site</title>
> </head>
>
> <body>
> <h1>Super-Dooper Web site</h1>
> <p>Blah, blah, blah...my pages' first paragraph, etc.
> </body>
> </html>
> --
>
> This way, the text only version will show both the page's title, and 
> the
> header as the same text.  I think this answers your question, unless I
> misunderstood.
>
>
> ______________________________________________________________________
> css-discuss [EMAIL PROTECTED]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to