Problems with the painful procedure for placing pictures...
#65
I just changed the attach-image css to what is below. Basically Charlie was using the attach image feature and when the thumbnail resizing feature was turned off, it constrained the image by height to the 350 pixels. By commenting that out, it will overflow the postbody. Will that become a problem??? Below is the current code..

Code:
.attach-image {
        margin: 3px 0;
        width: 100%;
        overflow: auto;
}

What's also interesting is that attaching files is not just a normal html image link. They are drawing a box and whatnot..

Code:
<dl class="attachbox">
<dt>Attachments</dt>
<dd><dl class="file">
<dt class="attach-image"><img src="./download/file.php?id=846" alt="B&amp;0 STATION CHICORA PA 04-79.jpg" onclick="viewableArea(this);" /></dt>
<dd>B&amp;0 STATION CHICORA PA 04-79.jpg (76.56 KiB) Viewed 5 times</dd>
</dl>
</dd>
</dl>
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)