How do I position something so it does not overlap?

classic Classic list List threaded Threaded
21 messages Options
12
Reply | Threaded
Open this post in threaded view
|

Re: How do I position something so it does not overlap?

Evildaddy
GregChapman wrote
Evildaddy wrote
I would like it to appear on every sub forum please.
In which case, to save having to duplicate the code on every page, you do need to edit the macro "app_body_header" and insert your code between the following lines:
<h1 id="forum-title" class="app-title-[n.id/] adbayes-content"><n.subject/></h1>
<div id="description-box" class="adbayes-content"> 
I would still choose to style the HTML you add, via CSS button on the Nabble "Change Appearance" toolbar as you will almost certainly need to adjust the styling of more than your added code and it will be easier to keep track of changes to the default styling if you do it all in the same place. (In  any case it's good practice to keep content - the HTML - and the styling - CSS - separate).
Thank you.
12