Where can i set the home tekst color from #000000 to #FFFFFF?
Thnx,
Repute
Breadcrumb color css?
- Oliver Georgi
- Site Admin
- Posts: 9919
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
Do it like I did:
I have my breadcrumb inside a table cellbut you can also do it like this:or thisor this
Oliver
I have my breadcrumb inside a table cell
Code: Select all
<td class="breadcrumb">{BREADCRUMB}</td>
Code: Select all
<span class="breadcrumb">{BREADCRUMB}</span>
Code: Select all
<div class="breadcrumb">{BREADCRUMB}</div>
Code: Select all
<span style="color:#FFFFFF;">{BREADCRUMB}</style>
great!
Wow great!
YOUR THE BEST!
YOUR THE BEST!