View Full Version : What is going on?!?!?!?!?!?!!?


Spike
03-08-2003, 07:44 PM
Okay, I made a thing on the side of my site in a table, and then I made another on, but how do I make the second table on the exact rit of the first?

pb&j
03-08-2003, 07:51 PM
You could use another table to sort things out.

<table><tr><td>

all coding for first table goes into here.

</td><td>

all coding for second table goes in here.

</td></tr></table>

Spike
03-08-2003, 07:53 PM
Thats what I did, Only it just shows up underneath the first table!

MaGiCSuN
03-08-2003, 09:18 PM
What pb&j means is this:

<table><tr><td>

all coding for first table goes into here.

</td><td>

all coding for second table goes in here.

</td></tr></table>


in the first part you put all the stuff that was in your FIRST table
in the second part from the code above you put all the stuff that was in your SECOND table.

So in the end you must only have the above code with the content in it, and no extra tables at all (not from the first two you had before)

if it still doesnt work then could you please post the code that you are using at the moment? thanks :)


Love,
Mirna

Spike
03-08-2003, 09:45 PM
Exactly what I did, then my font grows to size 14 or 16.

MaGiCSuN
03-08-2003, 09:46 PM
Then... could you post the code please? that might help..

Love,
Mirna

Spike
03-08-2003, 10:08 PM
Sorry in my anger I deleted that piece of crap.

Spike
03-09-2003, 01:00 AM
Okay I remade it here it is:


<html>
<head>
<head>
<title>
Anination- Home
</title>
<STYLE type="text/css">
<!--
BODY
{
direction:;
background-attachment:fixed;
scrollbar-arrow-color: 000000;
scrollbar-track-color: 0099FF;
scrollbar-face-color: 0099FF;
scrollbar-highlight-color: 0099FF;
scrollbar-3dlight-color: FFFFFF;
scrollbar-darkshadow-color: FFFFFF;
scrollbar-shadow-color: FFFFFF;
}
-->
</STYLE>
<style type="text/css">
<!--
A:link {text-decoration:none}
A:visited {text-decoration:none}
--> </style>
<style type="text/css">
<!--
A:link { text-decoration: underline; color:"#66FFCC" }
A:visited { text-decoration: underline; color:"#66FFCC" }
A:hover { text-decoration: none; color:"#66FFCC" }
-->
<style type="text/css">
<!--
{ FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 12px;

COLOR: #000000; }
</style>
</head>
<body bgcolor="0099FF">
<img src="animenationbanner.gif"><br>
Welcome to Anime Nation ^_^<br>
<img src="dallas-navbar.gif" width="140" hieght="100"><BR>
<table width="150">
<tr>
<font size="+1"><font color="66FFCC">Home</font></font>
</tr>
<tr background="back.gif">
>>Home/Updates<br>
>>Disclaimer<br>
>>Affiliates<br>
>>Affiliate With Me<br>
</tr>
<tr background="back.gif">
<font color="00FFCC"? <font size="+1">Interact</font></font>
</tr>
<tr background="back.gif">
<font color="66FFCC">>></font><a href="http://www.hostultra.com/~ryuaura"

style="cursor:crosshair">Forum</a><br>
>>Chat<br>
>>Contact Me<br>
</tr>
<tr>
<a href="http://www.gundamwingfocus.cjb.net" style="cursor:crosshair"><img

src="banner_little_duo.jpg"></a>
<a href="http://zoidlan.tripod.com" style="cursor:crosshair"><img

src="anibutton.gif"></a>
<td>
Update: The Site Is Up! ?-??-0?</td><tr></tr>
<td>
Todays the day (Whatever day it is) is the day I have me site up, I probably

only have, the contact page, chat the forum, and maybe the plot pages for all

three of the animes this site is aboot. I dont know how long I have been

working one this sitefor a long time, and deleted several thingys, I know this

site isnt the best (Far from he best at that), but it will get better over time.
</td>
</table>
</body>
</html>

MaGiCSuN
03-09-2003, 01:25 PM
try this:

<html>
<head>
<title>
Anination- Home
</title>
<STYLE type="text/css">
<!--
BODY
{
direction:;
background-attachment:fixed;
scrollbar-arrow-color: 000000;
scrollbar-track-color: 0099FF;
scrollbar-face-color: 0099FF;
scrollbar-highlight-color: 0099FF;
scrollbar-3dlight-color: FFFFFF;
scrollbar-darkshadow-color: FFFFFF;
scrollbar-shadow-color: FFFFFF;}
td, tr{ FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 12px; COLOR: #000000; }
A:link { text-decoration: underline; color:"#66FFCC" }
A:visited { text-decoration: underline; color:"#66FFCC" }
A:hover { text-decoration: none; color:"#66FFCC" }
-->
</STYLE>

</head>
<body bgcolor="0099FF">

<img src="animenationbanner.gif"><br>
Welcome to Anime Nation ^_^<br>
<img src="dallas-navbar.gif" width="140" hieght="100"><BR>

<table border=0 cellspacing=0 cellpadding=0 width="150">
<tr><td valign="top">
<font size="+1" color="66FFCC">Home</font><br>
>>Home/Updates<br>
>>Disclaimer<br>
>>Affiliates<br>
>>Affiliate With Me<br>
<font color="00FFCC" size="+1">Interact</font><br>
<font color="66FFCC">>></font><a href="http://www.hostultra.com/~ryuaura" style="cursor:crosshair">Forum</a><br>
>>Chat<br>
>>Contact Me<br>
<a href="http://www.gundamwingfocus.cjb.net" style="cursor:crosshair"><img src="banner_little_duo.jpg"></a>
<a href="http://zoidlan.tripod.com" style="cursor:crosshair"><img src="anibutton.gif"></a>
</td>
<td>
Update: The Site Is Up! ?-??-0?<p>

Todays the day (Whatever day it is) is the day I have me site up, I probably

only have, the contact page, chat the forum, and maybe the plot pages for all

three of the animes this site is aboot. I dont know how long I have been

working one this sitefor a long time, and deleted several thingys, I know this

site isnt the best (Far from he best at that), but it will get better over time.

</td></tr></table>
</body>
</html>

Also when you use <font> you don't need to use another one for every thing. You can add them together in one <font> like this:

<font color="######" size="sizehere">text here</font>

I hope it works. Good luck, and if you have any further problems just post them here :)

Love,
Mirna

Spike
03-09-2003, 04:44 PM
Its sort of fixed, but now everything is frickin scrunched up in a llittle line!!!

MaGiCSuN
03-09-2003, 04:48 PM
that's because the width of the table is set to 150, like you also had in your old code. I only copied your content so that's why :) Just set it to an higher number and it will get more widher so that your text will take up some more space from your screen.

