[EuroPython] I want to make track overview clickable

Jean-Marc Orliaguet jmo at ita.chalmers.se
Wed Feb 9 16:44:16 CET 2005


Laura Creighton wrote:

>I want to make all of these things:
>    * Business
>    * Education
>    * Lightning talks
>    * Python Frameworks
>    * Python Language
>    * Refereed papers
>    * Science
>    * Social skills/General topics
>    * Tutorials/Neopythes
>    * Zope Lightning talks
>    * Zope/Plone
>
>Link to their own section in 'Propose a talk'.
>
>How do I do that?  If somebody could do that for just one of them, then I could
>do it for the rest.
>
>Thanks very much,
>Laura Creighton
>  
>

Hi, look at the example, I've added a list at the top.

  <li><a href="#business">Business</a></li>

then add anchors before each header in each track

  <a name="business" title="Business"></a>
 <h2>Business</h2>


regards
/JM



More information about the EuroPython mailing list