How can I move my "Print" icon up on the page?

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
User avatar
duplay
Power Poster
Power Poster
Posts: 289
Joined: Tue Mar 14, 2006 1:57 pm

How can I move my "Print" icon up on the page?

Post by duplay »

I would like to move my print icon up on the page/template so it is on the same horizontal line as the page title (see pic)


site:  www.starkcountyesc.org


Thanks


MJD
Attachments
print_icon.gif
cyberman

Re: How can I move my "Print" icon up on the page?

Post by cyberman »

Move this before your title tag in your template:

Code: Select all

<div style="float: right;">{print showbutton=true script=true}</div>
Post Reply

Return to “Layout and Design (CSS & HTML)”