Only for "Iceblue"!
If you want to have distance betwenn some navigaion buttons, for example for
different categories, you can use the following code.
At first, we add for every distance a new page.
(Manage Pages => Add new page).
We can call the new sites "distance1", "distance2" and "distance3".
Now, the code:
Quote: |
<style type="text/css">
<!--
#distance1{visibility:hidden;height:10px;}
#distance2{visibility:hidden;height:10px;}
#distance3{visibility:hidden;height:10px;}
//-->
</style> |
The green part shows the browser that that a CSS-Code is.
The blue part ist the name of the page with is the distance.
|