font, full justified text |
font, full justified text |
Aug 22 2004, 11:38 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Aug 2004 Member No: 42,716 |
i have two questions:
1) how do i make the text in my entries fully justified? 2) how do i change the title of my xanga? |
|
|
|
![]() |
Aug 22 2004, 11:52 AM
Post
#2
|
|
![]() PUhaha.. NJ azN ![]() ![]() ![]() ![]() Group: Member Posts: 299 Joined: Aug 2004 Member No: 41,986 |
the first one
CODE <!-- begin code provided by createblog.com --> tell me if it duznt work<style type="text/css"> table.blogbody { /* this edits the other the place where the blog is */ background-color:transparent; family-font: trebuchet ms; BORDER: #000000 1px solid; fontweight: justify; } </style> <!-- end code provided by createblog.com --> 2nd one CODE <!-- begin code provided by createblog.com --> <script>document.title ="your text here";</script> <!-- end code provided by createblog.com --> mhmm.. any further questions, ask me... |
|
|
|
Aug 22 2004, 12:02 PM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Aug 2004 Member No: 42,716 |
the first one didn't work
|
|
|
|
Aug 22 2004, 12:05 PM
Post
#4
|
|
![]() Look its... ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 5,817 Joined: Feb 2004 Member No: 4,767 |
<style type="text/css">
body,p,td /* edits main text */ {COLOR: ffffff; font-size:12px; line-height:13px; text-align:justify;} </style> |
|
|
|
Aug 22 2004, 12:10 PM
Post
#5
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Aug 2004 Member No: 42,716 |
thanks!
|
|
|
|
![]() ![]() |