Quote:
Originally Posted by Graeme36
Hi just an update the border problem is solved:
border-right:solid thin black;
Seemed to work.
|
personally i think this is better practice and adds greater flexibility:
border-right: 1px solid #000000;
but its up to you