Need Help With Tables

liunx

Guest
*sigh* Yes, it's me again. Here's the problem. I was making a layout with frames and some of the tables don't work right...I know it sounds messed up now, but you have to see it to understand. The tables don't reach all the way to the right side? Can anyone tell me what code will fix this?? Here's the site:<br />
<br />
<!-- m --><a class="postlink" href="http://users.mn.astound.net/techso/layout/">http://users.mn.astound.net/techso/layout/</a><!-- m --><br />
<br />
By the way, I know I didn't upload the main.html, it's just to show you that the top doesn't work so you know my problem.<br />
<br />
Please Help!!!<br />
<br />
Thanks,<br />
<br />
-Technel<!--content-->heres the thing about me: i enever finish reading anyone's question, so my answer may be way off!<br />
quick tip:<br />
when designing tables, its OK to be unfair!<br />
1)Open Word<br />
2) make a table with table designer<br />
3) save as a web page<br />
4) view the webpage's source and use that code!<br />
and yay you have a table!<!--content-->You need to check your [Frameset (<!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fusers.mn.astound.net%2Ftechso%2Flayout%2F&charset=iso-8859-1+%28Western+Europe%29&doctype=HTML+4.01+Frameset&ss=1&outline=1&sp=1&verbose=1">http://validator.w3.org/check?uri=http% ... &verbose=1</a><!-- m -->)] code as there are some problems with it.<br />
<br />
The tags are not in the correct order to be valid code.<br />
<br />
<br />
<br />
There are also a few errors with your [top.html (<!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fusers.mn.astound.net%2Ftechso%2Flayout%2Ftop.html&charset=iso-8859-1+%28Western+Europe%29&doctype=HTML+4.01+Transitional&ss=1&outline=1&sp=1&verbose=1">http://validator.w3.org/check?uri=http% ... &verbose=1</a><!-- m -->)] page:<br />
<br />
- The attribute contents should be content instead.<br />
- Add alt="some text" to every <img > tag.<br />
- Add type="text/javascript" to every <script> tag.<br />
<br />
<later>The top reaches all the way across the screen in 800x600, except that there is a small vertical scroll bar just on the top part. Make the space for that top part just a little larger and the scroll bar should disappear.</later><br />
<br />
<br />
<br />
I could not check your page [main.html] (which I assume is the one that you wanted the help with your specific problem) as it currently comes up as Error 404 - Not Found.<br />
<br />
<later>Just reread the post, you already said this wasn't yet uploaded.</later><!--content-->You need to check your [Frameset (<!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fusers.mn.astound.net%2Ftechso%2Flayout%2F&charset=iso-8859-1+%28Western+Europe%29&doctype=HTML+4.01+Frameset&ss=1&outline=1&sp=1&verbose=1">http://validator.w3.org/check?uri=http% ... &verbose=1</a><!-- m -->)] code as there are some problems with it.<br />
Oh cool, never knew about that web site! Thanks!<br />
<br />
---<br />
<br />
- The attribute contents should be content instead.<br />
No Comment...<br />
- Add alt="some text" to every <img > tag.<br />
This is just a rough sketch and da tables don't go all the way to the right side in top.html.<br />
- Add type="text/javascript" to every <script> tag.<br />
Whatever...<br />
<br />
The top reaches all the way across the screen in 800x600, except that there is a small vertical scroll bar just on the top part. Make the space for that top part just a little larger and the scroll bar should disappear.<br />
There is a scroll bar in 800x600? Alright, it looks fine in 1024xwhatever, but thanks, ill make it a bit longer.<br />
<br />
(wich I assume is the one that you wanted the help with your specific problem)<br />
No, I did not want help with main.html, otherwise I would have uploaded it :)<br />
<br />
Thanks for your help, but I still really haven't solved my problem in extending the tables to reach across the whole width of the screen.<br />
<br />
P.S. heres the thing about me: i enever finish reading anyone's question, so my answer may be way off!<br />
quick tip:<br />
when designing tables, its OK to be unfair!<br />
1)Open Word<br />
2) make a table with table designer<br />
3) save as a web page<br />
4) view the webpage's source and use that code!<br />
and yay you have a table!<br />
LoL, thanks for the tip, but I already have the tables ready, I need to make the tables longer }:-)<!--content-->ok well... you can use my advice in the future.<!--content-->
 
Back
Top