Re: How do I position something so it does not overlap?
Posted by
Evildaddy on
Jun 20, 2013; 2:13am
URL: https://support.nabble.com/How-do-I-position-something-so-it-does-not-overlap-tp7584818p7584914.html
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.