As far as I understand you can use HTML markup language to structure
your text, but you cannot create a new HTML page with header and body
tags within you wiki page.
Just remember that you are already looking at a website that already
has a header with title defined. Within your website you cannot create
another website if you want to write valid HTML.
HTH,
Johannes
On Jul 27, 12:10 pm, Martin H <[EMAIL PROTECTED]> wrote:
> Noah, First of all, thanks for the answer.
>
> What do you mean with blocks?
>
> {{{
> #!html
> <title>Virtual Library</title>}}}
>
> doesn't work at well
>
> On Jul 27, 3:02 pm, Noah Kantrowitz <[EMAIL PROTECTED]> wrote:
>
> > That wouldn't be valid HTML anyway. Trac filters HTML in those blocks
> > to prevent abuse (XSS attacks, etc etc).
>
> > --Noah
>
> > On Jul 27, 2007, at 1:45 PM, Martin H wrote:
>
> > > Hello,
> > > I was just trying HTML in my trac wiki pages.
> > > For example, this example given in WikiHTML works
>
> > > {{{
> > > #!html
> > > <h1 style="text-align: right; color: blue">HTML Test</h1>
> > > }}}
>
> > > But i tried adding the title, head, body tags and it doesn't work:
>
> > > {{{
> > > #!html
> > > <head>
> > > <title>Virtual Library</title>
> > > </head>
> > > <body>
> > > <p>Moved to <a href="http://example.org/">example.org</a>.</p>
> > > </body>
> > > }}}
>
> > > any ideas?
>
> > > Thanks!!
> > > Martin
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---