|
-
Apr 23rd, 2003, 09:55 AM
#1
Thread Starter
Addicted Member
Tables Need Help!
Guys, Im having some trouble with some tables. Im not very good at making a layout I guess. I've been viewing the source of alot of websites and trying to study the code though.
Anyways can anyone paste this code into frontpage or dreamweaver and look at it? I cant get the BLACK columns to line up with the rest of the top. The width is a little to wide I think, but I cant figure it out.
PHP Code:
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1" height="700">
<tr>
<td width="100%" height="700"> <p> </p>
<center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="98%" id="AutoNumber2" height="553">
<tr>
<td width="16%" height="553"> </td>
<td width="68%" height="553">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="692" id="AutoNumber3" height="25" bgcolor="#C0C0C0">
<tr>
<td width="11" rowspan="2" height="25">
<img border="0" src="file:///C:/Documents%20and%20Settings/JonB/Desktop/topleft.gif" width="11" height="25"></td>
<td bgcolor="black" width="669" height="2"></td>
<td width="12" height="25" rowspan="2">
<img border="0" src="file:///C:/Documents%20and%20Settings/JonB/Desktop/topright.gif" width="11" height="25"></td>
</tr>
<tr>
<td width="669" height="19"> </td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="691" id="AutoNumber4" height="450" bgcolor="#C0C0C0">
<tr>
<td bgcolor="black" width="2" valign="top" align="left" height="450"> </td>
<td width="85" height="450"> </td>
<td width="523" height="450"> </td>
<td width="75" height="450"> </td>
<td width="4" height="450" bgcolor="#111111" align="right" valign="top"> </td>
</tr>
</table>
</td>
<td width="16%" height="553"> </td>
</tr>
</table>
</center>
Mostly Im just having troubles making tables that have graphics on the outside of them (the curvy ones) so that you can make a table with rounded edges, kinda like at www.cheathouse.com
-
Apr 24th, 2003, 05:43 AM
#2
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Apr 24th, 2003, 11:39 AM
#3
Thread Starter
Addicted Member
-
Apr 24th, 2003, 12:10 PM
#4
Good Ol' Platypus
You can use tables, but use CSS classes for legibility...
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation. 
(Just a heads-up)
-
Apr 24th, 2003, 01:16 PM
#5
Tables are a terrible thing, especially when you're not using a graphical designer.
In my current job I really learned to HATE tables!
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Apr 26th, 2003, 08:08 AM
#6
Thread Starter
Addicted Member
Well, I use frontpage and dreamweaver so it isnt that bad.
Besides, it seems like alot of web pages use tables. I look at the source code for many of them and I see tables everywhere. So how can they be that bad!
-
Apr 26th, 2003, 09:03 PM
#7
They are used because they are the only way for doing layouts that works in older browsers. But they still are bad, especially when you're trying to copy content from a web page to Word when the content is spreaded among several table cells.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|