Align
Page 1 of 1
Align
How would you Align an Image and Text to be align via the centre.--
iDana
iDana
Re: Align
You set the margins to auto:<p style="width:10em; margin-left: auto; margin-right: auto;">This text is centred</p>
<img src="picture.png" alt="Aligned image" style="display: block; margin-left: auto; margin-right: auto;" />
- Andreas, HTML.net
--
Show some love for HTML.net on Twitter, Facebook and Google: Use the buttons on top of all pages.
Show some love for HTML.net on Twitter, Facebook and Google: Use the buttons on top of all pages.
Re: Align
Thanks Andreas!--
iDana
iDana
Page 1 of 1