|
|
|
start date: Thu, 09 Aug 2007 09:55:12 -0700,
posted on: microsoft.public.dotnet.framework.aspnet.webcontrols
back
| Thread Index |
|
1
hummh
|
|
2
George Leithead
|
How to render sitemappath with <ul> tags without <spans>?
Hi,
I'm fighting with the asp.net 2.0 sitemappath control. I want to
render breadcrumb items using <ul> and <li> tags, but the control
mixes them with <span> tags. That leads to invalid XHTML transitional
code, because <ul> can't be mixed with spans. Is there a way to
render
the sitemappath without any (unnecessary) <span> tags?
TIA
Harry
Date:Thu, 09 Aug 2007 09:55:12 -0700
Author:
|
Re: How to render sitemappath with <ul> tags without <spans>?
On 9 Aug, 17:55, hummh wrote:
> Hi,
>
> I'm fighting with the asp.net 2.0 sitemappath control. I want to
> render breadcrumb items using <ul> and <li> tags, but the control
> mixes them with <span> tags. That leads to invalid XHTML transitional
> code, because <ul> can't be mixed with spans. Is there a way to
> render
> the sitemappath without any (unnecessary) <span> tags?
>
> TIA
> Harry
Override the render of the control.
Date:Mon, 13 Aug 2007 12:09:59 -0000
Author:
|
|
|