How do I put my web page on all my email?

[PLEASE READ DETAILS] How can I put a frame around my web page?

  • I want to put a frame around my web page BUT I want the frame to fit the browser windows size so that there is a scrollbar inside of the frame. The look I am going for is the frame is a laptop, and inside the laptop screen will be the web page. Here is what I have: --------------------------------------… <body> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td background="/design/frame/top-left.png" width="32px" height="28px"></td> <td style="background:url('/design/frame/top… repeat-x;" width="100%" height="28px"></td> <td background="/design/frame/top-right.png" width="32px" height="28px"></td> </tr> <tr> <td style="background:url('/design/frame/lef… repeat-y;" width="32px" height="100%"></td> <td width="100%" height="100%" style="overflow:scroll;"> CONTENT HERE </td> <td style="background:url('/design/frame/rig… repeat-y;" width="32px" height="100%"></td> </tr> <tr> <td background="/design/frame/bot-left.png" width="32px" height="20px"></td> <td style="background:url('/design/frame/bot… repeat-x;" width="100%" height="28px"></td> <td background="/design/frame/bot-right.png" width="32px" height="20px"></td> </tr> </table> </body> --------------------------------------… THE PROBLEM IS that the web page inside the frame does not have a scrollbar, but instead, it extends the frame. PLUS the border has to fit all screen resolutions. Thanks in advance for your help.

  • Answer:

    Good idea! People will have a lap-top... on their desktop! Well... You have to make a "liquid layout". In you case, you will be better with a tabulated layout. Download the "table v div challenge" from http://www.web2coders.com: this does eactly what you want to do, with tables. Your "frame" will be a simple 9 areas (3 rows, 3 cols), with the perimeter being dimensionned to the partial images of the "laptop frame" (see how the book is done in the challenge). The center area will be your "page". In there, you will make a <div>, and THAT one will be scrollable. Good luck! An amusing idea!

Dan Shaw at Yahoo! Answers Visit the source

Was this solution helpful to you?

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.