Web site development

Randy Reames randy at pilgrimpage.com
Fri Jan 21 19:38:05 CST 2000


> -----Original Message-----
> From: owner-kclug at marauder.transwarp.net
> [mailto:owner-kclug at marauder.transwarp.net]On Behalf Of Duston, Hal
> Sent: Friday, January 21, 2000 12:57 PM
> To: 'kclug at 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 at pilgrimpage.com |
+---------------------------------------------+




More information about the Kclug mailing list