ElectricAlyce
Member
- Joined
- May 8, 2008
- Messages
- 726
- Reaction score
- 0
I don't know if this is the right place to ask, but since everyone is giving out blog advice and stuff, I don't see how it'd hurt..
Does anyone know the HTML code, or how to make your blogspot entries wider? Thanks in advance, seriously!
First of all, thanks ^^
Secondly, that isn't html but css (the code that controls the layout). It's hard to know without seeing your blog-layout-code, but my bet is:
You have something like this:
#container {
width: 500px;
etc
}
#content {
width: 300px;
etc
}
#sidebar {
width: 200px;
etc
}
(the names and numbers will probably not be what I wrote, depends on the layout). What you need to do is to first increase the container-width with how many more pixels you want the entries to be. And so if you want 100 pixels more then you first change (in the example above) #container width to 600, then you need to add the extra 100 pixels to the #content, so it will read 400. If you can't find what I'm talking about then feel free to send me a PM and I'll look




Gosh...
