Seite 1 von 1

in der index ein abstand

Verfasst: 28.12.2004 20:14
von steffi1977
Wie bekomme ich ein kleinen abstand zwischen der navigations tabelle und der kategorien in der index ???


p.s. sorry wenn ich fast nur klein schreibe, aber habe ein arm im gips und das groß schreiben fällt dann schwer :-)

Verfasst: 28.12.2004 20:29
von kratzer54847
was für eine Navigationstabelle?

Verfasst: 28.12.2004 20:35
von steffi1977
schau mal in http://baleika.de/forum/index.php da habe ich zusätzlich die navigation eingebaut

Verfasst: 28.12.2004 20:36
von kratzer54847
mit dem attribut rightmargin="1" für die Navigationstabelle.

Verfasst: 28.12.2004 20:38
von steffi1977
wo muß das den hin ???
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="248">
<tr>
<td width="10%" valign="top"><img src="images/spacer.gif" height="38">
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
<tr>
<th>NAVIGATION</th>

Verfasst: 28.12.2004 20:38
von kratzer54847
nach height="248"

Verfasst: 28.12.2004 20:40
von steffi1977
macht der nicht
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="248" rightmargin="1">
<tr>
<td width="10%" valign="top"><img src="images/spacer.gif" height="38">
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
<tr>
<th>NAVIGATION</th>

Verfasst: 28.12.2004 23:15
von punkface
Nimm das rightmargin="1" wieder raus, und änder die Zahl hinter cellspacing

also anstatt dem hier

Code: Alles auswählen

<table border="0" cellpadding="0" cellspacing="0" width="100%" height="248" rightmargin="1"> 
<tr> 
<td width="10%" valign="top"><img src="images/spacer.gif" height="38"> 
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline"> 
<tr> 
<th>NAVIGATION</th>
das hier

Code: Alles auswählen

<table border="0" cellpadding="0" cellspacing="5" width="100%" height="248"> 
<tr> 
<td width="10%" valign="top"><img src="images/spacer.gif" height="38"> 
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline"> 
<tr> 
<th>NAVIGATION</th>
Die Zahl bei cellspacing="5" kannst'e natürlich anpassen wie du willst... logisch :)


Funktioniert das? :)

Verfasst: 29.12.2004 06:40
von steffi1977
joooo das klappt. supiiiiiiii