View Full Version : need help on my page [tables]
hybrid03
07-27-2002, 10:32 PM
I can't seem to get rid of the errors on the tables can anyone see them? on the left side of the page is what i want it to look like, but on the right side its the opposite.. and the bottom table. I want to get rid of the black borders so it looks seamless. I dont know what to edit, I used a program to create my page i tried everything but I still it doesnt look the way i want. Can someone help me out tell me what to edit or where? :( frustrated..
page (http://www20.brinkster.com/hybr1dz03/newframeset.htm)
MCookie
07-28-2002, 12:26 AM
"The attempt to load 'Accessing URL: http://www20.brinkster.com/hybr1dz03/newframeset.htm' failed."
I've seen that about 30 times now. Hybrid, maybe you could post some code? Please?
hybrid03
07-28-2002, 05:29 AM
yea i can post the code but it kinda long..
<html>
<head>
<STYLE>
BODY {scrollbar-face-color: 666666;
scrollbar-shadow-color: 000000;
scrollbar-highlight-color: 000000;
scrollbar-3dlight-color: 333333;
scrollbar-darkshadow-color: 333333;
scrollbar-track-color: 000000;
scrollbar-arrow-color: ffffff} --};
</STYLE>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#333333">
<table width="100%" height="776" border="2" cellpadding="0" cellspacing="0" bordercolor="#000000" bgcolor="#000000">
<!--DWLayoutTable-->
<tr>
<td width="141" height="21" bordercolor="#333333" bgcolor="#000000"> <div align="center"><font color="#FFFFFF" size="2" face="Arial">•
Navigation •</font></div></td>
<td width="664" height="21" bordercolor="#333333" bgcolor="#666666"> <div align="center"><font color="#FFFFFF" size="2" face="Arial">•
News & Updates •</font></div></td>
<td width="160" height="21" bordercolor="#333333" bgcolor="#000000"> <div align="center"><font color="#FFFFFF" size="2" face="Arial">•
Tagboard •</font></div></td>
</tr>
<tr bordercolor="#000000">
<td height="14" bordercolor="#333333" bgcolor="#333333"><div align="center"><font color="#000000" size="2" face="Arial">M
a i n</font></div></td>
<td rowspan="9" valign="top" bordercolor="#000000" bgcolor="#000000"> <blockquote>
<p align="left"><font color="#FFFFFF" size="2" face="Arial">• 07/25/02
7:43 pm •</font></p>
<p align="left"><font color="#999999" size="2" face="Arial">testing,</font></p>
</blockquote>
<blockquote>
<div align="left">
<p><font color="#FFFFFF" size="2" face="Arial">• 07/25/02 7:43
pm •</font></p>
<p><font color="#999999" size="2" face="Arial">testing,</font></p>
</div>
</blockquote></td>
<td rowspan="9" valign="top" bordercolor="#333333" bgcolor="#333333"></td>
</tr>
<tr bordercolor="#000000">
<td height="14" bordercolor="#333333" bgcolor="#333333"><div align="center"><font size="2" face="Arial">G
a l l e r y</font></div></td>
</tr>
<tr bordercolor="#000000">
<td height="14" bordercolor="#333333" bgcolor="#333333"><div align="center"><font color="#000000" size="2" face="Arial">M
i s c</font></div></td>
</tr>
<tr bordercolor="#000000">
<td height="14" bordercolor="#333333" bgcolor="#333333"><div align="center"><font size="2" face="Arial">C
o n t a c t</font></div></td>
</tr>
<tr bordercolor="#000000">
<td height="14" bordercolor="#333333" bgcolor="#333333"><div align="center"><font size="2" face="Arial">b
l a n k</font></div></td>
</tr>
<tr bordercolor="#000000">
<td height="14" bordercolor="#333333" bgcolor="#333333"><div align="center"><font size="2" face="Arial">b
l a n k</font></div></td>
</tr>
<tr bordercolor="#000000">
<td height="10" bordercolor="#333333" bgcolor="#333333"> </td>
</tr>
<tr bordercolor="#000000">
<td height="11" bordercolor="#333333" bgcolor="#333333"> </td>
</tr>
<tr bordercolor="#000000">
<td bordercolor="#333333" bgcolor="#333333"> </td>
</tr>
<tr bordercolor="#000000">
<td height="21" bordercolor="#333333" bgcolor="#000000"><!--DWLayoutEmptyCell--> </td>
<td rowspan="2"></td>
<td valign="top" bordercolor="#333333" bgcolor="#000000"> <div align="center"><font color="#FFFFFF" size="2" face="Arial">links</font></div></td>
</tr>
<tr bordercolor="#000000">
<td height="313" bordercolor="#333333" bgcolor="#333333"></td>
<td valign="top" bordercolor="#333333" bgcolor="#333333"><font size="2" face="Arial">link
buttons here</font></td>
</tr>
<tr bordercolor="#000000">
<td height="155" bordercolor="#333333" bgcolor="#333333"></td>
<td></td>
<td rowspan="2" bordercolor="#333333" bgcolor="#333333"> </td>
</tr>
<tr bordercolor="#000000">
<td height="18" bordercolor="#333333" bgcolor="#333333"> </td>
<td valign="top" bordercolor="#000000" bgcolor="#000000"><font color="#FFFFFF" size="-1" face="Arial"> </font></td>
</tr>
<tr bordercolor="#000000">
<td bordercolor="#333333" bgcolor="#333333"> <div align="center"><font color="#FFFFFF" size="2" face="Arial">have
viewed this site</font></div></td>
<td height="18" bordercolor="#333333" bgcolor="#666666"><font color="#999999" size="2" face="Arial">©
2002 </font></td>
<td bordercolor="#000000" bgcolor="#333333"> <div align="center"><font color="#FFFFFF" size="2" face="Arial">
<img src="../../../My%20Documents/My%20Pictures/aim" width="13" height="13">
aim sn: gsr turbo speed</font></div></td>
</tr>
</table>
</body>
</html>
MCookie
07-28-2002, 08:45 AM
Hey thanks... well, I don't see what makes the right side so different of the left side. Except for that is't a bit wider and the "Links" is top aligned.
To put that in the vertical middle of the cell, just skip the valign="top"
<td valign="top" bordercolor="#333333" bgcolor="#000000"> <div align="center"><font color="#FFFFFF" size="2" face="Arial">links</font></div></td>
To get rid of the border, just take the border="2" out of the table tag.
<table width="100%" height="776" border="2" cellpadding="0" cellspacing="0" bordercolor="#000000" bgcolor="#000000">
To give the right row the same width as the left one, change this:
<table width="100%"
<td width="141" ...
<td width="664" ...
<td width="160" ...
into something like this:
<table width="100%"
<td width="20%" ...
<td width="60%" ...
<td width="20%" ...
or:
<table width="750"
<td width="150" ...
<td width="450" ...
<td width="150" ...
Also, if you don't want a border, you can take out all the bordercolor attributes, since you don't need them anymore. There's 40 of them..
You could easily reduce your code with 50% or more by using CSS. But you have to do that by hand...
hybrid03
07-28-2002, 09:39 PM
some things are fixed but the tables are still uneven the borderline is thin at the top (thats how i want it) but from the middle section to the bottom its too thick.. i tried modifing the code over and over but I still do not know why this is happening..
hybrid03
07-28-2002, 09:45 PM
I used dreamweaver, and the results look good when i load up my page. Everything is exactly how i want it, but then when i preview my page or when i upload to brinkster, it's disfigured and
does not come out right.
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.