Jump to content
xisto Community
Sign in to follow this  
~Dave

Help With Tables Please :)

Recommended Posts

Ok need a little help I own a site called Gaming-Alliance http://forums.xisto.com/no_longer_exists/anywho i have this issue with tables i have it set so that it'll make links in a row under my head thing heres the link to that so far, i cannot continue without this help :) so please make it fast :) heres the code


<html><title>Gaming Alliance - Next Generation Of Gamers Today</title>
<body bgcolor="#000000"><table><tr <img src="images/top.jpg"></tr></table>
<table><tr><td <a href="index.html"><img src="images/home.gif"></a><td <a href="wow.html">
<img src="images/WoW.gif"></a><td <a href="css.html"><img src="images/css.gif"></a><td <a href="diablo.html><img src="images/diablo.gif"></a><td>
<a href="link" src="images/forms.gif"></a></td></tr></table>

heres the site with that code, last 2 wont show...?


Edited by OpaQue (see edit history)

Share this post


Link to post
Share on other sites

Well as for the images missing, it is probably because you forgot the " after diablo.html. and as for your webpage, i hope this is just a test because there are quite a few errors with the site. just to help you along if it is not a test page; Missing Opening and ending <head> tag Missing Doctype (http://forums.xisto.com/no_longer_exists/) New Standard HTML doesn't allow anything to be included into the <body> tag, so BGCOLOR would need to be put into CSS Instead of doing <td <a href= i might suggest that you just to this <td><a href="link.html"><img src="img"></a></td> Instead of having two tables, have it combined as one table and put the colspan="number of columns to span" into the top row's <td> All <td> tags need to be closed with a </td> tag. Like i said, i hope this is just a test. because i think the page would be much more HTML Friendly and up to web standards.

Edited by OpaQue (see edit history)

Share this post


Link to post
Share on other sites

You missed a > after the first TR, and I think you'll probably need a TD around the img too?

Actually, you've missed a few > at the links bit, a " after diablo, and also needed to finish the TD tags. Coding can be oh so annoying, but you have to get it all right :)

I've highlighted the areas that you missed :)



<html><title>Gaming Alliance - Next Generation Of Gamers Today</title><body bgcolor="#000000"><table><tr><td><img src="images/top.jpg"></td></tr></table><table><tr><td> <a href="index.html"><img src="images/home.gif"></a></td><td> <a href="wow.html"><img src="images/WoW.gif"></a></td><td> <a href="css.html"><img src="images/css.gif"></a></td><td> <a href="diablo.html><img src="images/diablo.gif"></a></td><td> <a href="link" src="images/forms.gif"></a></td></tr></table>

Edit: Can't do BB code in code tags, duh :( Here's an example one:

<td> <a href="diablo.html"><img src="images/diablo.gif"></a></td>


Edited by OpaQue (see edit history)

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.