Hello,
I cannot center buttons in custom module. Might be something from css?
Image atached.
Thanks
<div style="text-align: center; height: auto; width: 99.999%; margin: 0 auto;"><p>Whatever needs to be centered</p></div>
freshgs wrote:Not too sure if this is what you're looking for, so here goes anyway...
- Code: Select all
<div style="text-align: center; height: auto; width: 99.999%; margin: 0 auto;"><p>Whatever needs to be centered</p></div>
<div style="text-align: center; height: auto; width: 99.999%; margin: 0 auto;"><a target="_blank" title="Your Text" href="http://your_link.com/"><img alt="" src="image_path/yourimage.jpg" height="60" width="30" /></a></div>
<input onclick="location.href='/link.html'" class="button" value="<< Click here >>" type="button" />
<center>
<table border="0">
<tbody>
<tr>
<td><input onclick="location.href='/link.html'" class="button" value="<< Click here >>" type="button" /></td>
</tr>
</tbody>
</table>
</center>
<div style="text-align: center; height: auto; width: 99.999%; margin: 0 auto;">
<input onclick="location.href='/link.html'" class="button" value="<< Click here >>" type="button" />
</div>
text-align:center !important;
margin:0px auto !important;