Aqua-Soft Forums: Text alignment. - Aqua-Soft Forums

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Text alignment. Rate Topic: -----

#1 User is offline   brokenlighter Icon

  • Group: Member
  • Posts: 26
  • Joined: 04-April 08

Posted 19 September 2008 - 01:59 AM

Is is possible to, In one line of text have half of it aligned left and the other half aligned right? So that the space in the middle is dynamic and the text always stays against the edges?
0

#2 User is offline   davidsword Icon

  • Group: Subscribers
  • Posts: 1,016
  • Joined: 19-December 06

Posted 19 September 2008 - 02:08 AM

text-align:justify;
0

#3 User is offline   brokenlighter Icon

  • Group: Member
  • Posts: 26
  • Joined: 04-April 08

Posted 19 September 2008 - 02:47 AM

I think you misunderstood.

I mean like a menu with some items aligned to the left and some (one in this case) aligned to the right.... I think I do it with DIV's but I don't know how...
0

#4 User is offline   davidsword Icon

  • Group: Subscribers
  • Posts: 1,016
  • Joined: 19-December 06

Posted 19 September 2008 - 03:34 AM

in that case,


left

right


0

#5 User is offline   brokenlighter Icon

  • Group: Member
  • Posts: 26
  • Joined: 04-April 08

Posted 19 September 2008 - 05:15 PM

Awesome thank you
0

#6 User is offline   jana Icon

  • Group: Member
  • Posts: 3
  • Joined: 02-October 08

Posted 02 October 2008 - 09:31 PM

The easiest way is to use a two column table and then disable the lines. You can align the columns the way you want to.
0

#7 User is offline   Phoshi Icon

  • Group: Member
  • Posts: 996
  • Joined: 03-April 08

Posted 04 October 2008 - 07:39 PM

Oh lord no.
Tables are the work of the devil, I say!
0

#8 User is offline   Jeter2Fan93 Icon

  • Group: Subscribers
  • Posts: 140
  • Joined: 21-December 07

Posted 04 October 2008 - 10:44 PM

Phoshi;510802 said:

Oh lord no.
Tables are the work of the devil, I say!


I disagree. Try creating a baseball statistics page NOT using tables. It isn't pretty and the table seems to do just fine.
0

#9 User is offline   scottlpool2003 Icon

  • Group: Member
  • Posts: 1
  • Joined: 08-May 09

Posted 08 May 2009 - 11:05 AM

Tables are bad, period. Baseball or no baseball, the fact of the matter is websites should be coded in CSS not HTML. Out with the old, in with the new. Google, MSN, Yahoo, Ask... many search engines do not index HTML very well, therefor your rank will go down.

If not CSS use DIV.
<div>
<div align="left">TEXT</div>
</div>
0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic