Want to add a link inside the page header or breadcrumbs

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
huyimin
Forum Members
Forum Members
Posts: 17
Joined: Sat May 17, 2008 11:38 pm

Want to add a link inside the page header or breadcrumbs

Post by huyimin »

hi,this is my site: www.justincanhelpyou.com, now i want to make this site to be bilingual by adding a link inside of the  header,
just like this cms forum has flags on the top right of the page or how can i add a link inside of the breadcrumbs that is right aligned withou line break, you can going to view my site and see what i mean, thanks and i love cmsms:-)
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: Want to add a link inside the page header or breadcrumbs

Post by Dr.CSS »

You may want to look into CMS Made Simple MLE...
huyimin
Forum Members
Forum Members
Posts: 17
Joined: Sat May 17, 2008 11:38 pm

Re: Want to add a link inside the page header or breadcrumbs

Post by huyimin »

mark wrote: You may want to look into CMS Made Simple MLE...
thanks mark,i don't know what exactly is the MLE and searched that it's like MultiLingual or something, but i feel i don't need
it,all works fine i just need to insert a link inside of the breadscrumbs  and make it right aligned,this link will direct to my chinese page for sure, my problem is if i directly insert a html tag into the template page it will be very close to the breadscrumbs so i tried to use a or and right aligned but that will cause a new line break as you can see from my website,ok i just paste the code here you will see what i mean :)

  {* Start Breadcrumbs *}

 
        {breadcrumbs starttext='You are here' root='Home' delimiter='»'}

      中文

 
 

  {* End Breadcrumbs *}

please help me,thanks!!
sn3p
Forum Members
Forum Members
Posts: 169
Joined: Mon Oct 15, 2007 2:27 pm

Re: Want to add a link inside the page header or breadcrumbs

Post by sn3p »

try this:

Code: Select all

<span class="breadcrumbs">{breadcrumbs starttext='You are here' root='Home' delimiter='»'}</span>
<span align="right"><a href="http://www.justincanhelpyou.com/cms_cn">中文</a></span>
But if you want your website to be multilingual (ie. chinese and english), you should look at MLE as Mark sugested.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: Want to add a link inside the page header or breadcrumbs

Post by Dr.CSS »

If you want them to line up you will need to wrap the breadcrumb in another div and give it a width then give your next call a width so they don't bump each other and they should line up...
Post Reply

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