Help Editing Background of Text |
![]() ![]() |
Help Editing Background of Text |
Mar 10 2006, 11:22 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 6 Joined: May 2005 Member No: 143,960 |
Right now my code on my xanga (www.xanga.com/shadowofthedoubt)
CODE <style type="text/css">table.blogbody{border: 20px double #30308F; background: #487878 url() center center repeat; text-align: left;}</style> and it does everything I want it to, but I don't know how to change the width of it, can anybody tell me how? Thanks!Also I need to know how to center the resized text area. |
|
|
|
Mar 10 2006, 11:34 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,551 Joined: Feb 2005 Member No: 102,857 |
It would look like this.
CODE <style type="text/css">table.blogbody{border: 20px double #30308F; background: #487878 url() center center repeat; text-align: left; width:300px;}</style> Just change where I added width to any number you want, and I'm not very clear on what you're trying to ask for your second question. |
|
|
|
Mar 11 2006, 02:12 AM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 6 Joined: May 2005 Member No: 143,960 |
Thanks, that worked great!
In the second question I mean the Box that my text is contained in. Does that make sense, I'm not sure how to word it... |
|
|
|
Mar 11 2006, 02:24 AM
Post
#4
|
|
|
Tu es laid. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 3,913 Joined: Feb 2005 Member No: 106,675 |
Thanks, that worked great! In the second question I mean the Box that my text is contained in. Does that make sense, I'm not sure how to word it... you mean to just center text area? CODE <center>CODE GOES HERE</center> not sure if this is what you are talking about |
|
|
|
Mar 11 2006, 01:40 PM
Post
#5
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
CODE <style type="text/css">table.blogbody{border: 20px double #30308F; background: #487878 url() center center repeat; text-align: center; width:300px;}</style> 'twill center the text, which kinda sounds like what you want. |
|
|
|
![]() ![]() |