Add "Text and hyperlink" under the menu *Not part of it*?

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
User avatar
duplay
Power Poster
Power Poster
Posts: 289
Joined: Tue Mar 14, 2006 1:57 pm

Add "Text and hyperlink" under the menu *Not part of it*?

Post by duplay »

I am using Layout: Left sidebar + 1 column and would like to add (under the vert menu) someone's name/title, and a hyperlink to email them. I know I need to add this to the template, but cant get it to show up under the menu.

Page:  http://www.sparcc.org/councilofgov/

Example:

John Doe
President
jdoe@email.com

Thanks

[gelöscht durch Administrator]
heatherfeuer

Re: Add "Text and hyperlink" under the menu *Not part of it*?

Post by heatherfeuer »

Ohhhhh!!  :o  Well, I didn't get THAT right, did I???  :-\

In the template, you should see this bit of code:

Code: Select all

      <!-- Start Sidebar -->
      <div id="sidebar">

      <!-- Start Navigation -->
      <div id="menu_vert">
         <h2 class="accessibility">Navigation</h2>
         {menu template='simple_navigation.tpl' collapse='1'}
      </div>
      [color=red][b]<!-- End Navigation -->[/b][/color]

      <!-- Start News -->
      <div id="news">
         <h2>News</h2>
          {news limit=3 detailpage='news'}
      </div>
      <!-- End News -->

      </div>
      <!-- End Sidebar -->
The line in red indicates the end of the menu.  Add whatever other content you want under that, including other links.
junglesilence

Re: Add "Text and hyperlink" under the menu *Not part of it*?

Post by junglesilence »

I am a newbie but probably this can work. In the edit page area, add new content as a link. That is the content type should be a link.  :)

Hopefully this should work. I would have tried myself before I posted this but it is too late in my part of the world and I am really tired.
Post Reply

Return to “Layout and Design (CSS & HTML)”