Bruce,
I have a memory form on which I display various charts created with RGraph. Each chart is created with HTML code added on the XHTML tab of the form. I added DIV's around each and then created the following CSS:
.patientstatus {
width: 50%;
float: left;
}
.reexcision {
width: 50%;
float: left;
}
.pathology {
width: 50%;
}
.excisional {
width: 60%;
float: left;
}
.lumpectomy {
width: 40%;
float: left;
}
.physsurvexc {
width: 50%;
float: left;
clear: left;
}
.physsurvlump {
width: 50%;
float: left;
}
This gives me the effect I'm looking for, see the attached image. However, the Close button is in the center, not at the bottom left where it should be. Any thoughts?
Thanks,
Jeff
[attachment deleted by admin]