Dear snookerman: Thank you. That example is very similar in concept to what I am trying. I did go through the entire thread but couldn't find any examples of a real page to see what it looked like, so am not sure. I thought iframes were being deprecated (?). I was hoping for a simpler solution that would allow me to use code something like this:
Code:
if($leftcol_height > 600) {
include('rightcol5ad.php')
} else {
include('rightcol4ad.php)
}
I suppose I could add a field to the database record to indicate how much content there is, but that would be a maintenance nightmare. I was hoping the column height could be calculated on the fly as the page is rendered. Perhaps this is not possible.
Bookmarks