Computing.Net > Forums > Web Development > Reduce page size

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Reduce page size

Reply to Message Icon

Name: gcambo34
Date: February 10, 2006 at 15:21:24 Pacific
OS: xp
CPU/Ram: amd 1200
Comment:

just trying to work out a way to reduce the size of the content on this page http://home.iprimus.com.au/gcambo/2006Calendar.htm it's a little to big and I only want it about half that size. Any help would be appreciated



Sponsored Link
Ads by Google

Response Number 1
Name: Michael J (by mjdamato)
Date: February 10, 2006 at 16:31:09 Pacific
Reply:

Change the height and widths of the cells.

Each row has a height specified in two places (as do some of the TD's). Different browsers will react differently to the two settings, so it is up to you to determine which values to change and to what. Personally I would omit the first one and jsut use the second one.

< tr height=23 style='mso-height-source:userset;height:17.25pt' >

Each cell has a style property assigned to it (x124, x125, x126, etc.). You should change the font-size for each of these style int he head of the document to be smaller.

You then need to change the width of the tables themselves:

< table x:str border=0 cellpadding=0 cellspacing=0 width=1374 style='border-collapse:
collapse;table-layout:fixed;width:1031pt' >

Michael J


0
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Web Development Forum Home


Sponsored links

Ads by Google


Results for: Reduce page size

Reducing size of webpage www.computing.net/answers/webdevel/reducing-size-of-webpage/3986.html

Web Page size www.computing.net/answers/webdevel/web-page-size/665.html

Override browser page setup www.computing.net/answers/webdevel/override-browser-page-setup/16.html