| @@ -30,14 +30,14 @@ $random_doc_refs = ten_random_doc_refs(); | |||
| foreach($random_doc_refs as $doc_ref): | |||
| ?> | |||
| <iframe src="./ops_image.php?doc_ref=<?php echo $doc_ref ?>" width="100%" height="500px"> | |||
| </iframe> | |||
| <iframe src="./ops_image.php?doc_ref=<?php echo $doc_ref ?>" width="100%" height="500px"> | |||
| </iframe> | |||
| <br><br> | |||
| <br><br> | |||
| <?php | |||
| <?php | |||
| endforeach; | |||
| ?> | |||
| ?> | |||
| </div> | |||
| </body> | |||
| @@ -24,7 +24,7 @@ $random_titles = ten_random_titles(); | |||
| </head> | |||
| <body> | |||
| <div class="container-fluid"> | |||
| <div class="container"> | |||
| <?php | |||
| foreach ($random_titles as $record_array): | |||