Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

image as entire HTML page 1

Status
Not open for further replies.

cdipaolo

Programmer
May 1, 2002
36
US
We are mimicing some functionality of 3rd party software for a demo but don't want to actually connect to an external system. SO, we want to replace the resulting HTML screens with screenshots (.jpg files). Is there a way to create an HTML page that will basically be the .jpg?

I have tried img tags, and that just puts the image on a blank page. Using body background tiles the image. The goal is to have the page look like a real web page.

Thanks!

 
i'm not sure what you meant by "that just puts the image on a blank page", but if you put this in your html page, it will be all image:

<img src=&quot;your_img.jpg&quot; width=&quot;100%&quot; height=&quot;100%&quot;>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top