Hello,
i wanted create a vertical line between the words on
where you see the sentence :
evreden klanten:Lantmannen Uitgeverij Verheyen Troostwijk Soteco Quorum KampC Hoover Harry’s Groep Huyzentruyt Elkareclame Daiichi Sankyo Belgium n.v.-S.A. Delta lloyd Bank Equinox
by using :
CSS -> I would put this under ‘Appearance’ -> ‘Editor’
.verticalLine {
border-left: thick solid #fff;
}
HTML :
<div class=”verticalLine”>
some other content
</div>
=> where do I put this div ?
tx for your help,
Fabienne
Hey Fabienne,
Why not use this character in the text instead?
|
Best regards,
Rikard
Hey Rikard,
i did :-)
found out later that it was that easy….
I took the captial for the letter ‘i’, is that what you are proposing ?
still, could you tell me for the next time I want to create a class, where I have to put the html-div ?
tx,
Fabienne