Jump to content
MakeWebGames

Recommended Posts

Posted

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.

Posted

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>

Posted

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>

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...