View Single Post
turtle
Lord of the Rant.
Formerly turtle2472
 
Join Date: Mar 2005
Location: Upstate South Carolina
 
2021-03-09, 13:52

Thank you! That was the kick start I needed. I have something that is working but the height needs to shrink so everything stays in the same web page view without scrolling:
Code:
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="refresh" content="5"> <style> div { width: auto; text-align: center; padding: 2px; } container { max-height: 100%; max-width: 100%; vertical-align: middle; height: auto; } img { max-width: 50%; max-height: 50%; vertical-align: middle; height: auto; } </style> </head> <div class="container"> <div class="img"><img src="http://10.10.10.21/snap.jpeg"><img src="http://10.10.10.22/snap.jpeg"></div> <div class="img"><img src="http://10.10.10.23/snap.jpeg"><img src="http://10.10.10.24/snap.jpeg"></div> </div>

Louis L'Amour, “To make democracy work, we must be a nation of participants, not simply observers. One who does not vote has no right to complain.”
Visit our archived Minecraft world! | Maybe someday I'll proof read, until then deal with it.

Last edited by turtle : 2021-03-09 at 15:29.
  quote