View Full Version : html help


ieatgreenpaint
09-09-2005, 04:21 PM
Okay I was just wondering why there isnt two separate bars with this html

<html>
<html>
<head><title>People Get Shot: The O.C. Episode 1.05 (The Outsider) Fanlisting</title></head>

<body bgcolor=#9ED64E text=#000000 link=#000000 vlink=#000000 alink=#000000>

<STYLE TYPE="text/css">
BODY
{scrollbar-face-color: #9ED64E;
scrollbar-shadow-color: #9ED64E;
scrollbar-highlight-color: #9ED64E;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #9ED64E;
scrollbar-arrow-color: #000000}
table, tr, td {font: 7pt Tahoma;}
</STYLE>

<style>
A:Link {color:#000000;text-decoration:none;}
A:Visited {color:#000000;text-decoration:none;}
a:hover {color:#000000; text-decoration:underline}
</style>


<center>

<!-- START OF TABLE -->
<table width=550 align=center border=0 cellpadding=0 cellspacing=0 bgcolor="#9ED64E">


<tr align=center width=550 border=0 valign=top>
<td colspan=7 bgcolor=#9ED64E>
<img src="http://img.photobucket.com/albums/1003/mark_sampson18/top.jpg">
</td>
</tr>

<tr align=center height=15 border=0 valign=top colspan=7>
<td colspan=7 bgcolor=#9ED64E></td>
</tr>

</tr>

<tr valign=top>
<td height=1 bgcolor=#000000> </td>
<td height=1 bgcolor=#000000> </td>
<td height=1 bgcolor=#000000> </td>
<td height=1 bgcolor=#9ED64E> </td>
<td height=1 bgcolor=#000000> </td>
<td height=1 bgcolor=#000000> </td>
<td height=1 bgcolor=#000000> </td>
</tr>

<tr width=550>
<td width=1 bgcolor=#000000></td>



<!-- TEXT MAIN -->
<td width=396 bgcolor=#9ED64E valign=top>
<table align=center valign=top width=370 border=0 cellpadding=10 cellspacing=0>
<tr valign=top>
<td valign=top>

<!-- START TEXT MAIN -->
<b><font color=#000000>Codes</font></b>



<!-- END TEXT MAIN -->

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


<td width=1 bgcolor=#000000></td>
<td width=20 bgcolor=#9ED64E></td>
<td width=1 bgcolor=#000000></td>


<!-- NAV MAIN -->
<td width=130 bgcolor=#9ED64E valign=top>
<center>
<br><b>

<!-- START NAVIGATION -->

<font color=#000000>CONTENTS</font>
<br><a href="rules.php">Rules</a>
<br><a href="codes.php">Codes</a>
<br><a href="join.php">Join</a>
<br><a href="members.php">Fanlist</a>
<br><a href="extra.php">Extra</a>
<br><a href="index.php">Main</a>

<p><font color=#000000>AFFILIATES</font>
<br><a href="http://dreaminaway.net/oats" target=_blank><img src="aff/oats.gif" border=0 alt="Seth & Captain Oats Fanlisting"></a>
<br><a href="mailto:debbie@dreaminaway.net">interested?</a>

<p><font color=#000000>LINKAGE</font>
<br><a href="http://thefanlistings.org" target=_blank>TheFanlistings.org</a>
<a href="http://dreaminaway.net" target=_blank>Dreaminaway.net</a>
<a href="http://dreaminaway.net/fan" target=_blank>J'adore Fanlistings</a>
<br><br>
<!--END NAVIGATION -->

</center>

</td>
<td width=1 bgcolor=#000000></td>
</tr>


</tr>
<tr valign=top>
<td height=1 bgcolor=#000000></td>
<td height=1 bgcolor=#000000></td>
<td height=1 bgcolor=#000000></td>
<td height=1 bgcolor=#9ED64E></td>
<td height=1 bgcolor=#000000></td>
<td height=1 bgcolor=#000000></td>
<td height=1 bgcolor=#000000></td>
</tr>


</table>
</body>
</html>


it should be like this site:

http://dreaminaway.net/outsider/codes.php

Monkey Bizzle
09-09-2005, 05:12 PM
looks okay to me...

ieatgreenpaint
09-09-2005, 05:49 PM
same here

Monkey Bizzle
09-09-2005, 07:22 PM
same here

so... if it looks okay... then why did you ask the question?

ashley_rae02
09-09-2005, 08:16 PM
Looks fine to me as well.

ieatgreenpaint
09-09-2005, 11:41 PM
if you put that coding into a notepad and view it, it doesnt look okay. i meant the coding looks okay and i dont know why it looks wrong.

i want it to look like that website in the link. in sidebar terms.

Monkey Bizzle
09-10-2005, 03:48 PM
if you put that coding into a notepad and view it, it doesnt look okay.

do you mean it doen't look okay because the code is all bunched together? I really don't get what you are saying... it doesn't matter what it looks like in Notepad (not technically) as long as it looks okay in the browser... which it does.

Douglas
09-10-2005, 03:55 PM
why dont you just turn wordwrap off Don't be rude - Mod

ieatgreenpaint
09-11-2005, 06:06 PM
I Wasn't rude?

I meant it doesn't look right in the browser. Theres no Right Side Bar. Its all under one Horizontal line. It shouldnt be.

Luthien Rogue
09-11-2005, 06:10 PM
ieatgreenpaint (lmao :P) a Mod edited Doug's post because apparently they thought it was "rude." I don't know how they came to that conclusion but anyway... it wasn't directed at you. :)

Monkey Bizzle
09-11-2005, 10:40 PM
a Mod edited Doug's post because apparently they thought it was "rude." I don't know how they came to that conclusion...

It was rude BEFORE it was editted...

Anyways, who coded your layout? If you want borders around your cells, that is DEFINATELY not the way to do it. Try this as your code instead:

<html>
<head>
<title>People Get Shot: The O.C. Episode 1.05 (The Outsider) Fanlisting</title>

<style type="text/css">

body
{scrollbar-face-color: #9ED64E;
scrollbar-shadow-color: #9ED64E;
scrollbar-highlight-color: #9ED64E;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #9ED64E; scrollbar-arrow-color: #000000;}

table, tr, td
{font: 7pt Tahoma;}

a:link {color: #000000;
text-decoration: none;}

a:visited
{color: #000000;
text-decoration: none;}

a:hover
{color: #000000; text-decoration: underline;}

</style>

</head>

<body bgcolor="#9ED64E" text="#000000" link="#000000" vlink="#000000" alink="#000000">

<center>

<!-- START OF TABLE -->

<table width="550" align="center" border="0" cellpadding="0" cellspacing="4" bgcolor="#9ED64E">
<tr align="center" border="0" valign="top">
<td colspan="2" bgcolor="#9ED64E">
<img src="http://img.photobucket.com/albums/1003/mark_sampson18/top.jpg">
</td>
</tr>

<tr align="center" valign="top">
<td bgcolor="#9ED64E" width="400" style="border: 1px solid #000000;">

<font color="#000000">Codes</font>

</td>

<td bgcolor="#9ED64E" width="150" style="border: 1px solid #000000;">

<center>
<b><font color=#000000>CONTENTS</font></b>
<p>
<a href="rules.php">Rules</a><br>
<a href="codes.php">Codes</a><br>
<a href="join.php">Join</a><br>
<a href="members.php">Fanlist</a><br>
<a href="extra.php">Extra</a><br>
<a href="index.php">Main</a>
<p>
<font color="#000000">AFFILIATES</font><br>
<a href="http://dreaminaway.net/oats" target="_blank">
<img src="aff/oats.gif" border="0" alt="Seth & Captain Oats Fanlisting">
</a><br>
<a href="mailto:debbie@dreaminaway.net">interested?</a>
<p>
<font color="#000000">LINKAGE</font>
<br>
<a href="http://thefanlistings.org" target="_blank">TheFanlistings.org</a>
<a href="http://dreaminaway.net" target="_blank">Dreaminaway.net</a>
<a href="http://dreaminaway.net/fan" target="_blank">J'adore Fanlistings</a>
</center>

</td>
</tr>

</table>
</body>
</html>

Luthien Rogue
09-11-2005, 11:01 PM
It was rude BEFORE it was editted...

Wow, and that wasn't rude. :itslove: Perhaps if the edit included a "content removed" message it would have been clearer.