Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
incomplete link in breadcrumbs
I’m having a weird problem. I have in my page the following tag:
<txp:breadcrumb label="Home" sep="-" link="y" wraptag="div" class="bread" title="1"/>
it’s producing this output:
<div class="bread"><a href="http://localhost/txpguaida/en/" class="noline">Home</a>-<a href="http://localhost/txpguaida/en/prensa/" class="noline" /></div>
I dont quite get why the second link is cut halfway.
And btw, what’s up with the class of noline? i thought the default was unset…
any help pleaaase? :)
Last edited by kemie (2010-04-16 16:06:30)
~~~~~~~~~~~~~| monolinea.com | pixilate.com | istockphoto.com/kemie |~~~~~~~~~~~~~
Offline
#2 2010-04-16 17:53:55
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: incomplete link in breadcrumbs
From Textbook:
link="value"
- Whether to hyperlink breadcrumbs.
- Values: 1 (yes) or 0 (no).
- Default: 1.
linkclass="class name"
- (X)HTML class attribute applied to the breadcrumb links.
- Default: noline.
Don’t know if it’s the cause of the incomplete link, but what happens if you add linkclass=""
and change link="y"
to link="1"
?
Offline
Pages: 1