How do I make the blag part bigger? |
How do I make the blag part bigger? |
![]()
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* |
![]()
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. |
|
|
![]() ![]() |