Forums / Setup & design / <body id="pageid">

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

<body id="pageid">

Author Message

Ned Nieuws

Monday 24 January 2005 5:41:03 am

An existing site uses an "id" attribute on the body tag to show the visitor in which part of the site he is. It uses a menu derived from http://www.alistapart.com/articles/sprites/. How would I accomplish this with Exponential?

Ned Nieuws

Monday 24 January 2005 10:32:54 am

One way would be:

<body id="site{$module_result.node_id}">

Is there a better way or is this the way to go?