Hallo,
vorneweg ich bin Anfänger! Mit HTML im hab ich ein klein wenig erfahrung aber nich alzu viel.
Nun zu meinem Problem:
Ich habe mit eine Downloadseite erstellt wo man Fotos etc von mir runterladen kann.
dazu habe ich eine Tabelle erstellt mit 10 Feldern hab mir dann nen button gebastelt und den reingesetzt und beschriftet. Funtkioniert soweit auch alles (Downloads etc gehen) mein Problem ist nun das ich die beschriftung auf den buttons ganz links steht ich hätte sie aber gerne ca. 7mm eingerückt (damit sie nicht so auf den rand drückt...)
finde nur leider den passenden tag nicht kann mir jemand helfen?
ich benutze Dramweaver...
auszug:
<table width="539" height="400" border="0" cellpadding="0" ;>
<tr>
<td width="45"> </td>
<td><div id="buttondown" value="Download"; onclick="window.open('downs/test.jpg')">Download1</div></td>
</tr>
<tr>
CSS auszug:
}
#buttondown {
height: 50px;
width: 200px;
background-image: url(pics/butt.png);
font-family: "Linotype Univers 340 ExLight";
font-size: 19px;
font-weight: bolder;
color: #000;
padding-top: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
text-transform: none;
text-align:left;
}
#buttondown:hover {
height: 50px;
width: 200px;
background-image: url(pics/butt_hover.png);
font-family: "Linotype Univers 340 ExLight";
font-size: 21px;
font-weight: bolder;
color: #000;
padding-top: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
text-transform: none;
text-align: center;
}
vielen dank und grüße
eyes
vorneweg ich bin Anfänger! Mit HTML im hab ich ein klein wenig erfahrung aber nich alzu viel.
Nun zu meinem Problem:
Ich habe mit eine Downloadseite erstellt wo man Fotos etc von mir runterladen kann.
dazu habe ich eine Tabelle erstellt mit 10 Feldern hab mir dann nen button gebastelt und den reingesetzt und beschriftet. Funtkioniert soweit auch alles (Downloads etc gehen) mein Problem ist nun das ich die beschriftung auf den buttons ganz links steht ich hätte sie aber gerne ca. 7mm eingerückt (damit sie nicht so auf den rand drückt...)
finde nur leider den passenden tag nicht kann mir jemand helfen?
ich benutze Dramweaver...
auszug:
<table width="539" height="400" border="0" cellpadding="0" ;>
<tr>
<td width="45"> </td>
<td><div id="buttondown" value="Download"; onclick="window.open('downs/test.jpg')">Download1</div></td>
</tr>
<tr>
CSS auszug:
}
#buttondown {
height: 50px;
width: 200px;
background-image: url(pics/butt.png);
font-family: "Linotype Univers 340 ExLight";
font-size: 19px;
font-weight: bolder;
color: #000;
padding-top: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
text-transform: none;
text-align:left;
}
#buttondown:hover {
height: 50px;
width: 200px;
background-image: url(pics/butt_hover.png);
font-family: "Linotype Univers 340 ExLight";
font-size: 21px;
font-weight: bolder;
color: #000;
padding-top: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
text-transform: none;
text-align: center;
}
vielen dank und grüße
eyes