How do I make the blag part bigger? |
How do I make the blag part bigger? |
Mar 25 2007, 10:40 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Mar 2007 Member No: 512,152 |
Frist of all, I am really sorry if this has been asked before. I read though all the FAQ and if it was there then I was too dumb to know what I was looking at.
Ok, so to the question: This is my site: http://www.xanga.com/Vininia and I want the writting to be all the way across like this http://www.xanga.com/Vininia/577403653/item.html I have been working on this for a while and even spent most of last night with a friend going over the code, so whatever it is that I need to do is over my head. Thank you for your help. |
|
|
|
![]() |
| *digital.fragrance* |
Mar 25 2007, 11:02 AM
Post
#2
|
|
Guest |
Ah Ha! I got ya. Okay, what is stretching the blog out in the second link is the comment box width. So, you should make your blogbody the same width as your comment box.
In this part of your code: CODE table.blogbody { background-color: transparent; border: 0px solid #DFF8FF; } Do this: CODE table.blogbody { background-color: transparent; border: 0px solid #DFF8FF; width: 600px;} That should stretch out the text area. |
|
|
|
Mama May How do I make the blag part bigger? Mar 25 2007, 10:40 AM
digital.fragrance It's exactly the same in both links...
What ex... Mar 25 2007, 10:49 AM
Mama May One is twice as wide as the other. You don't ... Mar 25 2007, 10:53 AM
Mama May Thank you soooo much!
Anyone who wants to c... Mar 25 2007, 11:13 AM
digital.fragrance Sure thing!
Topic Closed Mar 25 2007, 11:57 AM![]() ![]() |