A Ataraxia Guest Jan 9, 2009 #1 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?
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?
N netdiva_amy Guest Jan 9, 2009 #2 Try setting the margins. It sounds like maybe you want this: margin-top: -1.5em; Without seeing the code, it's hard to see.
Try setting the margins. It sounds like maybe you want this: margin-top: -1.5em; Without seeing the code, it's hard to see.
A aeek7 Guest Jan 9, 2009 #3 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
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
Q Question A Guest Jan 9, 2009 #4 I think you have to edit the html code nd keep moving the percentages
J Jules Guest Jan 9, 2009 #5 Try text-align: left; or text-align: right;. Up isn't an attribute. If you show us the site we can help you better.
Try text-align: left; or text-align: right;. Up isn't an attribute. If you show us the site we can help you better.