[HTML]Netscape en geneste tabellen

Pagina: 1
Acties:

  • rickmans
  • Registratie: Juli 2001
  • Niet online
Waarom vind netscape geneste tabellen niet zo liev, en wat kan ik er aan doen dat netscape mijn geneste tabellen liever gaat vinden.

Want op http://www.hyts.nl staat een site die ik dus met geneste tabellen heb gemaakt maar in NS maakt die er helemaal een rotzooi van :(, dus help....

Don't mind Rick


  • huistra
  • Registratie: April 2001
  • Laatst online: 08-05-2024
Valt toch wel mee :)

Ik bekijk hem in NS 4.08 en ik zie alleen twee vreemde randjes bij de tekst aan de linkerkant...

  • rickmans
  • Registratie: Juli 2001
  • Niet online
Op dinsdag 05 maart 2002 13:52 schreef huistra het volgende:
Valt toch wel mee :)

Ik bekijk hem in NS 4.08 en ik zie alleen twee vreemde randjes bij de tekst aan de linkerkant...
Ik zit hier ook met NS 4.08 en het ding ziet er echt niet uit, overal streepjes en dingen staan waar ze niet horen :{

NS Version 4.08 [en]-98306 om precies te zijn :)

Don't mind Rick


  • huistra
  • Registratie: April 2001
  • Laatst online: 08-05-2024
ik zie op precies te zijn 3 zwarte randjes die niet horen en de tekst is hier en daar wat kleiner. Ik zou het niet storend genoeg vinden om hier nog vele uren extra werk in te steken..

  • rickmans
  • Registratie: Juli 2001
  • Niet online
Op dinsdag 05 maart 2002 14:10 schreef huistra het volgende:
ik zie op precies te zijn 3 zwarte randjes die niet horen en de tekst is hier en daar wat kleiner. Ik zou het niet storend genoeg vinden om hier nog vele uren extra werk in te steken..
Tja ik vind te storend :{, is er een eenvoudige oplossing voor? (uiteraard niet :{)

Don't mind Rick


  • huistra
  • Registratie: April 2001
  • Laatst online: 08-05-2024
waarom gebruik je uberhaupt een geneste tabel? Is het niet met een tabel op te lossen?

Even iets geprobeerd, zoiets misschien:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<html>

<head>
<title>HYTS Recruitment</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<link rel="stylesheet" href="hyts.css" type="text/css">
</head>

<body>

<table width="100%" height="100%" align="center">
  <tr>
    <td align="center">
    <table width="747" cellspacing="0" cellpadding="0" border="0">
      <tr> 
        <td class="hyts" colspan="5">HYTS.nl</td>
      </tr>
      <tr> 
        <td background="pics/head1.jpg" height="87" colspan="5">&nbsp;</td>
      </tr>
      <tr> 
        <td height="34" background="pics/head2.jpg" colspan="5">&nbsp;<span class="menu">Home&nbsp;&nbsp;&nbsp;<a href="info.php?pagina=1">HYTS 
        info</a>&nbsp;&nbsp;<a href="contact.php">&nbsp;Contact</a></span></td>
      </tr>
      <tr> 
        <td height="34" background="pics/head2.jpg" width="53">&nbsp;&nbsp;</td>
        <td height="34" background="pics/head2.jpg" width="284"><b>De zoektocht 
        naar die ene baan c.q. medewerker doet denken aan een immens doolhof. 
        HYTS Recruitment loodst u daar feilloos doorheen.<br>
        <br>
        HYTS Recruitment is gespecialiseerd in startersfuncties</b> <b>(0-5 
        jaar werkervaring) op minimaal HBO-niveau.</b><br>
        <br>
        <b>Wij zijn dé intermediair tussen toptalent en topbedrijf.</b></td>
        <td height="34" background="pics/head2.jpg" width="53">&nbsp;</td>
        <td height="34" background="pics/head2.jpg" width="341"> 
        <blockquote> 
          <p><font size="2"><b>Wat is de reden van uw zoektocht?</b></font></p>
        </blockquote>
        <ul>
          <li><b>Ik zoek voor mijn bedrijf:</b> 
            <ul>
            <li><a href="bedrijven/index.php"><b><font color="#000080"><u>Talentvolle 
              HBO-ers en/of WO-ers.</u></font></b></a></li>
            <li><a href="helaas.php?pagina=1"><b><font color="#000080"><u>Personeel 
              met maximaal een MBO-diploma.<br>
              </u></font></b></a><u><font color="#000080"><b><a href="file:///C:/HYTS%20Communicatie/Website/new%20website/Definitief%20250102/Under%20Construction%20III/consultancy.php" class="menu"></a></b></font></u></li>
            </ul>
          </li>
          <li><b>Ik zoek een baan en heb:</b> 
            <ul>
            <li><a href="kandidaten/index.php"><font color="#000080"><b>(bijna) 
              Mijn HBO of WO diploma.</b></font></a></li>
            <li><a href="helaas.php?pagina=2"><font color="#000080"><b>Mijn 
              hoogste opleiding genoten op MBO-niveau.</b></font></a></li>
            </ul>
          </li>
        </ul>
        </td>
        <td height="34" background="pics/head2.jpg" width="56">&nbsp;</td>
      </tr>
      <tr> 
        <td height="31" background="pics/foot1.jpg" colspan="5">&nbsp;</td>
      </tr>
      <tr> 
        <td height="31" background="pics/foot2.jpg" colspan="5">&nbsp;</td>
      </tr>
      <tr> 
        <td height="59" background="pics/foot3.jpg" colspan="5">&nbsp;</td>
      </tr>
    </table>
    </td>
  </tr>
</table>

</body>

</html>

  • rickmans
  • Registratie: Juli 2001
  • Niet online
dat is natuurlijk ook een optie een tabel er van maken :) had er even niet aan gedacht :) bedankt

Don't mind Rick

Pagina: 1