T O P I C R E V I E W |
bronee |
Posted - 10 Jun 2013 : 20:21:34 I did this html for my links on the same page:
<h1><a href="#cantor"><font size="1"; color="#3F165A"; face="trebuchet MS">Cantor</font></a></h1> <h2><a href="#induktion"><font size="1"; color="#3F165A"; face="trebuchet MS">Bevis ved induktion</font></a></h2> <h3><a href="#trans"><font size="1"; color="#3F165A"; face="trebuchet MS">Transcendentale tal</font></a></h3>
The line spacing is rather large, please explain me softly how to change the spacing?
Best regards Bronée
|
5 L A T E S T R E P L I E S (Newest First) |
bronee |
Posted - 13 Jun 2013 : 19:37:05 @David
I did this before </head>:
<style> #menu ul {margin: 0px;} #menu li {line-height: 17px;} #menu li { list-style-type: none;} #menu li a { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; color: #3F165A; text-decoration: none; } </style>
And this tag:
<ul id="menu"> <li><a href="#cantor">Cantor</a></li> <li><a href="#induktion">Bevis ved induktion</a></li> <li><a href="#trans">Transcendentale tal</a></li> </ul>
http://larsbronee.dk/matematik.htm
Best Regards, Lars
|
s.dav |
Posted - 13 Jun 2013 : 17:23:17 <div style="line-height:0.2;"> <h1><a href="#cantor"><font size="1"; color="#3F165A"; face="trebuchet MS">Cantor</font></a></h1> <h2><a href="#induktion"><font size="1"; color="#3F165A"; face="trebuchet MS">Bevis ved induktion</font></a></h2> <h3><a href="#trans"><font size="1"; color="#3F165A"; face="trebuchet MS">Transcendentale tal</font></a></h3> </div> |
bronee |
Posted - 12 Jun 2013 : 10:12:18 Sorry David, given my little experience with coding...I can`t se how this comment helps.
/Bronée |
s.dav |
Posted - 12 Jun 2013 : 08:34:04 In the label editor there is an interline property; if you used raw HTML code you can change the interline using stylesheets |
bronee |
Posted - 10 Jun 2013 : 20:30:37 you can se the spacing here (top left):
http://larsbronee.dk/matematik.htm |