Quote:
Originally Posted by newbie14
but I still cant post the link that is the problem
|
I don't see how posting a link can help when you can tell us of the code source and explain the problem in detail.
Is this what you wanted? ( vertically displaying image/text where the text shows above the image )
CSS :
Code:
.floatleft {
float:left
}
div.newline {
clear: both;
}
HTML :
HTML Code:
<div class="floatleft">R11</div>
<div class="newline"></div>
<img src="tyre2.png" class="floatleft">
<div class="newline"></div>
<img src="longJoinAxle.png" class="floatleft">
<div class="newline"></div>
<div class="floatleft">R11</div>
<div class="newline"></div>
<img src="tyre2.png" class="floatleft">
<div class="newline"></div>
<div class="floatleft">R12</div>
<div class="newline"></div>
<img src="tyre2.png" class="floatleft">
<div class="newline"></div>
<img src="centerLongJoinFirstAxle.png" class="floatleft">
<div class="newline"></div>
<div class="floatleft">R11</div>
<div class="newline"></div>
<img src="tyre2.png" class="floatleft">
<div class="newline"></div>
I removed the HTML input and the "droppable" class ( since you have not mentioned it ) .
__________________
Blackberry Torch - Make it your next smartphone, or we'll find you. <_<
|