Jump to content

align a button in left block


Recommended Posts

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

<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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...