View Single Post
Old 07-21-2011, 09:00 AM   #3
LostSock
Enthusiast
LostSock began at the beginning.
 
Posts: 27
Karma: 10
Join Date: Jun 2011
Device: none
Because.... that would be far too easy.

Dammit. Why do I complicate things. Thank you for the suggestion

I'm still having an issue with my textboxes though, which don't seem to play nicely when beside a photo. Do you think it's because the width is set too wide? I have them set to 48% each, but I sometimes get run-in between photo and box of the main body text.

Here's the example: The purple blob is the picture, the white space on top shouldn't be there, and the red box is a textbox. You can see in the text box that the left side is a bit heavier with text, it's run in from the below main paragraph.

Here's the code for it:

Code:
div.textboxright {
  float: right;
  width: 48%;
  border-color: #660000;
border-style: solid;
border-width: 2px;
  margin-left: 0.25em;
  padding: 0.5em;
}
div.imageleft {
float: left;
 width: 48%;
margin-left: auto;
margin-right: auto;
margin-top: 1.00em;
margin-bottom: 1.00em;
padding-right: 0.5em;
padding-left: 0.5em;
}
Attached Thumbnails
Click image for larger version

Name:	imageexample.jpg
Views:	229
Size:	72.8 KB
ID:	74645  
LostSock is offline   Reply With Quote