Vertical Line
-
I want to draw one vertical line in my asp.net page hw can i do this? please help me its urgent. Mogha Ritesh
-
I want to draw one vertical line in my asp.net page hw can i do this? please help me its urgent. Mogha Ritesh
Mogha Ritesh wrote:
I want to draw one vertical line in my asp.net page hw can i do this?
A possibility: You could create a table with a width of 0 and a border of 1
Mogha Ritesh wrote:
please help me its urgent.
These things always are. :sigh:
Upcoming FREE developer events: * Glasgow: SQL Server Managed Objects AND Reporting Services ... My website
-
Mogha Ritesh wrote:
I want to draw one vertical line in my asp.net page hw can i do this?
A possibility: You could create a table with a width of 0 and a border of 1
Mogha Ritesh wrote:
please help me its urgent.
These things always are. :sigh:
Upcoming FREE developer events: * Glasgow: SQL Server Managed Objects AND Reporting Services ... My website
I have tried it but its not working properly its width remains to wide. so any guide line to make it thin. Mogha Ritesh
-
I have tried it but its not working properly its width remains to wide. so any guide line to make it thin. Mogha Ritesh
Create a style sheet for t column/tabley that style sheet class should contain the proper width i am giving example i have to show divider after every row so i created image of dots and wrote one class .divider { height: 1px; font-size: 1px; background-image: url(images/dash2.gif); background-position: bottom left; background-repeat: repeat-x; margin-top: 20px; margin-bottom: 10px; } in same way check for the y coordinate instead of x
Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "
-
I want to draw one vertical line in my asp.net page hw can i do this? please help me its urgent. Mogha Ritesh
-
<table/> abuse! Blasphemy! He could/should archive that effect with CSS (I'd say put it in a div with border, but I suck at HTML/CSS), but if it's urgent...
[My Blog]
"Visual studio desperately needs some performance improvements. It is sometimes almost as slow as eclipse." - Rüdiger Klaehn
"Real men use mspaint for writing code and notepad for designing graphics." - Anna-Jayne Metcalfe