BREADCRUMB Problem

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
Lumimies
Posts: 63
Joined: Sat 25. Sep 2004, 14:03
Location: Suomi - Finland

BREADCRUMB Problem

Post by Lumimies »

Hello!

I hope someone has time to tell what I am doing wrong when using BREADCRUMB on my (dev) site.. When I put BREADCRUB on template I have output: (example)

Home
> SOMETHING
> SOMETHING ELSE

... when I was expecting to see:

Home > SOMETHING > SOMETHING ELSE...

I tried to put BREADCRUMB in cell and table with limited heigh but it allways does it wrong way..

I know that this is a stupid question after all but I can not figure out what I am doing wrong!

Thank You for your time!

Regards

Lumimies
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post by flip-flop »

Hi Lumimies,

I guess your table isn´t width enough. (Renderingproblem).

Cells/Rows nearby interacting with your breeadcrum-cell.

Please post your source from this cells.

Greats Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
Lumimies
Posts: 63
Joined: Sat 25. Sep 2004, 14:03
Location: Suomi - Finland

Post by Lumimies »

Hello and Thank You

Cell should be wide enough..

Please take a look: http://www.aineistot.com/index.php?id=18,0,0,1,0,0 (I only have BREADCRUMB inserted on that level template)

There You can see the problem.

Thank You!

Lumimies
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post by flip-flop »

Hello,

first please cut all double head and body-tags and so on.

-----------------------------
</head>

<body text="#000000" link="#FF9900" vlink="#FF9900" alink="#FF9900" style="margin:0px 0px 0px 0px;">
<html>

<head>
<title>KP_nettia_2s</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
-----------------------------
The same at bottom.

Code: Select all

<td align="left" valign="top"><a href="index.php?index">Home</a> <span class="breadcrumb_spacer">></span> Lisätietoja<br></td>
Thats looking good.

OK. I have a look at your frondend.css
Here is your problem:

Code: Select all

div.navList a, a:link, a:visited {
color: white;
text-decoration: none;
display: block;
}
Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
Lumimies
Posts: 63
Joined: Sat 25. Sep 2004, 14:03
Location: Suomi - Finland

Post by Lumimies »

Hi!

Thank You very much! I can see the problem now..

Regards

Lumimies
Post Reply