
02-23-2010, 03:09 AM
|
 |
|
|
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by djbaxter
I'm trying to create a custom page as described above.
However, if I insert HTML where it says "Text" in the template:
Code:
<h2 class="blockhead">Title</h2>
<div class="blockbody">
<div class="blockrow">
Text
</div>
</div>
The HTML isn't processed (e.g., UL, OL, LI, H2, H3 tags, etc.).
|
Take a look at the CSS in the page. It could be that the CSS is changing what you would think of as the default style for those tags.
|