View Full Version : Could anyone please help me???????


Kikyou
02-28-2003, 04:01 PM
Hi, I'm trying to build a page at this URL http://www.geocities.com/sweet_ruby_moon/lala.html, and I want to place the links right under the inline frame, but I just can't do it!!! I've tried lots of stuff, but nothing works...It's giving me a headache ><;; Can anyone please help this dummy beginner? ^^;;Thanks in advance!

zangerbanger
02-28-2003, 06:26 PM
Try this, put all you links into a table like this:

<table width="#" border="#" cellspacing="0" cellpadding="0">
<tr>
<td>
LINK HERE
</td>
<td>
LINK HERE
</td>
<td>
LINK HERE
</td>
</tr>
</table>

and then you can position that table on your webpage using div layers, like this:



<div style="top: (value)px; left: (value)px; width: (width of your table); height: (value);">

<table width="#" border="#" cellspacing="0" cellpadding="0">
<tr>
<td>
LINK HERE
</td>
<td>
LINK HERE
</td>
<td>
LINK HERE
</td>
</tr>
</table>

</div>



Sorry if that's a bit complicated, if you still have problems IM me or send me a PM.

Kikyou
02-28-2003, 09:08 PM
Nah, it's okies^^ I'm gonna try that and hope I can do it right^^;; Thanks a lot!!! ^_^

Kikyou
02-28-2003, 10:01 PM
Yay!!! I dit it!!! Now it looks just like I wanted it to!!! ^_^ Thanks a whoooooooooooooooole bunch, zangerbanger!!!!!!!^^ *gives ya lots of candies as a thank you gift*

zangerbanger
02-28-2003, 11:07 PM
You're very welcome! *eats the candies hungrily*