B
bogus
Guest
i would like to add an Image and Title in front of the Forums Description (titleBar h1), but i am a lousy php coder.
I added a new class in front of the dexriptions part, in page_container (TMS) and after that a phrase.
The problem i have now is, that i cant set any csss to the phrase like size, position etc, because there is no class, but i wont add 3 classes. Is there any other way?
Maybe anyone can help me. Thanks
Here´s the page_container Code with Changes (see descriptions)
I added a new class in front of the dexriptions part, in page_container (TMS) and after that a phrase.
The problem i have now is, that i cant set any csss to the phrase like size, position etc, because there is no class, but i wont add 3 classes. Is there any other way?
Maybe anyone can help me. Thanks
Here´s the page_container Code with Changes (see descriptions)
PHP:
<div class="titleBar">
<!-- Desc. Image & Phrase-->
<div class="descImage"><p>{xen:phrase phrase_needs_css}</p>
{xen:raw $beforeH1}
<h1><xen:if is="{$h1}">{xen:raw $h1}<xen:elseif s="{$title}" />{xen:raw $title}<xen:else/>{$xenOptions.boardTitle}</xen:if></h1>
<xen:if is="{$pageDescription.content}"><p id="pageDescription" class="muted {$pageDescription.class}">{xen:raw $pageDescription.content}</p></xen:if>
</div>
<!-- Desc. Image Closing Div--></div>