PDA

View Full Version : I need help in Dreamweaver with a Vertical Line


Jb007
07-16-2008, 05:49 AM
Hello everybody.

I am trying to build a website in Dreamweaver but i have a small problem.

I am using a table and I want to have in that table a VERTICAL LINE, or a VERTICAL DIVIDER, whatever you wanna call it.

The problem is that I simply do not know what do damn do this.

I tryed and I tryed but I stiil can't.

I would be very very thankfull if you could help me.

laxman
07-16-2008, 09:43 AM
Try using CSS to create a table border. You can specify that only one side of the cell have the border.

Or you could make the border a picture. It would only have to be a few pixels wide and 1 pixel high. Then you would scale it to fit the size you want.

danlefeb
07-16-2008, 09:53 AM
Another option, sort of between the two options that laxman gave, is to create a div (or table, if that's your preference) that is 1px wide by 200px, or however high you want it to be...and fill it with the background color of your choice.