a line in the middle of the page to spread the right from the left side

Ogierini

Kind regards,Irene

BerndJM

Hi,

give the td a class
<td class="left_border"> ....
and style this class in the css

.left_border {
   border-left-width: 1px;
   border-left-style: solid;
   border-left-color: #333333;
}


Regards Bernd
In theory, there is no difference between theory and practice. But, in practice, there is.

Ogierini

Hi guys,

I have transformed a joomla template into wb. I think it works quite ok now, but what I would like is a line in the middle of my page to spread the right from the left side. I tried it with the css command for td
td {border-left-width: 1px;
   border-left-style: solid;
   border-left-color: #333333;
}
but afcourse than I get a line left and right. I would like one just in the middle.....
Any Ideas????

Kind regards Irene
Kind regards,Irene