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 ![]() |
It's exactly the same in both links...
What exactly do you want to do with it? |
|
|
![]()
Post
#3
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Mar 2007 Member No: 512,152 ![]() |
One is twice as wide as the other. You don't see that? I am not talking about the picture, I am am talking about the text area.
|
|
|
*digital.fragrance* |
![]()
Post
#4
|
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. |
|
|
![]()
Post
#5
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Mar 2007 Member No: 512,152 ![]() |
Thank you soooo much!
Anyone who wants to close this topic, feel free to. |
|
|
*digital.fragrance* |
![]()
Post
#6
|
Guest ![]() |
Sure thing!
Topic Closed |
|
|
![]() ![]() |