Jump to content

Problem with two pages.


FX
 Share

Recommended Posts

Change

<table border="2" cellspacing="3" cellpadding="3">

 

to

<table align="center" border="2" cellspacing="3" cellpadding="3">

 

or

<table width="97%" align="center" border="2" cellspacing="3" cellpadding="3">

 

if you want it to take up almost the whole page.

 

On your index.html page, you may want to add width="97%" align="center" in your table, too, just for continuity. With any table that is going to take up most of the page, it is always a good idea to have the width="97%" thing in there, so that if the visitor has a scrollbar, the table is not too big for their browser. Also, the percentages avoid people having to scroll horizontally if they are browsing at lower resolutions.

Edited by Steve Scrimpshire
Link to comment
Share on other sites

http://webpages.charter.net/jmetko/screenys.html

change

style="text-align: left;">

to

style="text-align: left; margin-left: auto; margin-right: auto;">

 

 

http://webpages.charter.net/jmetko/nascar%...003%20cars.html

change

<table cellpadding="3" cellspacing="3" border="2">

<tbody>

<tr valign="top">

 

to

 

<table cellpadding="3" cellspacing="3" border="2"

style="text-align: left; margin-left: auto; margin-right: auto;">

<tbody>

<tr valign="top">

 

you just add

style="text-align: left; margin-left: auto; margin-right: auto;">

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...