How to Make Page for PopUp

1 replies
  • WEB DESIGN
  • |
When making a page for my popup, the popup is 300x200, how do I make the webpage that the popup loads the same size?

As when it's at current size it doesn't fit in the popup.

Thanks.
#make #page #popup
  • Profile picture of the author Aronya
    You have to set your container's (body, div or table) parameters to fit the constraints of the popup, and then design inside of that box. Fluid design generally won't work.

    <html>
    <body>
    <table width=300px height=200px>
    {{ DiscussionBoard.errors[1195697].message }}

Trending Topics