Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
centering gifs in tables problem
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
FH  
View profile  
 More options Mar 8 2001, 11:25 pm
Newsgroups: alt.html
From: "FH" <y...@mediaone.net>
Date: Fri, 09 Mar 2001 04:24:40 GMT
Local: Thurs, Mar 8 2001 11:24 pm
Subject: centering gifs in tables problem
http://www.geocities.com/kylewestmoreland/

could someone please explain to me what i'm doing wrong ?  as you can see,
there are a number of gifs that are not centered correctly, but i don't know
how to adjust them.

thanks for any help ;-)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Brucie  
View profile  
 More options Mar 9 2001, 1:48 am
Newsgroups: alt.html
From: "Brucie" <alth...@brucies.com>
Date: Fri, 9 Mar 2001 16:37:05 +1000
Local: Fri, Mar 9 2001 1:37 am
Subject: Re: centering gifs in tables problem

"FH" <y...@mediaone.net> wrote in message

news:cWYp6.35814$LO3.4228849@typhoon.we.rr.com...
| http://www.geocities.com/kylewestmoreland/
|
| could someone please explain to me what i'm doing wrong ?  as you can see,
| there are a number of gifs that are not centered correctly, but i don't
know
| how to adjust them.
|
| thanks for any help ;-)

a bit of a quick job but it works and is error free:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Garrett and Heidi</title>
<style type="text/css">
<!--
BODY{
  color : black;
  background-image : url(weddingbckg.gif);
  background-color : white;

}

TD{
  font-size : 10pt;
  font-family : Verdana,Arial;
}

-->
</style>
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0">
  <tbody>
    <tr>
      <td width="181" height="146"></td>
      <td height="146" colspan="3"></td>
    </tr>
    <tr>
      <td width="181"></td>
      <td colspan="3"><img src="oakland1.jpg" width="480" height="340"
border="0" alt="A pic"></td>
    </tr>
    <tr>
      <td width="181"></td>
      <td colspan="3" align="center" valign="middle" height="30"><img
src="bridegroom.gif" width="178" height="26" border="0"></td>
    </tr>
    <tr>
      <td></td>
      <td width="200" valign="middle" align="right" height="30"><b>Amy
Burton</b></td>
      <td width="80"></td>
      <td width="200" valign="middle" align="left" height="30"><b>Kyle
Westmoreland</b></td>
    </tr>
    <tr>
      <td></td>
      <td valign="middle" align="right"><img src="motherbride.gif"
width="138" height="14" border="0"></td>
      <td></td>
      <td valign="middle" align="left"><img src="mothergroom.gif"
width="150" height="14" border="0"></td>
    </tr>
    <tr>
      <td></td>
      <td valign="middle" align="right" height="30">Diane Burton</td>
      <td height="20"></td>
      <td valign="middle" align="left" height="30">Chris Westmoreland</td>
    </tr>
    <tr>
      <td></td>
      <td valign="middle" align="right"><img src="fatherbride.gif"
width="130" height="13" border="0"></td>
      <td></td>
      <td valign="middle" align="left"><img src="fathergroom.gif"
width="142" height="13" border="0"></td>
    </tr>
    <tr>
      <td></td>
      <td valign="middle" align="right" height="30">Bishop Burton</td>
      <td height="20"></td>
      <td valign="middle" align="left" height="30">Bishop Jim
Westmoreland</td>
    </tr>
    <tr>
      <td></td>
      <td></td>
      <td valign="middle" align="center"><img src="DividerGreen.gif"
width="51" height="4" border="0"></td>
      <td></td>
    </tr>
    <tr>
      <td></td>
      <td colspan="3" valign="middle" align="center" height="30">Saturday,
April 28, 2001</td>
    </tr>
    <tr>
      <td></td>
      <td valign="top" align="right"><b>Temple Sealing</b> <br>
      Oakland Temple <br>
      4770 Lincoln Ave. <br>
      Oakland, Ca. <br>
      12:00 Noon</td>
      <td></td>
      <td valign="top" align="left"><b>Reception</b> <br>
      Manteca Stake Center <br>
      6060 Northland Rd. <br>
      Manteca, Ca. <br>
      7 - 9 p.m.</td>
    </tr>
    <tr>
      <td></td>
      <td></td>
      <td align="center"><img src="Email.gif" width="41" height="11"
border="0"></td>
      <td></td>
    </tr>
    <tr>
      <td></td>
      <td colspan="3" align="center" height="30">Contact <a
href="mailto:jimnchr...@mediaone.net">Jim &amp; Chris Westmoreland</a></td>
    </tr>
  </tbody>
</table>
</body>
</html>

--
Brucie
BAHB
http://www.brucies.com/althtml/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
FH  
View profile  
 More options Mar 9 2001, 1:55 am
Newsgroups: alt.html
From: "FH" <y...@mediaone.net>
Date: Fri, 09 Mar 2001 06:52:53 GMT
Local: Fri, Mar 9 2001 1:52 am
Subject: Re: centering gifs in tables problem
yer a life saver Brucie :-)

could you share with me what i was doing wrong?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Brucie  
View profile  
 More options Mar 9 2001, 2:32 am
Newsgroups: alt.html
From: "Brucie" <alth...@brucies.com>
Date: Fri, 9 Mar 2001 17:24:44 +1000
Local: Fri, Mar 9 2001 2:24 am
Subject: Re: centering gifs in tables problem

"FH" <y...@mediaone.net> wrote in message

news:95%p6.39408$Ch.3695098@typhoon.we.rr.com...
| yer a life saver Brucie :-)
|
|
| could you share with me what i was doing wrong?

yes.

for a special introductory offer of only $312.95 in 7 easy monthly
installments.  :-)

<taken to email>

--
Brucie
BAHB
http://www.brucies.com/althtml/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
FH  
View profile  
 More options Mar 9 2001, 11:04 am
Newsgroups: alt.html
From: "FH" <y...@mediaone.net>
Date: Fri, 09 Mar 2001 16:04:24 GMT
Local: Fri, Mar 9 2001 11:04 am
Subject: Re: centering gifs in tables problem

> |
> |
> | could you share with me what i was doing wrong?

> yes.

> for a special introductory offer of only $312.95 in 7 easy monthly
> installments.  :-)

> <taken to email>

well, that's cheaper than the last guy ;-)

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »