formatting contentpart header

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
qdba
Posts: 3
Joined: Fri 29. Oct 2004, 17:24

formatting contentpart header

Post 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
Post Reply