Ah, you don't want to DRAW a line. You want to DISPLAY a line. That's quite
a bit different. I would go with Steve on this one - a <hr> would do the
trick.
--
HTH,
Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.
but that's actually pretty buggy. HR is semantic, though, so it's still a
good option.
Otherwise, CSS is your friend. With CSS, you can apply borders to any
block-level object. Applying a top-margin would be akin to a horizontal rule
visually.
There is the <hr> tag for a horizontal line. Other line drawing tricks
are usually done with image files, or adding borders to tables and
blocks, but there is no such beast as Page.DrawLine(x1, y1, x2, y2) if
that is what you are looking for.
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.