00501: Raw html and/or marquee code

Summary: Raw html and/or marquee code
Created: 2005-08-30 12:34
Status: Suspended
Category: Cookbook
From: Shlee?
Assigned:
Priority: 4
Version: 2.0.beta55
OS: Apache 4.3.11

Description: Ive been designing a page with a little section dedicated to a ticker but ive also wanted to keep this area for a menu if the need be. now the ticker uses a Marquee but the menu is just a div.

eg for the menu I would have this.

<marquee behavior="scroll" direction="left" height="80" width="519" scrollamount="2" scrolldelay="70" onmouseover="this.stop()" onmouseout="this.start()" align="center"><!--wiki:Main.Ticker--></marquee>

but that means I need to delete the marquee code if I want to use the area for a menu or single banner.

anyway my request is simple.

2 features. firstly a marquee code built into pmwiki. that I could just (:marquee behavior="scroll" direction="left" height="80" width="519" scrollamount="2" scrolldelay="70" onmouseover="this.stop()" onmouseout="this.start()" align="center":)This is cool Link or something(:endmarquee)

OR

some way of Raw html.. a little bit insecure.

(:rawhtml)<marquee behavior="scroll" direction="left" height="80" width="519" scrollamount="2" scrolldelay="70" onmouseover="this.stop()" onmouseout="this.start()" align="center">(:endrawhtml:) This is cool Link or something (:rawhtml)</marquee>(:endrawhtml:)

Rawhtml would allow for ALOT more functionality but would also allow a few bugs into the system.

Give both a look over as it would help me ALOT. thanks.


I think this properly belongs as a cookbook recipe. --Pm