Scholieren.com forum

Scholieren.com forum (https://forum.scholieren.com/index.php)
-   Software & Hardware (https://forum.scholieren.com/forumdisplay.php?f=20)
-   -   Website ontwerp (https://forum.scholieren.com/showthread.php?t=13218)

chatfreak2002 04-02-2002 20:26

Website ontwerp
 
Ik ben dus bezig met een website maar ik ben het nog niet eens met de lay-out. Hieronder staat een afbeelding zoals ik het ongeveer wil hebben. Let niet op de kleuren e.d. het is maar een voorbeeld. Ik wil dus weten HOE ik het voor elkaar krijg dat een venster in het midden dient als "toonbank" en de rest eromheen als navigatie. Het moet dus gebeuren ZONDER dat er scrollbalken worden weergegeven. EN de randen in de hoeken mogen NIET scherp zijn, hoe los ik dit op?

http://members.tripod.lycos.nl/hengelo2001/vb.gif

pietje63 04-02-2002 20:31

tabellen
en plaatjes voor de ronde randen

check ff mijn site www.afslagbrussel.tk daar heb ik ook ronde shit

chatfreak2002 04-02-2002 20:37

Citaat:

pietje63 schreef:
tabellen
en plaatjes voor de ronde randen

check ff mijn site www.afslagbrussel.tk daar heb ik ook ronde shit



jij hebt het (bijna) precies zoals ik het wil hebben. Kan je hier de html code neerzetten voor de indeling?`

F10®!@n 04-02-2002 20:44

Hier is 't:

Code:

<title>Afslag Brussel</title>
<link rel="stylesheet" href="ab.css" type="text/css">
</head>
<body bgcolor="#FF7901">

<html>
<p class="abmain">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="4%" rowspan="5" bgcolor="#FF7901"></td>
    <td width=19%  bgcolor="#FF7901" ></td>
    <td width="6%" rowspan="5" bgcolor="#FF7901"></td>
    <td width="63%" rowspan="5">
      <table border="0" cellspacing="0" cellpadding="0" height="403">
        <tr height="30">
          <td bgcolor="#FF7901" width="10"></td>
          <td bgcolor="#FF7901" width="480" align=center><h6><font color=#0000ff>Afslag Brussel</h6></td>
          <td bgcolor="#FF7901" width="10"></td>
        </tr>
        <tr height="10">
          <td width="10"><img src="./images/index/libogroot.gif" width="10" height="10"></td>
          <td width="480"><img src="./images/index/babogroot.gif" width="480" height="10"></td>
          <td width="10"><img src="./images/index/rebogroot.gif" width="10" height="10"></td>
        </tr>
        <tr height="360">
          <td width="10"><img src="./images/index/baligroot.gif" width="10" height="360"></td>
          <td width="350" bgcolor="#FFC591"><IFRAME name="iframe"  src="index2.php" frameborder="0"  width=480 height=360></IFRAME></td>
          <td width="10"><img src="./images/index/baregroot.gif" width="10" height="360"></td>
        </tr>
        <tr height="10">
          <td width="10"><img src="./images/index/leongroot.gif" width="10" height="10"></td>
          <td width="480"><img src="./images/index/baongroot.gif" width="480" height="10"></td>
          <td width="10"><img src="./images/index/reongroot.gif" width="10" height="10"></td>
        </tr>
        <tr height="10">
          <td bgcolor="#FF7901" width="10"></td>
          <td bgcolor="#FF7901" width="480"></td>
          <td bgcolor="#FF7901" width="10"></td>
        </tr>
      </table>
    </td>
    <td width="9% rowspan="5" bgcolor="#FF7901" align="right" valign="bottom"> <!-- helemaal rechts boven --></td>
  </tr>
  <tr>
    <td height="130">
      <table border="0" cellspacing="0" cellpadding="0" height="130" width="150">
        <tr>
          <td height="5" width="10"><img src="./images/index/libogroot.gif" width="5" height="5"></td>
          <td height="5" width="140"><img src="./images/index/babogroot.gif" width="140" height="5"></td>
          <td height="5" width="10"><img src="./images/index/rebogroot.gif" width="5" height="5"></td>
        </tr>
        <tr>
          <td height="120" width="10"><img src="./images/index/baligroot.gif" width="5" height="120"></td>
          <td height="120" width="108" valign="top" bgcolor="#ffc591"> <a href="index.php?pagina=index">Intro</a><br>
<a href="index.php?pagina=bandleden">De Bandleden</a><br>
<a href="index.php?pagina=geschiedenis">De Geschiedenis</a><br>
<a href="index.php?pagina=songteksten">Songteksten</a><br>
<a href="index.php?pagina=gastenboek">Gastenboek</a><br>
<a href="index.php?pagina=fotoboek">Fotoboek</a><br>
<a href="index.php?pagina=optredens">Optredens</a><br>
<a href="index.php?pagina=about">About</a><br>
<a href="index.php?pagina=admin">admin</a>
                  </td>
          <td height="120" width="10"><img src="./images/index/baregroot.gif" width="5" height="120"></td>
        </tr>
        <tr>
          <td height="5" width="5"><img src="./images/index/leongroot.gif" width="5" height="5"></td>
          <td height="5" width="108"><img src="./images/index/baongroot.gif" width="140" height="5"></td>
          <td height="5" width="10"><img src="./images/index/reongroot.gif" width="5" height="5"></td>
        </tr>
      </table>
    </td>
  </tr>
  <tr>
    <td height="10" bgcolor="#FF7901" valign="top" class="abmain"></td>
  </tr>
  <tr>
    <td height=\"130\">
<table border="0" cellspacing="0" cellpadding="0" height="130" bgcolor=#FF7901>
        <tr>
          <td height="5" width="10" bgcolor="#FF7901"></td>
          <td height="5" width="140" bgcolor="#FF7901"></td>
          <td height="5" width="10" bgcolor="#FF7901"></td>
        </tr>
        <tr>
          <td height="160" width="10" bgcolor="#FF7901"></td>
          <td height="160" width="108" bgcolor="#FF7901"></td>
          <td height="160" width="10" bgcolor="#FF7901"></td>
        </tr>
        <tr>
          <td height="5" width="10" bgcolor="#FF7901"></td>
          <td height="5" width="140" bgcolor="#FF7901"></td>
          <td height="5" width="10" bgcolor="#FF7901"></td>
        </tr>      </table>
    </td>
  </tr>
  <tr>
    <td height="110" bgcolor="#FF7901" valign="bottom" align=center><a href="index.php?pagina=tommy">&copyTommY</a></td>
  </tr>
</table>
<tr height="10">
          <td bgcolor="#FF7901" width="10"></td>
          <td bgcolor="#FF7901" width="480"></td>
          <td bgcolor="#FF7901" width="10"></td>
        </tr>
</body>
</html>


pietje63 04-02-2002 20:52

ik wilde net zeggen
take the source

chatfreak2002 04-02-2002 21:08

ik moet wel flink gaan verbouwen zie ik http://forum.scholieren.com/biggrin.gif

Xenation 04-02-2002 22:51

Citaat:

pietje63 schreef:
tabellen
en plaatjes voor de ronde randen

check ff mijn site www.afslagbrussel.tk daar heb ik ook ronde shit


Dat is ook een manier om je site te promoten ja http://forum.scholieren.com/tongue.gif


Alle tijden zijn GMT +1. Het is nu 15:52.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.