Jump to content
xt:Commerce Community Forum

Übersicht Template xtc4


jofe69

Recommended Posts

mmmh das ist ein schneller Weg wie du herausbekommst,

welches "Attribut" folgende Auswirkung hat auf ein "Element"

Wenn deine Site online ist gehst du in die Quellansicht,

und sucht beispielsweise "Kategorie".

dann müsstes du im Quelltext folgendes stehen haben


..
<td>
<table class="frame" width="167" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="infoBoxHeading">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="infoBoxHeading">  Kategorien</td></tr>
</table></td>
..
[/HTML]

du siehst das in der Zeile "Kategorie" mit [b][color="Red"]class="infoBoxHeading" ...[/color][/b] definiert ist,

und somit weiss du da die Darstellung für "Kategrie" diese Class verwendet wurden ist.

so z.B.

[HTML]
..
TD.infoBoxHeading {
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
font-weight: bold;
color: #0E3240;
}
..[/HTML]

:)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...