 |
The URL of a specific section being built or queried. This is most often used to point to the first story within a section, which may be a dynamic element, depending on your publication.
<dpSectionURL
section = "this|section|sectionID"
>
A T T R I B U T E S:
- section="this|section|sectionID"
- The <dpSectionURL> tag always
defaults to the section the story being built or queried is in, which
is notated by section="this". If you want to query a the beginning of a
different section, you can set the section value to a specific section/sectionID. Examples:
<dpSectionURL section="this"> - mailbag.html
<dpSectionURL section="City Week"> - cw.html
<dpSectionURL section="cityweek"> - cw.html
E X A M P L E S:
<dpSectionURL>
|
mailbag.html
|
The first story in this section is <a href="<dpSectionURL>"><dpSectionURL></a>
|
The first story in this section is mailbag.html
|
<a href="<dpSectionURL section="music">">Go to the Music Section</a>
|
Go to the Music Section
|
<a href="<dpSectionURL section="Currents">">Currents</a> .
<a href="<dpSectionURL section="Music">">Music</a> .
<a href="<dpSectionURL section="Cinema">">Cinema</a> .
<a href="<dpSectionURL section="Books">">Books</a> .
<a href="<dpSectionURL section="Review">">Review</a> .
<a href="<dpSectionURL section="City Week">">City Week</a>
|
Currents .
Music .
Cinema .
Books .
Review .
City Week
|
S E E A L S O:
|
 |