Bekomm Abstand nicht weg!

Crook
Hallo Leute!

Bei mir sciht es so aus:

[IMG]http://img301.imageshack.us/img301/817/unbenanntwj7.png[/IMG]


Und der Code sicht so aus!
Zitat:
<smallfont><b>»&nbsp;<a href="memberslist.php?sid=$session[hash]"><b>Mitglieder</b></a></font><br>
<smallfont>&nbsp;&nbsp;&nbsp;»&nbsp;</b><a href="team.php?sid=$session[hash]">Team</a></font>



Ich will Mitabeiter als eine hauptseie und team ls ne Unterseite!
Nur der Abstand sicht halt eschieße aus!
Hoffe ihr könnt mir helfen!
hutzi
nimm das <br> weg

das steht für Zeilenbruch
Crook
Zitat:
Original von hutzi
nimm das <br> weg

das steht für Zeilenbruch


schade hat nicht funktuniert! jetz sicht es so aus:
[IMG]http://img167.imageshack.us/img167/6572/unbenanntob2.png[/IMG]
xundy
Setze erstmal die Tags vernüftig da sind reichlich Tags die dort nicht hingehören zum einen ist font nicht xhtml-valide aber Tags die man schließt sollt aman zuvor auch geöffnet haben, dasselbe gilt für </b>

Mfg
Donkman
versuchs mal damit:

code:
1:
2:
&raquo;&nbsp;<a href="memberslist.php?sid=$session[hash]"><b>Mitglieder</b></a><br />
&nbsp;&nbsp;&nbsp;&raquo;&nbsp;<a href="team.php?sid=$session[hash]">Team</a>


die class smallfont setzt du am besten nach das entsprechende <td>

z.b.
code:
1:
<td><span class="smallfont">......Inhalt......</span></td>