php - I want to put short code on the right hand side of my screen? -
I would like to put a simple short code on the right hand side of my screen.
On I want to left:
& lt; Hr & gt; & Lt ;? Php echo do_shortcode ('[smoothslider]'):? & Gt; & Lt; Hour & gt;
And on the right I would like to:
& lt; Hr & gt; & Lt ;? Php echo dow_shortcode ('[Easyjubby]'):? & Gt; & Lt; Hour & gt;
How can I do this? At present they just go over each other.
Usage float: right
to place content on the right side of the window And float: left
CSS
. Leftalign {top: 0; Swim left; }. Write line {top: 0; float right; }
HTML
& lt; Hour & gt; Div class = 'leftalign' & gt; & Lt ;? Php echo do_shortcode ('[smoothslider]'):? & Gt; & Lt; / Div & gt; & Lt; Div class = 'rightalign' & gt; & Lt ;? Php echo dow_shortcode ('[Easyjubby]'):? & Gt; & Lt; / Div & gt;
is here
Comments
Post a Comment