Title: Converted by Scrooge for the Java(TM) platform 1.1
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 -----
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 -----
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
To interact with a real-time, threaded interface to this e-mail list, clickthe link below:

[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

Reply via email to