Forum Post: RE: sidebar in portal?

  • Thread starter Thread starter Gian Torralba
  • Start date Start date
Status
Not open for further replies.
G

Gian Torralba

Guest
Hello, Please follow this sample html structure to create a sidebar section. 1. Add this code inside the header part of the portal so that all pages that you create will show the sidebar. html body div class"sidebar" u li a href="{!page_url_token#url}" Home /a /li li a href="{!page_url_token_1#url}" Page 1 /a /li li a href="{!page_url_token_2#url}" Page 2 /a /li /ul /div div class="content" /*this will hold the content of each page*/ /div /*put this in the footer part of the page*/ /body /html This is just a straight forward approach. You still need to add other important tags like meta, title, scripts, and css. Hope this helps, Thank you, Gian

Continue reading...
 
Status
Not open for further replies.
Back
Top