View Single Post
Old 04-26-2014, 04:20 PM   #3
fromgdr
Enthusiast
fromgdr is cognizant of many things which escape those who dream only by night.fromgdr is cognizant of many things which escape those who dream only by night.fromgdr is cognizant of many things which escape those who dream only by night.fromgdr is cognizant of many things which escape those who dream only by night.fromgdr is cognizant of many things which escape those who dream only by night.fromgdr is cognizant of many things which escape those who dream only by night.fromgdr is cognizant of many things which escape those who dream only by night.fromgdr is cognizant of many things which escape those who dream only by night.fromgdr is cognizant of many things which escape those who dream only by night.fromgdr is cognizant of many things which escape those who dream only by night.fromgdr is cognizant of many things which escape those who dream only by night.
 
Posts: 40
Karma: 103746
Join Date: Apr 2014
Device: kindle paperwhite
Vielen Dank für die Antwort.

Ich hatte nun etwas Zeit und mir das Empfohlene vorgenommen.

Deine CSS-Anweisungen sind noch viel komplexer als bei zelda_pinwheel
Spoiler:
Beispiel eines Bildes bei ihm (ich hoffe, das sind die relevanten Aweisungen)
im Text:
<div class="leftpic" id="ocean"><img alt="" src="../Images/pg040.gif" /></div>

<div class="leftpic"></div>


in der CSS:
/*NON-RECTANGULAR IMG, LEFT FLOAT*/

div.leftpic {
float: left;
clear: left;
text-align: left;
margin: 0 0.5em 0.5em 0;
}
div.leftpic img {
width: 100%;
display:block;
}

div#ocean {
width: 206px;
height: 109px;
}

div#ocean + div.leftpic {
width:143px;
height: 282px;
margin-top: -0.5em;
}



Ich habe viele der Befehle nachgeschlagen ... und auch einiges gelernt ... aber mein Text fließt leider noch nicht.

Ich melde mich bei dir noch einmal per PM. Vielleicht kriegen wir das Problem doch noch in den Griff.

Vielen Dank!
fromgdr is offline   Reply With Quote