Rifts Posted March 15, 2010 Share Posted March 15, 2010 hey guys ok im trying to move some text to the right i know i can use but it looks so crappy is there any other way to move text over besides that or css margin? Link to comment https://forums.phpfreaks.com/topic/195247-super-noob-question/ Share on other sites More sharing options...
beta0x64 Posted March 15, 2010 Share Posted March 15, 2010 You could try... http://www.w3schools.com/Css/pr_text_text-indent.asp or text-align or something to that effect. Link to comment https://forums.phpfreaks.com/topic/195247-super-noob-question/#findComment-1026114 Share on other sites More sharing options...
shlumph Posted March 15, 2010 Share Posted March 15, 2010 Like beta mentioned, the best way to do this is using CSS: //css p.right { text-align: center; } //html <p class="right">this is on the right side</p> Link to comment https://forums.phpfreaks.com/topic/195247-super-noob-question/#findComment-1026116 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.