Text |
![]() ![]() |
Text |
Jul 12 2005, 08:12 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 7 Joined: Jul 2005 Member No: 169,596 |
Hey I appologize if someone has already asked this but i did not see it.
to align my text to the left if makes a line between each sentence. example. Hello Blah Blah Blah <--- when using <p align="left"> it creates a space. Blah Blah Blah Is there a different thing to align it all to the left side without creating a space in the middle? Am I doing something wrong to create this space? Also is there a code for hearts to become bullets for sentences Thank You A Ton.<3 |
|
|
|
Jul 12 2005, 08:55 PM
Post
#2
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,459 Joined: Feb 2005 Member No: 99,124 |
For the left align just put
CODE <LEFT>STUFF HERE TO BE LEFT</LEFT> Then for the hearts as bullets just put the code below everytime you want a heart bullet.CODE &HEARTS;
|
|
|
|
Jul 12 2005, 08:59 PM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 7 Joined: Jul 2005 Member No: 169,596 |
hmm the <left>blah</left> doesnt seem to work for me
|
|
|
|
Jul 12 2005, 09:14 PM
Post
#4
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,459 Joined: Feb 2005 Member No: 99,124 |
Try umm.
CODE <h align="left">TEXT AND STUFF HERE</h>
|
|
|
|
Jul 12 2005, 09:34 PM
Post
#5
|
|
|
Newbie ![]() Group: Member Posts: 7 Joined: Jul 2005 Member No: 169,596 |
doesnt work either but its okay. thanks for your help...
|
|
|
|
Jul 12 2005, 09:36 PM
Post
#6
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,459 Joined: Feb 2005 Member No: 99,124 |
Well try
CODE <h6 align=left>TEXT AND STUFF HERE</h6>
|
|
|
|
Jul 12 2005, 09:47 PM
Post
#7
|
|
|
Newbie ![]() Group: Member Posts: 7 Joined: Jul 2005 Member No: 169,596 |
that just changes the font size
|
|
|
|
Jul 12 2005, 09:49 PM
Post
#8
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,459 Joined: Feb 2005 Member No: 99,124 |
Try this
CODE <DIV ALIGN=LEFT>STUFF HERE</DIV>
|
|
|
|
Jul 12 2005, 09:53 PM
Post
#9
|
|
|
Newbie ![]() Group: Member Posts: 7 Joined: Jul 2005 Member No: 169,596 |
That Worked... Just turned my fonts white. but it put them together! Thats the first code thats worked. Thank you Sooooooo much.
|
|
|
|
Jul 12 2005, 10:01 PM
Post
#10
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,459 Joined: Feb 2005 Member No: 99,124 |
You're welcome!
|
|
|
|
| *mipadi* |
Jul 12 2005, 10:38 PM
Post
#11
|
|
Guest |
If you don't want a space in between, use the <br> tag, like so:
CODE <p align="left">Here is some text.<br />
And then the line breaks, and the text is on a new line, aligned to the left, but there is not an extra space in between the last line and this one.<br /> And here is an example of it again.<br /> When you want to finish the paragraph, just use a closing p tag, like so:</p> |
|
|
|
![]() ![]() |