Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7911355
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T13:12:57+00:00 2026-06-03T13:12:57+00:00

I am currently designing an webpage which will be used to display dynamic content

  • 0

I am currently designing an webpage which will be used to display dynamic content on an LED screen in a mall.

I need to make sure that the content I design exactly fits the height and width of the display . The screen size is 42″ and the resolution is 1280 × 720 .

  1. How do I make sure that what I design exactly fits the screen? I
    am more worried about making it fit vertically.

  2. How can I design content which automatically adapts and fits
    itself to such long vertical screens?

  3. Are there any tools that can help me with the design process?

Digital Billboard

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T13:12:58+00:00Added an answer on June 3, 2026 at 1:12 pm

    You shouldn’t have many problems, just set your height to 1280px and width to 720px.

    A good template would be:

    <!doctype html>
    <html>
        <head>
            <style>
                #wrapper {
                    height:1280px;
                    width:720px;
                    outline:1px black solid; // useful when designing to see where boundary of screen is.
                }
    
            </style>
        </head>
        <body>
            <div id="wrapper">
                <!-- Everything goes in here. -->
            </div>
        </body>
    </html>
    

    You’ll want to find out what browser they are using, then design in that browser. You may well find that it runs Windows XP Embedded with IE 7.

    To make it easy to use IE7, I’d recommend setting up a virtual machine running the browser. You can get this from Microsoft here: http://www.microsoft.com/en-us/download/details.aspx?id=11575&mnui=0, or if you are on OSX or Linux, the frankly amazing https://github.com/xdissent/ievms may be handy.

    It would be worth considering carefully what the minimum fontsize is that will be readable. You may also find that if it’s a normal screen that has been rotated that the subpixels will be rotated through 90˚, that is, instead of going RGB left to right, they will be arranged vertically. Microsoft’s Cleartype will look weird in that case, so if that is turned on then you’ll find that smaller text is very blurry. (It works on pixels left and right not up and down, so a rotated screen throws it off considerably).

    I’d try to get a copy of the screen, or just run it through your TV and turn your head sideways to approximate it 🙂

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm currently designing an Android application, which will be published in Play for free.
I'm currently designing an application which I will ultimately want to move to Windows
I'm currently designing an assembly that will be used by third parties. One of
We are currently designing a system using WPF which will communicate with other systems
I am currently designing a service (wsHttp) which should be used to return sensitive
I'm currently designing a small application in which I have: - 1 menu (graphic
I am currently designing a website which uses this: <li class=current> . I have
I am currently designing a class library that will provide data to a web
I am currently designing a web application where I will have customers signing up
I'm currently designing a custom tab control class which derives from System.Windows.Forms.Control. The problem

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.