
Bobbi Brown, eat ya heart out.


P.S. Can anybody explain to me why, if I post centered images, they are no longer clickable? There must be a bug with the CSS in this template, only I can't for the life of me figure what's wrong.


At 1/19/2006 12:29:00 AM, Bolsoman
Er... maybe because centered pictures about your book and your air dye are *not* links but just images alone?
I've just had a look at the page source code...
CSS does nothing special to linked images:
a img {
border-width:0;
}
.post-body {
border:1px dotted #6a7;
border-width:0 1px 1px;
border-bottom-color:#485;
padding:10px 14px 1px 29px;
}
.post img {
margin:0 0 5px 0;
padding:4px;
border:1px solid #586;
}
But you DO add some inline styles in img (or does blogger add them?). They are in UPPERCASE and they stinks of some external editor mess... :)
At 1/22/2006 12:37:00 AM, Ilaria K.
Puh, dear, don't just look at the pictures but read the actual post. It's just me trying to learn how to apply eye make-up. This is part two, if you scroll down a bit you'll see Part One.
Federico: thanks but nope, I've tried inserting the same picture twice, once centered and once on the left. The thumbnail only becomes clickable when it's on the left or on the right. Goodness knows why.
No external editor, just good ol' Notepad. I copy/paste the text and then upload images just by clicking the button provided in the post editor. All the code you see is Blogger's work. I'll try and code the html myself next time, and see what happens. Cheers!