Love,
Mirna

Spike
03-09-2003, 04:50 PM
Its still gonna be right next to the other thing, wich is definetly not what I wanted.

Spike
03-09-2003, 04:53 PM
Okay I set it to width of 500, now its underneath everything again!!!!!!!!

MaGiCSuN
03-09-2003, 05:24 PM
can you view the page or code again? the one you use now

Love,
Mirna

Spike
03-09-2003, 05:29 PM
Just replace the width of the table with 500, and thats it, and now the font has grown to size 14!!!!!

Spike
03-10-2003, 12:57 AM
I fixed that on problem, but now its to close to the first one, and to low down:

<html>
<head>
<title>
Anination- Home
</title>
<STYLE type="text/css">
<!--
BODY
{
direction:;
background-attachment:fixed;
scrollbar-arrow-color: 000000;
scrollbar-track-color: 0099FF;
scrollbar-face-color: 0099FF;
scrollbar-highlight-color: 0099FF;
scrollbar-3dlight-color: FFFFFF;
scrollbar-darkshadow-color: FFFFFF;
scrollbar-shadow-color: FFFFFF;}
td, tr{ FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 12px;

COLOR: #000000; }
A:link { text-decoration: underline; color:"#66FFCC" }
A:visited { text-decoration: underline; color:"#66FFCC" }
A:hover { text-decoration: none; color:"#66FFCC" }
-->
</STYLE>
</head>
<body bgcolor="0099FF">
<img src="animenationbanner.gif"><br>
Welcome to Anime Nation ^_^<br>
<img src="dallas-navbar.gif" width="140" hieght="100"><BR>
<table border=0 cellspacing=0 cellpadding=0 width="500">
<tr><td valign="top">
<font size="+1" color="66FFCC">Home</font><br>
>>Home/Updates<br>
>>Disclaimer<br>
>>Affiliates<br>
>>Affiliate With Me<br>
<font color="00FFCC" size="+1">Interact</font><br>
<font color="66FFCC">>></font><a href="http://www.hostultra.com/~ryuaura"

style="cursor:crosshair">Forum</a><br>
>>Chat<br>
>>Contact Me<br>
<a href="http://www.gundamwingfocus.cjb.net" style="cursor:crosshair"><img

src="banner_little_duo.jpg"></a>
<a href="http://zoidlan.tripod.com" style="cursor:crosshair"><img

src="anibutton.gif"></a>
</td>
<td>
Update: The Site Is Up! ?-??-0?<br>
Todays the day (Whatever day it is) is the day I have me site up, I probably
only have, the contact page, chat the forum, and maybe the plot pages for all
three of the animes this site is aboot. I dont know how long I have been
working one this sitefor a long time, and deleted several thingys, I know this
site isnt the best (Far from he best at that), but it will get better over time.
</td></tr></table>
</body>
</html>
</body>
</html></html>

Alcy
03-10-2003, 05:06 AM
Add valign="top" to your td tags

ie. <td valign="top"</td>