Hi all, forgive me for being so noob but:
In the code, {title} {print showbutton="true"}, how can I go about right aligning the print icon.
I have tried putting them in table. e.g. {title}{print showbutton="true"}
but the table ends up about 5 centimeters in height.
Can anyone give me a quick solution right alingning the print icon?
Thanks in advance,
SandyD
Justifying the following heading
-
westis
Re: Justifying the following heading
Hi SandyD,
You should be able to put it like this:
or depending on how the header class is styled this can be better still:
Of course you could put a class for the second div instead of the style. Let me know if it works. 
You should be able to put it like this:
Code: Select all
<div class="heading"><div style="float: right;">{print showbutton="true"}</div>{title}</div>Code: Select all
<div style="float: right;">{print showbutton="true"}</div>
<div class="heading">{title}</div>-
SandyD
Re: Justifying the following heading
The first one worked fine, thanks for your quick response.
Need to get my head around this css more.
SandyD
Need to get my head around this css more.
SandyD
