Jump to content

[ solved ] centreren buttons in linker blok


verhoej

Recommended Posts

Dit is het stuk waarom het gaat

 

<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

Dit is het stuk waarom het gaat

 

<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>

 

 

Wat je moet doen is een margin-left inbouwen in bovenstaande code:

<div style="margin-left:25px;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>

 

Dit doe je dan ook voor de andere knop.

Link to comment
Share on other sites

×
×
  • Create New...