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
-~----------~----~----~----~------~----~------~--~---

Reply via email to