This blog will be about all sorts of things and will be updated irregularly, if at all.
Is it not to do with the width of your body text area in your Blogger template?
Thanks for your quick answer, 4star...I don't know how to control the width of the body text area.but i did use the "add image" function instead of pasting a direct url...now they are going in fine...even if the 'large' size isn't that large.Cheers again! If you know how to change the body width text thing let me know, I'll see if that helps.
Well in your template there may be a bit that looks like this@media all { #main { width: 600px; float: left; }so you can set that 'width' to be a larger number (I went for 600 as above) and you'll have a wider central text area.Let me know how you get on!
I have wondered and despaired of this myself, and I will try it. Thank you, fourstar.
Post a Comment
4 comments:
Is it not to do with the width of your body text area in your Blogger template?
Thanks for your quick answer, 4star...I don't know how to control the width of the body text area.
but i did use the "add image" function instead of pasting a direct url...now they are going in fine...even if the 'large' size isn't that large.
Cheers again! If you know how to change the body width text thing let me know, I'll see if that helps.
Well in your template there may be a bit that looks like this
@media all {
#main {
width: 600px;
float: left;
}
so you can set that 'width' to be a larger number (I went for 600 as above) and you'll have a wider central text area.
Let me know how you get on!
I have wondered and despaired of this myself, and I will try it. Thank you, fourstar.
Post a Comment