View Single Post
Old 05-27-2015, 11:27 PM   #5
AlanHK
Guru
AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.
 
AlanHK's Avatar
 
Posts: 681
Karma: 929286
Join Date: Apr 2014
Device: PW-3, iPad, Android phone
And a related application;

making a cover/title page with a tall narrow image on the left:
used inline styles as it's only one page

Code:
<body>
  <div>
    <img alt="" src="../Images/image.jpg" style="width:50%; float:left; margin-right:0.1em;" />

    <h1 style="text-align:left">The Title<br />
    <br /></h1>

    <h3 style="text-align:left">An Author</h3>
  </div>
</body>
AlanHK is offline   Reply With Quote