2009/06/10

Help?

I JUST NEED TO ASK YOU GUYS; HOW THE FUCK DO ONE LEFT ALIGN THE POST HERE ON BLOGSPOT? YESTERDAY I WAS SEARCHING IN THE HTML CODE, & FOUND NOTHING. I THINK I'M GOING CRAZY. FOR REAL!
I ALSO WANT TO INSERT A SIDERBAR, BUT IT DOESN'T SEEM TO WORK WHEN THE POSTS ARE THIS WIDE, BUT I KNOW THAT I SHOULD WORK, 'CAUSE I'VE SEEN OTHER BLOGS WITH WIDER IMAGES & THEY STILL MANAGE TO HAVE THEIR SIDEBAR THERE!
SO, HELP ME? PLEASE?

3 comments:

Leonard Miller said...

*p align="left"& put whatever you want here */p&

Replace * with <
Replace & with >

To center stuff is easier:
*center* put whatever you want here */center&

Leonard Miller said...

With regards to the sidebar business, you need to fiddle with yr HTML code. Search for each of these sections within the code.

1) Change the "outer-wrapper" width to whatever you desire. This will be the width of both yr main post space and yr sidebar together.

2) Change the "main-wrapper" width to however wide you want yr posts to be. E.g. 600px.

3) Within the "main-wrapper" section, you will see "float:$startSide;"
If you want yr post on the right of the sidebar, change "start" to "end".

4) Now change the width in "sidebar-wrapper" to however wide you want yr sidebar. E.g. 200px.

5) You'll see "padding: 10px" or something in each of these sections, mess around with those figures till they're right and there is a margin between the main post and the sidebar.

A lot of this I've picked up through trial and error. Do the same. I hope this is of use, Linn.

Konscia said...

Thanks a lot, Leo!
I'll try it out when I have time/the energy.

Take care.