How to create a menu at the bottom of the pages - Joomla! Forum - community, help and support


dear all

i'm newbie of joomla. want create menu including items such help, privacy policy, term, put in bottom of every page. please tell me , how this? thanks.

khungvn

i haven't tired list have taken template no longer use think has looking for. select template has want apposed making significant changes this.

go site>template manager>site templates select template , select css , insert similar this
/* bottom part */
.foot{
height:84px;
width:auto;
background-image:url( ../images/fon_foot_line_px.jpg) ;
}

.foot2 {
height:84px;
background:url( ../images/fon_foot_left_snow.gif) left bottom no-repeat;
}

.foot3 {
height:84px;
background:url( ../images/fon_foot_right_snow.gif) bottom right no-repeat;
}

#padding_foot{
width:auto;
}

.link_foot{
padding:7px 35px 0px 35px;
text-align:right;
float:right;
width:auto;
border-left:2px solid white;
}

a.link_foot:visited, a.link_foot:link{
overflow:hidden;
width:auto;
font-family:arial, helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#3e3e3e;
text-decoration:none;
text-transform:lowercase;
float:right;
}

a.link_foot:hover{
color:#506fd5;
text-decoration:none;
}

then go site>template manager>site templates select template , select html , insert similar this. note put in code of prime importance.








copyright (c) 2006. companyname. rights reserved. template designed jooms.com







i wouldn't mind betting there easier ways though!! option not flexible!!





Comments