perfectly spaced entries...? |
perfectly spaced entries...? |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 7 Joined: Feb 2004 Member No: 5,018 ![]() |
does anyone have to code where like the entries are spaces out perfectly to fit on one line? you prolly don't know what I mean...
like on this xanga |
|
|
![]() |
![]()
Post
#2
|
|
![]() ..Michelle ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,002 Joined: Feb 2004 Member No: 3,282 ![]() |
in your CSS for text alignment, you put "justify" instead of "left" or "right"
|
|
|
![]()
Post
#3
|
|
Newbie ![]() Group: Member Posts: 7 Joined: Feb 2004 Member No: 5,018 ![]() |
where would i go to change that? CSS? how do i get there?
|
|
|
![]()
Post
#4
|
|
![]() ..Michelle ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,002 Joined: Feb 2004 Member No: 3,282 ![]() |
It's in the area where you place your HTML.. unless you didn't put anything there. Well, if you want, you can also put this code in front of every post you make:
CODE <!-- begin code provided by createblog.com --> <p align=justify> <!-- end code provided by createblog.com --> You place that in the HTML section of the entry. |
|
|
![]()
Post
#5
|
|
Newbie ![]() Group: Member Posts: 7 Joined: Feb 2004 Member No: 5,018 ![]() |
I mean, like what code would I put where? would I put like
CODE <!-- begin code provided by createblog.com --> <style type="text/css"> body { text-align: justify } </style> <!-- end code provided by createblog.com --> into Custon Header? or what? |
|
|
![]()
Post
#6
|
|
![]() ..Michelle ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,002 Joined: Feb 2004 Member No: 3,282 ![]() |
ooh.. put this:
CODE <!-- begin code provided by createblog.com --> <style type='text/css'> .blogbody td { text-align: justify; } </style> <!-- end code provided by createblog.com --> & yeah, custom header |
|
|
![]()
Post
#7
|
|
Newbie ![]() Group: Member Posts: 7 Joined: Feb 2004 Member No: 5,018 ![]() |
Thanks a bunch!
![]() |
|
|
![]()
Post
#8
|
|
![]() ..Michelle ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,002 Joined: Feb 2004 Member No: 3,282 ![]() |
No problem :)
|
|
|
![]() ![]() |