tabel sluit niet aan
<table width="160" align="center">
<tr>
<td width="16" border="0" height="13"><img src="images/footers/leftabove.gif">
</td>
<td width="128" border="0" height="13"><img width="128" height="13" src="images/footers/above.gif">
</td>
<td width="16" border="0" height="13"><img src="images/footers/rightabove.gif">
</td>
</tr>
<tr>
<td width="1" background="images/footers/mainbar.gif">
</td>
<td width="128" class="linkfont" background="images/footers/under.gif">
<a href="index.php" class="type">» Startpage</a>
<br> <a href="index.php" class="type">» About us</a>
<br> <a href="index.php" class="type">» News</a>
<br> <a href="index.php" class="type">» Polls</a>
<br> <a href="index.php" class="type">» Log in</a>
<br> <a href="index.php" class="type">» Register</a>
<br> <a href="index.php" class="type">» Startpage</a>
<br> <a href="index.php" class="type">» Startpage</a>
<br> <a href="index.php" class="type">» Startpage</a>
<br> <a href="index.php" class="type">» Startpage</a>
<br> <a href="index.php" class="type">» Startpage</a>
<br> <a href="index.php" class="type">» Startpage</a>
</td>
<td width="1" background="images/footers/mainbar.gif">
</td>
</tr>
<tr>
<td width="16" height="13"><img src="images/footers/leftunder.gif">
</td>
<td width="128" height="13" background="images/footers/under.gif">
</td>
<td width="16" height="13"><img src="images/footers/rightunder.gif">
</td>
</tr>
</table>
</td>
*********************************************************
Ik heb dit script gemaakt om te zorgen dat ik afgeronde tabellen krijg, maar het is erg storend dat er steeds een stukje van 1 pixel ofzo overal tussenzit.
Kan iemand me vertellen hoe ik dit probleem kan vermijden en alles netjes op elkaar kan aan laten sluiten.
http://www.ubc-clan.nl/index.php
? :)
<table width="160" align="center" cellspacing="0" cellpadding="0">
<tr cellspacing="0" cellpadding="0" >
<td align="center" cellspacing="0" cellpadding="0" width="16" border="0" height="13"><img src="images/footers/leftabove.gif">
</td>
<td align="center" cellspacing="0" cellpadding="0" width="128" border="0" height="13"><img width="128" height="13" src="images/footers/above.gif">
</td>
<td align="center" cellspacing="0" cellpadding="0" width="16" border="0" height="13"><img src="images/footers/rightabove.gif">
</td>
</tr>
<tr cellspacing="0" cellpadding="0" >
<td align="center" cellspacing="0" cellpadding="0" width="1" background="images/footers/headbarleft.gif">
</td>
<td align="center" cellspacing="0" cellpadding="0" width="128" class="linkfont" bgcolor="#000000"> <a href="index.php" class="type">» Startpage</a>
<br> <a href="index.php" class="type">» About us</a>
<br> <a href="index.php" class="type">» News</a>
<br> <a href="index.php" class="type">» Polls</a>
<br> <a href="index.php" class="type">» Log in</a>
<br> <a href="index.php" class="type">» Register</a>
<br> <a href="index.php" class="type">» Startpage</a>
<br> <a href="index.php" class="type">» Startpage</a>
<br> <a href="index.php" class="type">» Startpage</a>
<br> <a href="index.php" class="type">» Startpage</a>
<br> <a href="index.php" class="type">» Startpage</a>
<br> <a href="index.php" class="type">» Startpage</a>
</td>
<td align="center" cellspacing="0" cellpadding="0" width="1" background="images/footers/headbarright.gif">
</td>
</tr>
<tr cellspacing="0" cellpadding="0" >
<td align="center" cellspacing="0" cellpadding="0" width="16" height="13"><img src="images/footers/leftunder.gif">
</td>
<td align="center" cellspacing="0" cellpadding="0" width="128" height="13"><img width="128" height="13" src="images/footers/under.gif">
</td>
<td align="center" cellspacing="0" cellpadding="0" width="16" height="13"><img src="images/footers/rightunder.gif">
</td>
</tr>
</table>
</td>
***********************************************
Sommige delen sluiten nog steeds niet goed aan.
Quote:
<td width="160">
deze... :)
dan lukt het nog steeds niet
dan zit de fout in je afbeeldingen... :)
nee dat niet, ik heb ze van phnuke afgepakt.
Dan doe je toch iets mis, want ik ben er nml 100% zkr van dat het zo werkt ^^
***************************************************
Code (php)
<html>
<head>
<title>United Battle Corporation</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="style.css" rel="stylesheet" type="text/css">
<style>
<!--
A.type:link {color:#979797; text-decoration:underline;}
A.type:visited {color:#979797; text-decoration:underline;}
A.type:active {color:#979797; text-decoration:underline;}
A.type:hover {color:#FFFFFF; text-decoration:underline;}
//-->
</style>
<script>
<!--
if (window.Event)
document.captureEvents(Event.MOUSEUP);
function nocontextmenu()
{
event.cancelBubble = true
event.returnValue = false;
return false;
}
function norightclick(e)
{
if (window.Event)
{
if (e.which == 2 || e.which == 3)
return false;
}
else
if (event.button == 2 || event.button == 3)
{
event.cancelBubble = true
event.returnValue = false;
return false;
}
}
document.oncontextmenu = nocontextmenu;
document.onmousedown = norightclick;
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
//-->
</script>
<SCRIPT LANGUAGE="JavaScript">
<!--
self.moveTo(0,0);
self.resizeTo(screen.availWidth,screen.availHeight);
//-->
</SCRIPT>
<script language="JavaScript">
<!--
var Message=":: UBC :: United Battle Corporation :: America's Army clan";
var place=1;
function rollIn() {
document.title=Message.substring(0, place);
if (place >= Message.length) {
place=1;
window.setTimeout("dragOut()",300);
}
else {
place++;
window.setTimeout("rollIn()",50);
}
}
function dragOut() {
document.title=Message.substring(place, Message.length);
if (place >= Message.length) {
place=1;
window.setTimeout("rollIn()", 100);
}
else {
place++;
window.setTimeout("dragOut()", 50);
}
}
//-->
</script>
<script language=VBScript>
<!--
Dim Bar, Line, SP
Bar = 0
Line = "|"
sP = 100
Function Window_onLoad()
Bar = 95
sP = 10
END Function
Function Count()
If Bar < 100 Then
Bar = Bar + 1
Window.Status = "Aantal sec + voortgang: " & Bar & "%" & " " & String(Bar, Line)
setTimeout "Count()", SP
Else
Window.Status = "Alles geladen"
Document.Body.Style.Display = ""
End If
End Function
Call Count()
-->
</script>
</head>
<body background="images/backgrounds/background.png">
<table width="950" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="950" height="120">
<img width="950" height="120" src="images/logos/clanbanner.png">
</td>
</tr>
<tr width="950" heigth="15">
<td class="border1" heigth="14" width="950" background="images/backgrounds/background1.png"><div align="right">
<right>
<script language="javascript">
<!--
document.write('<input onSelectstart="return false;" style="background: ; cursor: default; color: #919191; border: 0px ridge #CCFFCC; font-family: "Verdana"; font-size: "9"; system" value="Loading..." type="text" name="klokje" size="18" readonly>')
function geefdeklok()
{
var klok = new Date()
var dagen = klok.getDate()
if(dagen<10)
dagen = "0" + dagen
var maanden = klok.getMonth() + 1
if(maanden<10)
maanden = "0" + maanden
var jaren = klok.getFullYear()
var uren = klok.getHours()
if(uren<10)
uren = "0" + uren
var minuten = klok.getMinutes()
if(minuten<10)
minuten = "0" + minuten
var seconden = klok.getSeconds()
if(seconden<10)
seconden = "0" + seconden
var detijd = dagen+"-"+maanden+"-"+jaren+" | "+uren+":"+minuten+":"+seconden;
klokje.value = " " + detijd;
}
setInterval("geefdeklok()", 1000)
// -->
</script>
</right>
</div>
</td>
</tr>
<table cellspacing="0" cellpadding="0" align="center" width="950">
<tr>
<td width="160">
<table width="160" align="center" cellspacing="0" cellpadding="0">
<tr>
<td align="center" width="16" border="0" height="12"><img src="images/footers/leftabove.gif">
</td>
<td align="center" width="128" border="0" height="12"><img width="128" height="13" src="images/footers/above.gif">
</td>
<td align="center" width="16" border="0" height="12"><img src="images/footers/rightabove.gif">
</td>
</tr>
<tr>
<td align="center" width="13" background="images/footers/headbarleft.gif">
</td>
<td align="center" width="128" class="linkfont" bgcolor="#000000"> <a href="index.php" class="type">» Startpage</a>
<br> <a href="index.php" class="type">» About us</a>
<br> <a href="index.php" class="type">» News</a>
<br> <a href="index.php" class="type">» Polls</a>
<br> <a href="index.php" class="type">» Log in</a>
<br> <a href="index.php" class="type">» Register</a>
<br> <a href="index.php" class="type">» Startpage</a>
<br> <a href="index.php" class="type">» Startpage</a>
<br> <a href="index.php" class="type">» Startpage</a>
<br> <a href="index.php" class="type">» Startpage</a>
<br> <a href="index.php" class="type">» Startpage</a>
<br> <a href="index.php" class="type">» Startpage</a>
</td>
<td align="center" width="13" background="images/footers/headbarright.gif">
</td>
</tr>
<tr>
<td align="center" width="16" height="12"><img src="images/footers/leftunder.gif">
</td>
<td align="center" width="128" height="12"><img width="128" height="12" src="images/footers/under.gif">
</td>
<td align="center" width="16" height="12"><img src="images/footers/rightunder.gif">
</td>
</tr>
</table>
</td>
*********************************************************
Het komt uiteindelijk op dit neer.
Gewijzigd op 05/01/2005 15:27:00 door General.Inferno