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
BREADCRUMB Problem
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
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 )
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
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
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.
Thats looking good.
OK. I have a look at your frondend.css
Here is your problem:
Knut
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>
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;
}
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )