Well <hr> will still give you an horizontal line, but I"m guessing you want something either vertical, or the shape you mentioned. I don't think there's any way to do that actually, other than drawing it in Paint and adding it to the web form via an image control.
I was reading an article (it was either MSDN or VisualStudio Magazine) that talked about this. Unfortunatly, there is no way to just draw a shape on a web form like you can on a windows form. However, the article did recommend using the system.drawing (I believe that was the library) to dynamically create shapes to display in image controls on your web form.
Personal opinion: if you don't need them to be dynamic, just use paint and copy the images in.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.