[pmwiki-users] Adding <div id="unique"> to a page

Patrick R. Michaud pmichaud at pobox.com
Sat Jun 9 11:23:11 CDT 2007


On Thu, Jun 07, 2007 at 02:10:51AM -0400, sti at pooq.com wrote:
> Sivakatirswami wrote:
> > I would like to target specific chunks in the page(s). Is there wiki 
> > mark up that will output
> > a <div> tag with an id?
> > 
> > e.g.
> > <div id="hosts_notification_list">
> > **email1.hindu.org
> > **email2.hindu.org
> > **email3.hawaiiantel.net
> > <div>
> 
> Yes, try this:
> 
> (:div id="hosts_notification_list":)
> **email1.hindu.org
> **email2.hindu.org
> **email3.hawaiiantel.net
> (:divend:)


I think one can also do the same with the >>...<< markup:

  >>id="hosts_notification_list"<<
  **email1.hindu.org
  **email2.hindu.org
  **email3.hawaiiantel.net
  >><<

Pm



More information about the pmwiki-users mailing list