Rowspan and colspan

Pagina: 1
Acties:
  • 52 views sinds 30-01-2008

  • BeZaX
  • Registratie: Augustus 2003
  • Laatst online: 21-08 09:21
Een vriend van mij heeft een gratis template gedownload alleen heeft hij het logo aangepast van meerdere bestanden naar 1... Nu heeft hij dus een tabel met daarin row- and colspan, daar moet de tabel nu worden aangepast. Het gaat dus om de eerste 3 <tr> die moeten naar 1 <tr> worden gemaakt. Ik ben nu al een half uur bezig en begin langzaam 8)7 te worden...

Alvast bedankt,

BeZaX

I
<!-- Begin Table -->
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="760" HEIGHT="900" align="center">

<TR>
<TD ROWSPAN="1" COLSPAN="8" WIDTH="760" HEIGHT="56"></TD>
</TR>

<TR>
<TD ROWSPAN="1" COLSPAN="3" WIDTH="138" HEIGHT="52"></TD>
<TD ROWSPAN="1" COLSPAN="1" WIDTH="200" HEIGHT="52"></TD>
<TD ROWSPAN="1" COLSPAN="4" WIDTH="422" HEIGHT="52"></TD>
</TR>

<TR>
<TD ROWSPAN="1" COLSPAN="8" WIDTH="760" HEIGHT="138"></TD>
</TR>

<TR>
<TD ROWSPAN="4" COLSPAN="1" WIDTH="8" HEIGHT="606"></TD>
<TD ROWSPAN="1" COLSPAN="7" WIDTH="752" HEIGHT="78"></TD>
</TR>

<TR>
<TD ROWSPAN="3" COLSPAN="1" WIDTH="14" HEIGHT="528"></TD>
<TD ROWSPAN="1" COLSPAN="6" WIDTH="738" HEIGHT="45"></TD>
</TR>

<TR>
<TD WIDTH="444" HEIGHT="483" COLSPAN="3" ROWSPAN="2" valign="top"></TD>
<TD ROWSPAN="1" COLSPAN="3" WIDTH="294" HEIGHT="30"></TD>
</TR>

<TR>
<TD ROWSPAN="1" COLSPAN="1" WIDTH="28" HEIGHT="453"></TD>
<TD WIDTH="230" HEIGHT="453" COLSPAN="1" ROWSPAN="1" valign="top"></TD>
<TD ROWSPAN="1" COLSPAN="1" WIDTH="36" HEIGHT="453"></TD>
</TR>

<TR>
<TD ROWSPAN="1" COLSPAN="8" WIDTH="760" HEIGHT="48"></TD>
</TR>

<TR>
<TD WIDTH="8" HEIGHT="1"></TD>
<TD WIDTH="14" HEIGHT="1"></TD>
<TD WIDTH="116" HEIGHT="1"></TD>
<TD WIDTH="200" HEIGHT="1"></TD>
<TD WIDTH="128" HEIGHT="1"></TD>
<TD WIDTH="28" HEIGHT="1"></TD>
<TD WIDTH="230" HEIGHT="1"></TD>
<TD WIDTH="36" HEIGHT="1"></TD>
</TR>
</TABLE>
<!-- End Table -->

  • avon
  • Registratie: November 2002
  • Laatst online: 27-06-2025
Hoe moeten we hier nu uit komen; beetje samenvatten wat nou je probleem is TS

TR is regel
TD is colom

Zet anders even je border op 1 dan kan je beter zien wat er gebeurt!

[ Voor 42% gewijzigd door avon op 19-09-2003 13:26 ]

Gratis webwinkel beginnen? Met Onetoshop.com kunt u direct beginnen!


  • crisp
  • Registratie: Februari 2000
  • Nu online

crisp

Devver

Pixelated

Is je keyboard kapot? ik zie alleen maar hoofdletters in je HTML... ;)

Maar goed, een tabel in elkaar zetten is echt geen rocket-science hoor; teken het desnoods eerst even uit op ruitjespapier en bouw aan de hand daarvan je tabelcode.
Je moet echter niet gek staan te kijken dat het er uiteindelijk anders uit komt te zien, want veel browsers gokken maar wat met de maten als een tabel veel row- en colspans bevat...

Intentionally left blank


Dit topic is gesloten.