View Single Post
Old 05-23-2014, 05:38 AM   #13
JLius
Village idiot
JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.
 
JLius's Avatar
 
Posts: 157
Karma: 519566
Join Date: Mar 2014
Location: Belgium
Device: sony PRS T-1
Quote:
Originally Posted by Abekonge View Post
Well a work-around I often use for vertical positioning is using margin-top. It only works of course when the element you want to positions is the only one on the html-page, like a dedication or similar. You can put css like this on the element.

Code:
margin-top:80%;
for example.
Ok, thanks, I'll give it a try.
JLius is offline   Reply With Quote