Go Back   TechArena Community > Software > Software Development
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , , , , , ,

Sponsored Links



Auto screen resolution through html

Software Development


Reply
 
Thread Tools Search this Thread
  #1  
Old 01-12-2009
Member
 
Join Date: Nov 2009
Posts: 1,193
Auto screen resolution through html

Hello,

I am developing a web page in HTML, which runs properly on my system with perfect resolution. But the problem arise when i shift it to the another PC. The Screen does not fit into another computer, and the screen resolution changes. Can anybody have the solution for this issue so that the screen resolution generate automatically. Help me with same .

Thank you.
Reply With Quote
  #2  
Old 01-12-2009
Eric B's Avatar
Member
 
Join Date: Apr 2008
Posts: 4,645
Re: Auto screen resolution through html

Hey,

I think i have the code for the same which will auto generate the screen resolution. All you have to do is to edit the content of your main table with this code which i am forwarding to you. This will align the content in the center of the page so that no problem with the screen resolution. I hope this will help you with the problem of the screen resolution.

Code:
<table align="center"> </table>
Reply With Quote
  #3  
Old 01-12-2009
Glenny's Avatar
Member
 
Join Date: May 2008
Posts: 4,550
Re: Auto screen resolution through html

Hi there,

I will give you a advise that keep your web pages resolution to 800X600 so that your web page can be viewable with an 800X600 area or with higher resolution. And you have to make the little change in the table tag. Just write this code to the your code and see whether it is working or not. This will help you to play your program in any machine with the same resolution.

Code:
<table width="150%" align="center">
Say thanks if it is working.
Reply With Quote
  #4  
Old 01-12-2009
Member
 
Join Date: May 2008
Posts: 1,990
Re: Auto screen resolution through html

Hey buddy,

Do one thing and just use CSS because it offers most feature with its. It will provide you with great UI and also to the user with same resolution. No matter which resolution user's machine is running it will automatically adjust the resolution of the user's machine. So first things is that learn the CSS and use it with your program. Thats all i can suggest you hope you will take the advantage if the CSS.

Thank you.
Reply With Quote
  #5  
Old 01-12-2009
JonathanD's Avatar
Member
 
Join Date: May 2008
Posts: 4,325
Re: Auto screen resolution through html

Hi,

I will suggest you to use the tools provided online for generating the code of the screen resolution. With the help of this tool you can set you screen resolution at default level which will run on any platform with the same. So download one from the internet and use it to solve your issue.

Thanks.
Reply With Quote
Reply

  TechArena Community > Software > Software Development


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "Auto screen resolution through html"
Thread Thread Starter Forum Replies Last Post
How to set Auto Resolution in Media player? Olivia Windows Software 6 29-07-2011 12:12 PM
How to turn off auto screen resolution Pralay Customize Desktop 5 07-04-2011 02:24 PM
Screen resolution 16:9 vs 16:10 Max-well Technology & Internet 5 01-09-2010 04:51 AM
How do i Auto-generate HTML File Index Dharmesh Arora Software Development 2 23-04-2009 04:18 PM
How to Set Resolution for Your Screen in Vlc ? DAGAN Customize Desktop 3 07-03-2009 05:47 PM


All times are GMT +5.5. The time now is 11:06 AM.