verhoej Posted November 23, 2011 Share Posted November 23, 2011 Hi this is a part of the code for a button in a left columnblock. The button shows up on the total left side of the block. How do i center it in the block? <div style="text-align:center";><a href="{$modules_dir}ddlx_guestbook/seecomments.php" align="center" class="exclusive_large" title="{l s='See all testimonials' mod='ddlx_guestbook'}">{l s='See all testimonials' mod='ddlx_guestbook'}</a></div><br><div style="clear: both;"></div> Link to comment Share on other sites More sharing options...
phrasespot Posted November 25, 2011 Share Posted November 25, 2011 <div style="text-align:center";> <center> <a href="{$modules_dir}ddlx_guestbook/seecomments.php" align="center" class="exclusive_large" title="{l s='See all testimonials' mod='ddlx_guestbook'}">{l s='See all testimonials' mod='ddlx_guestbook'}</a> </center> </div> <br><div style="clear: both;"></div> is one way, though not the best. If you give an address where I can see that left block, I will be able to give better advise. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now