Page 1 of 1

formatting contentpart header

Posted: Fri 3. Jun 2005, 11:19
by qdba
Hello,
After Updating to Version 1.2.3-DEV I have some troubles with highlighting contenpart headers.

Image

they are shown in normal font size. For testing I changed the h1...h6 Entries in frontend.css.

h1, h2, h3, h4, h5, h6 {
font-family: Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
font-size: 13px;
color: #FF3300;
}

In the source code of my page I can't find a <H?> TAG by my content-header

.
.
.
<table cellpadding="10" cellspacing="2" border=0>
<tr><td width="390" valign="top">
<br>Come in - roll out<br><img src="img/le
.
.
.

"Come in - roll out" is the contentpart header.

Image


Greetings Dieter