From: Randy Reames (randy@pilgrimpage.com)
Date: 01/21/00


From: "Randy Reames" <randy@pilgrimpage.com>
Subject: RE: kclug - RE: RE: Re: Web site development 
Date: Fri, 21 Jan 2000 13:38:05 -0600
Message-ID: <000c01bf6447$251d5c40$0b1c7c18@Pilgrim2.lawrence.ks.us>


> -----Original Message-----
> From: owner-kclug@marauder.transwarp.net
> [mailto:owner-kclug@marauder.transwarp.net]On Behalf Of Duston, Hal
> Sent: Friday, January 21, 2000 12:57 PM
> To: 'kclug@kclug.org'
> Subject: kclug - RE: RE: Re: Web site development
>
>
> Okay,
>
> Anybody know how to do this?
> What I want is three lines of text
> in a block with an image on both
> sides of it. Sort of like this...
>
> ----------- -----------
> | | Multiple lines | |
> | | | |
> | image | of text | image |
> | | | |
> | | go here | |
> ----------- -----------
>
> And the whole thing centered on the page...
> I am having difficulty getting the multi-
> line thing to be treated as a single
> element at the block level.
>

The only way I know of to use invisible tables.
Is something like this what you are looking for:

<table width="50%" border="0">
  <tr>
    <td><img src="img.gif" width="114" height="114"></td>
    <td align="center">The text would <br>
      then go here.<br>
      Third line</td>
    <td><img src="img.gif" width="114" height="114"></td>
  </tr>
</table>

Hope this helps.

Randy Reames

+---------------------------------------------+
| Randy Reames Web Site Developer/Sys Admin |
| PilgrimPage http://www.pilgrimpage.com |
| 785-841-1221 mailto:randy@pilgrimpage.com |
+---------------------------------------------+

============================================================
Mailing list powered by: Majordomo 1.94.4
To unsubscribe from this list, send mail to
majordomo@kclug.org and in the body put:
unsubscribe kclug
============================================================

--------------EEA7D340253F5AD9BB6B3C0A