View Full Version : help me please


Aurons Brother
04-08-2003, 08:06 AM
Click (http://www.angelfire.com/anime5/all0 )

ok see the stuff on the left and my announcments in the center down in the bottom , well how can i have the stuff on the left look like Theres (http://www.ffinsider.net/) and the writing in the center . Please help me , oh and i already did that left.html and right.html thing and that didn't do anything

epolady
04-08-2003, 09:22 AM
Your whole HTML coding it messy, you have image codes in your HEAD, which should be in your BODY, your table widths are incomplete/incorrect (it should be width="###" or width="##%"). <left> Isn't a valid HTML tag.

Try straightening your tables and repost.

Aurons Brother
04-08-2003, 08:21 PM
lol i know <left> isn't valid but i was extremly tired when i ws doing this , i know about the images thats how i wanted them , that is how my width is "width=2%" so how do i get my frames right , and this is why i'm a pee wee

Xiphias
04-08-2003, 09:12 PM
it doesn't matter if you want the images in the head tag or not, they can't be... the coding is sloppy, too sloppy to really read and I see a few interchanging tags -- follow epolady... when you clean up repost

epolady
04-08-2003, 09:45 PM
There isn't one bit of frame coding on your site. You're using tables. The proper width should be width="2%" not "width=2%".

Aurons Brother
04-12-2003, 07:06 AM
ok , i cleaned it up (at least i think i did) now can somebody please help me with getting my information on the left in a table so y info at the bottom can be in the middle

Alcy
04-12-2003, 11:26 PM
You could use something like this on the left....

<table width="75%" height="100%" cellpadding=0 cellspacing=0 border=0>
<tr>
<td width="25%" valign="top">

<table cellpadding=5 cellspacing=10 border=0>
<tr>
<td style="border:1px solid;">
<font size="5">Our coverage </font>
<ul>
<li>Anime Pictures
<li>Anime Manga
<li>Anime Forums
<li>Anime News
<li>RPG Forums
<li>RPG Info
<li>More on both
</ul>
</td>
</tr>
<tr>
<td style="border:1px solid;">
<font size="5">Navagation</font>
<br>
Anime Forums<br>
Anime Manga<br>
Anime Pictures<br>
Anime character Profiles<br>
RPG Forum<br>
RPG Info<br>
Mini Games<br>
Other<br>
</td>
</tr>
</table>

</td>


<td width="75%" valign="top">
ANIME EFFECT
</td>

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

Aurons Brother
04-13-2003, 05:23 AM
thanks but now how do i get my info at the top center part like they have example again (http://ffgods.ffextreme.com/)

Xiphias
04-13-2003, 03:33 PM
add valign="top" to the td tag