|
|
 |
| HTML Code Clinic Do you have some HTML code you'd like to share and get suggestions from others for tweaking or improving it? This discussion is the place. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the HTML Code Clinic section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
|
 |

August 29th, 2005, 02:17 AM
|
|
Registered User
|
|
Join Date: Aug 2005
Location: , , .
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Need Help with Resizing...
needs serious help. I want to resize the page to be compatible with the browser of each user . I don't want people to have to scroll to the right to see the entire page. I design the web site and i consider first that it must be in the size of 800*600 but when i review the site in a small screen 800*600, it was horrible. in the larger screen it was good. please help me and guid me to the best solution. is there any software that can resize the page as (.html)?? . is there any solution that I have to do rather than redesign the website again?????
If that makes sense, please let me know.
thanks,
|

August 29th, 2005, 02:29 AM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Location: , , .
Posts: 423
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Avoid too big images and fixed widths and you are set.
(o<
//\ =^..^=
|

August 29th, 2005, 02:37 AM
|
|
Registered User
|
|
Join Date: Aug 2005
Location: , , .
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
take a look in the website . the URL of the website is
http://www.squ.edu.om/sci/Centers/VR/index.htm
I appreciate any help from you ...
Thanks
|

August 29th, 2005, 02:54 AM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Location: , , .
Posts: 423
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
OK, some thoughts.
First, get rid of width="795" in the table tag and ALL widths in the TDs. Look at the page now. It looks the same, right? But you can downsize the window more before you get a scrollbar.
Next, resize the images in a graphic editor and not with HTML. The page loads really slow because the images are in reality quite large. If you make the big one less wide the page will resize better too.
Hope that's a starting point anyway. :)
(o<
//\ =^..^=
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Similar Threads
|
| Thread |
Thread Starter |
Forum |
Replies |
Last Post |
| Resizing the controls |
AccessAasif@aol.com |
C# |
1 |
December 12th, 2007 05:25 AM |
| Resizing Forms |
Apocolypse2005 |
Beginning VB 6 |
6 |
April 20th, 2007 06:43 PM |
| Resizing Images |
san123 |
ASP.NET 1.0 and 1.1 Basics |
2 |
April 26th, 2006 03:51 PM |
| Resizing form |
dotnetprogrammer |
VS.NET 2002/2003 |
0 |
February 23rd, 2005 02:58 AM |
| Resizing a dropdownlist |
Hussam_ahmad |
VS.NET 2002/2003 |
0 |
May 11th, 2004 07:08 AM |
|
 |