Anna Gavrilovic wrote: > I've got the following code: > > <trimmed> > > I would like to display <div class="box-files-port"> below the image. How > would I go about doing this? > > Anna > _
Amend the CSS in the head of the document to read?: <style type="text/css"> body {margin: 0; padding: 0;} .left {border: 1px dashed blue; float: left;} .box-text-port {background: fuchsia;overflow:hidden;} .box-files-port {background: red; } p {margin: 0;} </style> The goofy colors are just to see what is where... ______________________________________________________________________ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/