Welcome to Dream.In.Code
Getting Help is Easy!

Join 136,794 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 2,314 people online right now. Registration is fast and FREE... Join Now!




different alignment

 
Reply to this topicStart new topic

different alignment, same line

Andora
19 Aug, 2008 - 05:24 PM
Post #1

D.I.C Head
**

Joined: 18 Aug, 2008
Posts: 105


My Contributions
Hello, I'm trying to make some text left aligned and the other text right aligned. I'm trying to do it with divs (I know it's possible) but the divs wont quite work.
CODE
<div align="left">left text</div><div align="right">right text</div>

User is offlineProfile CardPM
+Quote Post

BetaWar
RE: Different Alignment
19 Aug, 2008 - 05:28 PM
Post #2

#include <soul.h>
Group Icon

Joined: 7 Sep, 2006
Posts: 2,027



Thanked: 82 times
Dream Kudos: 1175
My Contributions
Her eyou go:

CODE
<div style="float: left">left text</div><div style="float: right">right text</div>


I would suggest looking into CSS.
User is offlineProfile CardPM
+Quote Post

Andora
RE: Different Alignment
20 Aug, 2008 - 09:54 PM
Post #3

D.I.C Head
**

Joined: 18 Aug, 2008
Posts: 105


My Contributions
Thank you!
I am amazed at how everytime I turn around there is another css attribute I have never heard of.

I am curious as to why I can't use a "floar: center". If you could clear that up I'd appreciate it.
User is offlineProfile CardPM
+Quote Post

BetaWar
RE: Different Alignment
21 Aug, 2008 - 04:35 AM
Post #4

#include <soul.h>
Group Icon

Joined: 7 Sep, 2006
Posts: 2,027



Thanked: 82 times
Dream Kudos: 1175
My Contributions
Float center doesn't exist. I am not positive as to the reason for them not adding it in, but it was probably to make it easier on themselves at the time with not having to figure out how to gt the web browser to split text to another side of an image or something like that.
User is offlineProfile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic
Time is now: 12/3/08 01:40PM

Live Help!

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month