Suche im Forum:
Suchen


Autor Nachricht
Beitrag12.04.2007 um 20:21 (UTC)    
Titel: tabelle mit rahmen und extras

hier wie bekomme ich eine tabelle hin

so soll das aussehen

--- ? -------------- ? ------------ ? --------------- ?--------------
Name --------- bla ------------- bla ----------- bla


so und wenn ich möchte das ich das nach unten auch erweitern kann das es auch bg hintergrund farbe gibt und das in einen rahmen ,
das muss alles in die mitte irgentwie ohne scroll balken

und das alles wie da gezeigt ohne die striche
Beitrag12.04.2007 um 20:27 (UTC)    
Titel:

Es wäre doch einfacher, eine Tabelle mit dem Editor zu erstellen.
Oder ist das Deine Frage?
Hier ist nämlich das Forum "HTML"
Beitrag12.04.2007 um 20:34 (UTC)    
Titel:

oki ich versuchsmal mit der tabelle kann man dann der tabelle ein hintergrund geben und ein rahmen
Beitrag12.04.2007 um 20:37 (UTC)    
Titel:

Sollte in dem Editor eigentlich alles machbar sein, ansonsten erstelle Deine Tabelle und poste den kompletten Code der Tabelle hier und ich mache Dir einen Hintergrund rein Wink
Beitrag12.04.2007 um 20:48 (UTC)    
Titel:

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>

<style type="text/css">
@import url(style.css);
</style>

<body style="margin: 0 0;">
<table width="500" border="0" cellspacing="1">
  <tr>
    <td height="77" colspan="2"><table width="100%" height="150" border="1"cellspacing="1">
      <tr>
    </table></td>
  </tr>
  <tr>
    <td width="725" height="140" valign="center"><table border="0" cellspacing="0">
      <tr>
        <td height="48" colspan="2" bgcolor='262437'><table width="705" border="1" align="center">   <tr>
                            <td><style type="text/css">
@import url(style.css);
</style>
<br />
<center><font size='+1' color='#9999CC'>Letzte Änderung<br>07.04.20007 um 00:00
<Table align="center" cellspacing="10">
   </tr>
   <tr>
      
   <tr>
      <td id='tabelle' width='150'><strong>?</strong></td>
                    <td id='tabelle' width='50'><strong>?</strong></td>
       <td id='tabelle' width='100'><strong><center>?</center></strong></td>
       <td id='tabelle' width='50'><strong><center>?</center></strong></td>
       <td id='tabelle' width='150'><strong><center>?</center></strong></td>
     </tr>

                  <tr bgcolor='#336699'>
                      <td><a href='Hier kommt der link rein' target='_blank'>? </a></td>
                     <td>?</td>
                     <td><center>0</center></td>
                     <td><center>0%</center></td>
                     <td><center>07.04.2007</center></td>
                  </tr>
                  


  </tr>
  <tr>
    <td colspan="2">&nbsp;</td>
  </tr>
</table>
</body>
</html>


das muss nur noch angepasst werden das das in der mitte do angezeigt wird das da kein scrollbalken mehr sind und das ich einen kleinen rand drum rum habe
Beitrag12.04.2007 um 20:58 (UTC)    
Titel:

Das mit der Mitte habe ich nicht verstanden, aber jetzt hast Du einen Rand (blau) und die Tabelle ist nur noch 500 Pixel (Rot) breit, sollte so passen.

Zitat:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>

<style type="text/css">
@import url(style.css);
</style>

<body style="margin: 0 0;">
<table width="500" border="0" cellspacing="1">
<tr>
<td height="77" colspan="2"><table width="100%" height="150" border="1"cellspacing="1">
<tr>
</table></td>
</tr>
<tr>
<td width="725" height="140" valign="center"><table border="0" cellspacing="0">
<tr>
<td height="48" colspan="2" bgcolor='262437'>
<div align="center">
<table width="530" border="1" bordercolor="#FF00FF"> <tr>
<td><style type="text/css">
@import url(style.css);
</style>
<br />
<center><font size='+1' color='#9999CC'>Letzte Änderung<br>07.04.20007 um 00:00
<Table align="center" cellspacing="10">
</tr>

<tr>
<td id='tabelle' width='150'><strong>?</strong></td>
<td id='tabelle' width='50'><strong>?</strong></td>
<td id='tabelle' width='100'><strong><center>?</center></strong></td>
<td id='tabelle' width='50'><strong><center>?</center></strong></td>
<td id='tabelle' width='150'><strong><center>?</center></strong></td>
</tr>

<tr bgcolor='#336699'>
<td><a href='Hier kommt der link rein' target='_blank'>? </a></td>
<td>?</td>
<td><center>0</center></td>
<td><center>0%</center></td>
<td><center>07.04.2007</center></td>
</tr>



</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
</table>
</div>
</body>
</html>
Beiträge der letzten Zeit anzeigen:   


Powered by phpBB © 2001, 2005 phpBB Group
Deutsche Übersetzung von phpBB.de