You could also use the horizontal rule that's already available. Just make
it really big but squish the width down so it looks like a vertical line.
Since you can't put anything next to the rule, place it in a table and
voila, you have a vertical line.

Here's an example:

<table width="75%" border="0" height="182">
  <tr>
    <td width="20%">&nbsp;
      <hr size=100 width=2>
    </td>
    <td width="80%">
      <div align="center">Some text goes here! </div>
    </td>
  </tr>
</table>

Justy

----- Original Message -----
From: "Syed Rehman" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, September 14, 2001 8:53 AM
Subject: Re: How do make a Vertical Rule in HTML


> This is how I would do it.
>
> Make an image that's one pixel wide and the same acroos. Now make a table
> with a cell and put the image in the cell and make the image height
property
> as tall as you want it to be.
>
> <table>
>     <tr>
>         <td><img src="pic.gif" width="1" height="25"></td>
>     </tr>
> </table>
>
>
> Syed
> PS: If you make the image two pixels wide with one pixel a slightly
lighter
> shade, the line will have a shadow. Looks much better.
>
> -----Original Message-----
> From: Vibha Jindal [mailto:[EMAIL PROTECTED]]
> Sent: Friday, September 14, 2001 1:48 AM
> To: [EMAIL PROTECTED]
> Subject: How do make a Vertical Rule in HTML
>
>
>
>
> Hi everyone,
>
> Does anyone know how to implement a vertical line in HTML?
>
> Regards,
> Vibha
>
> ----- Original Message -----
> From: sachin  <mailto:[EMAIL PROTECTED]> walia
> To: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
> Sent: Friday, September 14, 2001 11:43 AM
> Subject: Re: How to use JDO with JSP?
>
> as yet no app server supports jdo but forte has a jdo tag for jsp's. u can
> have a detailed info for jdo in forte's documentation .
>
> ..sachin
>
> ----- Original Message -----
> From: Eunum  <mailto:[EMAIL PROTECTED]> Listener
> To: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
> Sent: Friday, September 14, 2001 11:19 AM
> Subject: How to use JDO with JSP?
>
> Hi all
>
> Can anyone tell me what the different between using jdbc and jdo, and how
to
> use jdo in jsp/servlet
>
>
> This message was posted using eunum <http://www.cn.eunum.com/>
> To interact with a real-time, threaded interface to this e-mail list,
> clickthe link below:
> [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set
> JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at:
> http://java.sun.com/products/jsp/faq.html
> http://www.esperanto.org.nz/jsp/jspfaq.html
> http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to