Welcome to the TechSpot OpenBoards. Please read the FAQ if you have any questions. Login to participate.
|
|||||||
Web Site Problems
![]() |
|
|
|
Thread Tools |
|
#1
|
|||
|
|||
|
Web Site Problems
Hi my problem is I can create a Web Site on my computer which has a 17 inch screen and it looks great but then when I look at it on a smaller screen I have to scroll to the right does any one know how to make it fit on all size screens?
|
|
#2
|
||||
|
||||
|
You posted this in the wrong forum, but I will still help.
![]() You are creating the site with HTML, correct? If so you are most likely creating everything (tables, etc.) with a larger pixel size. One way to fiix this is whenever you create the tables, instead of making the size in pixels, change it too 100%, 50%, etc. If you are using a WYSIWYG editor, or something like it, then I don't know. |
|
|
|
#3
|
||||
|
||||
|
set the width="100%" -- the display will 'fill' the window and flow to show all data
no matter how the user resizes the window. In the example below, a single table is used with one row and one cell (where the width is located). In that cell you can put Any other normal html. I highly recommend you use CSS for all other formatting controls. Code:
<html><head></head> <body> <table border="0"> <tr> <td width="100%"> <p>MILAN, Italy (AP) — Italian composer Giorgio Battistelli says he believes operatic treatment of Al Gore's "An Inconvenient Truth" will help people see the world's environmental predicament from a fresh point of view. <p>"Opera makes you reflect," he said in a phone interview Friday. He is working on an opera based on Gore's book and film about climate change. <p>Artists in general "make you see things differently, make you see things in a new light. When we see a painting by Francis Bacon or a film of Sydney Pollack, we get a very precise idea of the problems of our century," Battistelli said. <p>He began work on the opera a year ago, and the Milan opera house La Scala plans to present it during the 2011 season as part of celebrations for the 150th anniversary of Italy's unification in 1861. </td> </tr> </table> </body> </html> in your browser to see the effect of resizing. Best wishes |
|
#4
|
||||
|
||||
|
Lol, much better explanation, jobeard.
|
![]() |
| Thread Tools | |
|
|
| Similar Topics | ||||
| Topic | Category | Replies | Last Post | |
| Problems with the site? | Site Feedback & Suggestions | 11 | 01-14-2006 03:57 PM | |
| Problems Accesing Certain Site | Virus & Malware removal | 1 | 08-23-2005 12:44 PM | |
| Problems accessing a web site | Virus & Malware removal | 2 | 08-22-2005 09:12 PM | |
| Site Loading Problems... | Software & Utilities in General | 0 | 11-10-2004 07:49 PM | |
| navcancel-command on every site without visible problems | Windows OS | 8 | 05-04-2003 01:25 PM | |
All times are GMT -4. The time now is 08:18 AM.




