Hi, i want to make a bilingual site (english & french) with css only if possible.
I've see somthing like that somewere but it had a 2 pages in a page structure
like:
<div id="En">
..
</div>
<div id="Fr">
..
</div>
but i want a struture like this:
<div class="En">
..
</div>
<div class="Fr">
..
</div>
<div class="En">
..
</div>
<div class="Fr">
..
</div>
but they use ID and it can't be use more than once in a page
i've try to find something using CLASS element to be able to use it more than once...
can someone help?![]()
Thanks !



Reply With Quote


Bookmarks