473,407 Members | 2,312 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,407 software developers and data experts.

How to increase size of a web page

19
I have created one webpage for our website.
but when i view that page in a wide screen monitor, the page is alligning left.
ie. right part of the screen its giving blank.
how to justify the webpage in widescreen.

Thanks,
Vinutha.
Dec 11 '06 #1
5 5285
sashi
1,754 Expert 1GB
I have created one webpage for our website.
but when i view that page in a wide screen monitor, the page is alligning left.
ie. right part of the screen its giving blank.
how to justify the webpage in widescreen.

Thanks,
Vinutha.
Hi there,

Assuming that you are using table, if that's case then you can set the <width> properties to 100%. Kindly refer to below attached sample, hope it helps. Good luck & Take care.

Expand|Select|Wrap|Line Numbers
  1.   <table border=0 cellpadding=0 cellspacing=0 width=100%>
  2.   .. 
  3.   ..
  4.   </table>
  5.  
Dec 12 '06 #2
AricC
1,892 Expert 1GB
I have created one webpage for our website.
but when i view that page in a wide screen monitor, the page is alligning left.
ie. right part of the screen its giving blank.
how to justify the webpage in widescreen.

Thanks,
Vinutha.
Post a link to the page or the code do you want it centered or taking up the whole page?
Dec 12 '06 #3
Vinutha
19
The website address is www.incture.com
If u view this site in wider monitor screen, u can notice the web page will allign left.

Thanks,
Vinutha.
Dec 12 '06 #4
AricC
1,892 Expert 1GB
Don't have a wide monitor but margin-left: auto;margin-right: auto should center your content or wrap the whole page in a div and use text-align: center, left, right etc...
Dec 12 '06 #5
The website address is www.incture.com
If u view this site in wider monitor screen, u can notice the web page will allign left.

Thanks,
Vinutha.
you have worked in fixed pixel try it in % and also keep the alignment of page as center
Dec 14 '06 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

12
by: Raja | last post by:
How to know the buffer size and increase buffer size in c++.
5
by: Olaf Gschweng | last post by:
We're new into DB2 and have some problem with DB2 8.1 (?) on a Linux system. We load some big tables of a DB2 database from files every day. We do a "DELETE FROM table" for each table and then we...
3
by: Naren Mehta | last post by:
I have a table whose rowsize is nearing 4005 bytes and I want to increase the length of one column. I know I have two ways to do this. I can either increase the tablespace pagesize from 4K to 8K,...
1
by: Ravi | last post by:
Hi all, Pl. tell me, How to increase the page size 4k to 16k in SMS or DMS Thanks in advance, Ravi.
3
by: deathyam | last post by:
Hi, I have an Excel 97 app in which I'm using SQL INSERTs to insert data into an Access 97 database table. The table structure is as follows: VersionID (PK) (Long) MetricID (PK) (Long)...
11
by: eomer | last post by:
My site is very small, and plain - it will mostly be text (for now). I have used a good mix of css in the design. With usability in mind I would like to add some specific functionality (with the...
5
by: John | last post by:
Hi I have a typical front end/back end access app. Additionally a vb.net app accesses the backend mdb file every few minutes and runs insert and update queries on some table. The data to be...
4
by: =?Utf-8?B?R2F1cmF2?= | last post by:
Hello... I posted this a couple of weeks back, but could't get a reply, so trying again! I use the Setup project in C# to create a .msi file to be distributed to the clients. The size of...
1
by: nagmvs | last post by:
Hello I am unable to upload More than 200kb in to my server and also i can downlaod only less than 4MB file from my server .When i am searching in internet i found solution as u can...
3
by: James Harris | last post by:
Do you remember a previous discussion on this newsgroup as at http://groups.google.com/group/comp.lang.c/browse_frm/thread/cb502ce8414cea06/bb738c4f91113b4e It concerned code to manage a...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.