Nicholas Posted August 30, 2009 Posted August 30, 2009 hi, im wondering does anyone know why my text isnt going to the left? ive tried... <left> <text-align: left> does anyone else know any others or any idea why it isnt working and just stays in the center?? and no i dont have <center> in the coding page. Quote
Dave Posted August 30, 2009 Posted August 30, 2009 Re: why isnt my text going to the LEFT? hi, im wondering does anyone know why my text isnt going to the left? ive tried... <left> <text-align: left> does anyone else know any others or any idea why it isnt working and just stays in the center?? and no i dont have <center> in the coding page. Try <div style="text-align: left;"> Text :] </div> Quote
AlabamaHit Posted August 30, 2009 Posted August 30, 2009 Re: why isnt my text going to the LEFT? if it is a table <td align="left"> if it is just normal <left> should do it. Quote
Nicholas Posted August 30, 2009 Author Posted August 30, 2009 Re: why isnt my text going to the LEFT? worked :) thanks SkyFuse :) it worked :) Quote
POG1 Posted August 30, 2009 Posted August 30, 2009 Re: why isnt my text going to the LEFT? If you want to do it, try doing it properly. Add this clas to your CSS: .align-left{text-align:left;} Then in which ever element you want you can just use the class.... <div class="align-left">left!</div> <td class="align-left">left again!</td> Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.