Click here to Skip to main content
15,913,722 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to show only vertical line of table in asp.net
Posted
Comments
Thanks7872 25-Apr-14 2:34am    
What do you mean by 'vertical line of table'?
jayraj86 25-Apr-14 2:39am    
I want to add a image between textbox and another image. like its in this link, on left side of email and password textbox.

One way is to set the border-right[^] or border-left[^] style for the tds.
 
Share this answer
 
You can try this link http://stackoverflow.com/questions/7065342/table-with-custom-borders[^]
and extract ideas from this.

I have not tried this implementation. Consider this link as a reference.

Good Luck
 
Share this answer
 
From the question it seems you are looking for a vertical separator/divider line between controls .

Refer :

vertical+separators[^]

how-to-make-a-vertical-line-in-html[^]

vertical-line-in-html[^]

add-vertical-dividers-with-css[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900