Hi guys ![Smile :) :)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
Do you know a way to do this with CSS? :
Link | Link | Link | Link | Link | Link
I use :
... which produces :
| Link | Link | Link | Link | Link | Link
Also, the problem is that the links
are taken fom a database and must have the same CSS
applied to all of them.
I think it's impossible to get rid of the extra |
in that case ... but maybe I didn't think of all the options?
Thanks for the help anyway.
Do you know a way to do this with CSS? :
Link | Link | Link | Link | Link | Link
I use :
Code:
text-decoration: none;
color: #ffffff;
padding-left: 5px;
padding-right: 5px;
border-left: 1px solid #ffffff;
... which produces :
| Link | Link | Link | Link | Link | Link
Also, the problem is that the links
are taken fom a database and must have the same CSS
applied to all of them.
I think it's impossible to get rid of the extra |
in that case ... but maybe I didn't think of all the options?
Thanks for the help anyway.