I need HTML Help, creating Template?

  • Thread starter Thread starter Ataraxia
  • Start date Start date
A

Ataraxia

Guest
I'm creating a HTML Template for a blog, and my text isn't aligning. I tried using 'text-align: up;'. I need my text to move up maybe 1.5 lines. To fit in the image I want it to. Any Ideas?
 
Try setting the margins. It sounds like maybe you want this:

margin-top: -1.5em;

Without seeing the code, it's hard to see.
 
your Q is not clear because if you using HTML you can align as you what. any way you can get more on about.com
 
Try
text-align: left; or text-align: right;. Up isn't an attribute. If you show us the site we can help you better.
 
Back
Top