Staredit Network

Staredit Network -> Miscellaneous -> Script Help.
Report, edit, etc...Posted by Mr.Camo on 2004-05-20 at 00:38:28
My Website.

I'm using tables for the moment but I had this complez idea which I had on a script but I forgot to save ranting.gif . It was a table next to the highlighted menu. You have this on your website Tuxedo Templar. I can't seem to get it on the same line with eachother.

I've tried:

CODE
<tr align=?> and <td align=?>

Also, another table with tablie width and stuff. Without the
CODE
<table>
tag.

Can anyone help? helpsmilie.gif

It would be appretiated by me and my in-animate! laugh.gif .


Camo
Report, edit, etc...Posted by Yoshi da Sniper on 2004-05-20 at 08:09:14
This is the source of your website. You're missing some key HTML tags... Change it to this:
CODE
<html><title>Camo Squad HomePage</title>
<body bgcolor=black>
<body text=white>
<body link=white>
<body vlink=white>
<body alink=white>
<h4>Camo Squad's HomePage</h4>
<table width=600 border=0 cellpadding=1 cellspacing=0 bgcolor=#CCCCFF>
<tr>
<td bgcolor=#CCCCFF
</tr>
</td>
</table>
<br>
<tr align=left>
<td align=left>
<table width="200" border="0" cellpadding="0" cellspacing="1" bgcolor="CCCCFF">
<tr>
   <td bgcolor="black" width="50%" onMouseOut="this.style.background='black'"
          onClick="parent.location='index.htm'" onMouseOver="this.style.background ='orange';
          this.style.cursor = 'hand'">Home</td>
   <td bgcolor="black" width="50%" onMouseOut="this.style.background='black'"
          onClick="parent.location='Members.htm'" onMouseOver="this.style.background ='orange';
          this.style.cursor = 'hand'">Members</td>
 </tr>
</table>
<BR>
<BR>
<tr align=left>
<td align=left>
<table width=500 border=0 cellpadding=1 cellspacing=1 bgcolor=purple>
<tr>
<td bgcolor=black>
<p>Here are some joining requirments.</p>
<P>First off, you need to take a test. If your map is rated an 8 or above you get a chance.</p> <p>This also has to be a custom map made specificially for this.</p>
</tr>
</td>
</table>
<BR>
<BR>
<BR>
</align>
<table width=600 border=0 cellpadding=1 cellspacing=0 bgcolor=#CCCCFF>
<tr>
<td bgcolor=#CCCCFF
</tr>
</td>
</table>

</body>
</html>
Report, edit, etc...Posted by .Coko[CK] on 2004-05-20 at 17:13:44
I see, so it highlights when cursor is over it, and turns back to black when not, what is the point of the setting them all to white, i guess that means when you click on link, and colour afterwards?
Report, edit, etc...Posted by Mr.Camo on 2004-05-20 at 22:13:13
Bing. You hit it. That's the reason I'm using those codes.

BTW: Thanks Yoshi. smile.gif
Next Page (1)