HELP!!! In deep trouble with my site layout!

The geek forum. PHP, Perl, HTML, hardware questions etc.. it's all in here. Got a techie question? We'll sort you out. Ask your questions or post a link to your own site here!

HELP!!! In deep trouble with my site layout!

Postby Liger'smane » Thu May 19, 2005 7:56 pm

I don't know what is going wrong, but my site looks like it is a bomb zone. PLZ HELP!

My site is at "http://www.elvenparadise.com/".
"Therefore, my dear friends, as you have always obeyed-not only in my presence, but now much more in my absence-continue to work out your salvation with fear and trembling, for it is God who works in you to will and to act according to his good purpose." Philippians 2:12-13 :angel: ;)

98% of the teenage population does or has tried smoking pot. If you're one of the 2% who hasn't, copy & paste this in your signature.
~~~
War determines not who is right, but who is left. :bang:

There is no such thing as good luck. There is only misfortune and its occasional absence.:evil:

Viking proverv:"Always remember to pillage BEFORE you burn." MUAHAHAHA!:evil:
User avatar
Liger'smane
 
Posts: 69
Joined: Thu Feb 24, 2005 10:17 am
Location: Often, I occupy that vacant space in between my ears.

Postby Mithrandir » Thu May 19, 2005 8:28 pm

Uh. What's this *supposed* to be:
Code: Select all
<td valign="top" width="(width of pics/middletop.jpg)"
 background="pics/middlebg.jpg">


I'm guessing there are supposed to be widths in there.
User avatar
Mithrandir
 
Posts: 11071
Joined: Fri Jun 27, 2003 12:00 pm
Location: You will be baked. And then there will be cake.

Postby Liger'smane » Thu May 19, 2005 8:58 pm

I'M SO CONFUSED. I have self taught myself HTML and this has gotten out of control. I don't know where I'm suppose to go from here and the site I learned this from doesn't have more info... SOO NEED HELP

(Thanks)
"Therefore, my dear friends, as you have always obeyed-not only in my presence, but now much more in my absence-continue to work out your salvation with fear and trembling, for it is God who works in you to will and to act according to his good purpose." Philippians 2:12-13 :angel: ;)

98% of the teenage population does or has tried smoking pot. If you're one of the 2% who hasn't, copy & paste this in your signature.
~~~
War determines not who is right, but who is left. :bang:

There is no such thing as good luck. There is only misfortune and its occasional absence.:evil:

Viking proverv:"Always remember to pillage BEFORE you burn." MUAHAHAHA!:evil:
User avatar
Liger'smane
 
Posts: 69
Joined: Thu Feb 24, 2005 10:17 am
Location: Often, I occupy that vacant space in between my ears.

Postby Mithrandir » Thu May 19, 2005 9:14 pm

The text "(width of pics/middletop.jpg)" needs to be replaced with the acutal width of the picture.
User avatar
Mithrandir
 
Posts: 11071
Joined: Fri Jun 27, 2003 12:00 pm
Location: You will be baked. And then there will be cake.

Postby Liger'smane » Thu May 19, 2005 9:16 pm

I don't think that worked... *screams*
"Therefore, my dear friends, as you have always obeyed-not only in my presence, but now much more in my absence-continue to work out your salvation with fear and trembling, for it is God who works in you to will and to act according to his good purpose." Philippians 2:12-13 :angel: ;)

98% of the teenage population does or has tried smoking pot. If you're one of the 2% who hasn't, copy & paste this in your signature.
~~~
War determines not who is right, but who is left. :bang:

There is no such thing as good luck. There is only misfortune and its occasional absence.:evil:

Viking proverv:"Always remember to pillage BEFORE you burn." MUAHAHAHA!:evil:
User avatar
Liger'smane
 
Posts: 69
Joined: Thu Feb 24, 2005 10:17 am
Location: Often, I occupy that vacant space in between my ears.

Postby Mithrandir » Thu May 19, 2005 9:20 pm

You'll need to replace all of them, probably.
User avatar
Mithrandir
 
Posts: 11071
Joined: Fri Jun 27, 2003 12:00 pm
Location: You will be baked. And then there will be cake.

Postby Liger'smane » Thu May 19, 2005 9:27 pm

I tried replacing it and it jsut become more of a hidious mass. *wimpers* In case it helps, I'm using a site, "http://www.magitek-designs.net/index.php?magitek=tutorials_tablelay_04". Thank you for trying... *smiles*
"Therefore, my dear friends, as you have always obeyed-not only in my presence, but now much more in my absence-continue to work out your salvation with fear and trembling, for it is God who works in you to will and to act according to his good purpose." Philippians 2:12-13 :angel: ;)

98% of the teenage population does or has tried smoking pot. If you're one of the 2% who hasn't, copy & paste this in your signature.
~~~
War determines not who is right, but who is left. :bang:

There is no such thing as good luck. There is only misfortune and its occasional absence.:evil:

