Jump to content

quick question


thewindmaker

Recommended Posts

Well first off thanks for the help you guys have supplied so far its been awsome.second... In the page Click this what coding would I use to bring the Picture AND text AND the other picture and anything i put under neath it to the top... without interfering with each other. This is the stuff on the right side of the page. inside the blue table.is it something like <valign='top'> ???Thanks for your time

Link to comment
Share on other sites

If I understand you correctly... You need to just move your content to the top of your image (img) you have there. It's just the matter of placing content above the image, there's no coding needed for that. Notice that the img tag is now placed below the content. Like so:

.: <a href="http://www.explodingdekunut.net/main.php?page=home.php" target="_blank">Exploding Deku Nut</a><br>  .: <a href="http://www.kousougames.co.uk" traget="_blank">Kousougames</a><br>.: <a href="http://www.nintendoland.com/zelda" target="_blank">Nintendo Land Zelda</a><br>.: <a href="http://www.sparelimited.com" target="_blank">Spare Unlimited</a><br>.: <a href="http://tdr.pyromanuniversity.com" target="_blank">The Dragon Realms</a><br>.: <a href="http://www.yoshilore.com" target="_blank">Yoshi Lore</a><br>.: <a href="http://www.zeldablog.com" target="_blank">Zelda Blog</a><br>.: <a href="http://zeldadimension.net" target="_blank">Zelda Dimension</a><br>.: <a href="http://www.zeldadungeon.net" target="_blank">Zelda Dungeon</a><br>     .: <a href="http://www.zeldaeternal.net" target="_blank">Zelda Eternal</a><br>.: <a href="http://www.zeldamasters.com" target="_blank">Zelda Masters</a><br><img src="http://img415.imageshack.us/img415/8780/affilatesmenu6ja.png" style="width:134; height:27;"  />

Also, looking at some of your code, make sure all your achors (links) have quotation marks after the = (equals) symbol. If nothing is linked on that link, then you can put a # (pound) symbol in place of the url. Just a tip :)

<img src="http://img128.imageshack.us/img128/1831/zeldainfomenu3ru.png">    .: <a href="articles.htm" >Articles</a>  <br>     .: <a href="#">Creation Of Hyrule</a><br>    .: <a href="#">Games</a><br>    .: <a href="#">Lands Of Hyrule</a><br>     .: <a href="#">Races Of Hyrule</a><br>     .: <a href="#">Timeline theory</a><br>    .: <a href="#">Oddities/articles</a><br>
Link to comment
Share on other sites

Thanks but Thats not quite it.I need the image to be at the top of the table and the info right underneath it.  So the image is on top and people know what is going to be underneath.

O, I see what you mean now. Yup, you would need valign="top" added to your <td> tags...
<td valign="top" width='134' height='150' bgcolor="#365574" padding='5'>

It should move all contents to the top of that cell. :)

Link to comment
Share on other sites

link??? that is the main zelda character!!!!! you fool!!! lol

I think he was making the joke that it's called justzelda but instead of the character of Zelda, you have Link. It's not called justlink..
Link to comment
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
×
×
  • Create New...