How can I draw a vertical line in HTML and write words in both sides of the line ?
How can I draw a vertical line in HTML and write words in both sides of the line ?
Re: How can I draw a vertical line in HTML and write words in both sides of the line ?
chu2654:
I just use a gif or jpeg image (you know, like the ones that come with most any
Web development program) Kind of the same thing as the textures you use as backgrounds only they are lines. You can have them verticle or horizontal or how ever you want them and then write your text where you want it. You often see them down the side of the screen separating the menu items from the text area.
Just open the Windows Paint program and draw a line (horizontal or verticle) and set it to however thick or thin you want it. Then save it as a gif or jpg and insert it into your HTML page.
Re: How can I draw a vertical line in HTML and write words in both sides of the line ?
Thanks, I use table and background color instead.