Viking proverv:"Always remember to pillage BEFORE you burn." MUAHAHAHA!:evil:
User avatar
Liger'smane
 
Posts: 69
Joined: Thu Feb 24, 2005 10:17 am
Location: Often, I occupy that vacant space in between my ears.

Postby Mithrandir » Thu May 19, 2005 9:32 pm

Well, the code on that site has this example:

Code: Select all
 <html>
<head>
<title>Magitek Designs - Table Tutorial - 1</title>
</head>

<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" marginheight="0" marginwidth="0">


<table width="700" height="100%" cellpadding="0" cellspacing="0" border="0" align="center">
<tr>
<td height="122" colspan="5"><img src="tables/top.jpg" width="700" height="122" border="0"></td>
</tr>


<tr>
<td valign="top" width="47" background="tables/leftbg.jpg"><img src="tables/lefttop.jpg" width="47" height="378" border="0"></td>
<td valign="top" width="270" background="tables/menubg.jpg"><img src="tables/menutop.jpg" width="270" height="256" border="0">

<p>This is the side menu. Fantastic!</p>

</td>
<td valign="top" width="25" background="tables/middlebg.jpg"><img src="tables/middletop.jpg" width="25" height="378" border="0"></td>
 <td valign="top" width="336" background="tables/content.jpg"> <p>This is the side menu. Fantastic!</p>
</td>
<td valign="top" width="22" background="tables/rightbg.jpg"><img src="tables/righttop.jpg" width="22" height="378" border="0"></td>
</tr>
</table>
</body>
</html>



I still see a bunch of lines like:

Code: Select all
<table width="(width of top.jpg)" height="100%" cellpadding="0"
 cellspacing="0" border="0" align="center">


in yours.
User avatar
Mithrandir
 
Posts: 11071
Joined: Fri Jun 27, 2003 12:00 pm
Location: You will be baked. And then there will be cake.

Postby Liger'smane » Thu May 19, 2005 9:35 pm

I don't know what the widths are... I am totally new to trying to make weblayouts. I've only ever been able to do basic layouts with tables and really basic stuff... in wohter words Isuck!
"Therefore, my dear friends, as you have always obeyed-not only in my presence, but now much more in my absence-continue to work out your salvation with fear and trembling, for it is God who works in you to will and to act according to his good purpose." Philippians 2:12-13 :angel: ;)

98% of the teenage population does or has tried smoking pot. If you're one of the 2% who hasn't, copy & paste this in your signature.
~~~
War determines not who is right, but who is left. :bang:

There is no such thing as good luck. There is only misfortune and its occasional absence.:evil:

Viking proverv:"Always remember to pillage BEFORE you burn." MUAHAHAHA!:evil:
User avatar
Liger'smane
 
Posts: 69
Joined: Thu Feb 24, 2005 10:17 am
Location: Often, I occupy that vacant space in between my ears.

Postby Mithrandir » Thu May 19, 2005 9:39 pm

I'd try removing them completely to start with, then.
User avatar
Mithrandir
 
Posts: 11071
Joined: Fri Jun 27, 2003 12:00 pm
Location: You will be baked. And then there will be cake.

Postby Mithrandir » Thu May 19, 2005 9:40 pm

Uh oh. I meant take out the "width = " statements, not the whole graphic stuff.


BTW: Your 2nd table doesn't have any row or collum specifiers.
User avatar
Mithrandir
 
Posts: 11071
Joined: Fri Jun 27, 2003 12:00 pm
Location: You will be baked. And then there will be cake.

Postby Liger'smane » Thu May 19, 2005 9:49 pm

Ok, I've restarted the page... does it look better?
"Therefore, my dear friends, as you have always obeyed-not only in my presence, but now much more in my absence-continue to work out your salvation with fear and trembling, for it is God who works in you to will and to act according to his good purpose." Philippians 2:12-13 :angel: ;)

98% of the teenage population does or has tried smoking pot. If you're one of the 2% who hasn't, copy & paste this in your signature.
~~~
War determines not who is right, but who is left. :bang:

There is no such thing as good luck. There is only misfortune and its occasional absence.:evil:

Viking proverv:"Always remember to pillage BEFORE you burn." MUAHAHAHA!:evil:
User avatar
Liger'smane
 
Posts: 69
Joined: Thu Feb 24, 2005 10:17 am
Location: Often, I occupy that vacant space in between my ears.

Postby Mithrandir » Thu May 19, 2005 10:00 pm

You're the ultimate authority on that, I should say.

I noticed a couple of close HTML tags in there, and those should only go at the bottom. You might want to add a </body> tag at the bottom too.
User avatar
Mithrandir
 
Posts: 11071
Joined: Fri Jun 27, 2003 12:00 pm
Location: You will be baked. And then there will be cake.


Return to Computing and Links

Who is online

Users browsing this forum: No registered users and 58 guests