Need help with scripts to spice up website
i got a website here's the link :
Please help.

Dani AI

Generated

Short, practical plan to get that page looking professional (based on the snippets posted and 's observation that most of what was pasted is malformed HTML rather than usable scripts).

Start by separating structure, presentation and behavior:

  • Replace the multiple broken/duplicated page bits with one valid HTML5 document (single doctype, single head with title and charset).
  • Remove deprecated tags and attributes (inline <font>, <marquee>, body background, inline sizing). Use CSS for fonts, layout and backgrounds.
  • Replace repeated table-based navigation with a single semantic nav (an external include or template so you edit it once).
  • Put JavaScript in small external files and load with defer; avoid hiding errors with a global error handler while debugging.

Quick example skeleton to follow (safe, modern starting point):

<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width,initial-scale=1">
  <title>Site title</title>
  <link rel="stylesheet" href="styles.css">
</head>
<body>
  <nav class="main-nav">
    <ul><li><a href="/">Home</a></li><li><a href="/about.html">About</a></li><li><a href="/join.html">Join</a></li></ul>
  </nav>

  <div class="announcement" aria-live="polite"><span>Welcome message goes here</span></div>

  <script src="main.js" defer></script>
</body>
</html>

Replace inline marquee behavior with a CSS animation for smooth, accessible movement:

.announcement { overflow:hidden; white-space:nowrap; }
.announcement span { display:inline-block; animation:marquee 12s linear infinite; }
@keyframes marquee { from {transform:translateX(100%);} to {transform:translateX(-100%);} }

Practical short checklist: validate with the W3C validator, check color contrast, add meaningful alt text for images, consolidate repeated blocks into one include, and test on mobile. Given 's note about stray tags, the fastest visible improvement is a clean markup rebuild plus a single external stylesheet and one small JS file for improvements.

Recommended Answers

All 6 Replies

here's the scripts.


~~~~~~~~~~~~~~~~~~Home~~~~~~~~~~~~~~~~~~~~~~~~~~~

</script>
<p align="center">
<table border=".5">
<tr>
<td><a href="http://www.freewebs.com/scyxor"><B>Home</b></a>
</td>
<td><a href="http://www.freewebs.com/scyxor/about.htm"><B>About the Clan</b></a>
</td>
<td><a href="http://www.freewebs.com/scyxor/applying.htm"><B>Applying</b></a>
</td>
<td><a href="http://www.freewebs.com/scyxor/members.htm"><B>Member Ranking</b></a>
</td>
<td><a href=""><B>Forum</b></a>
</td>
<td><a href=""><B>Clan Members-[SOS]</b></a>
</td>
<td><a href=""><B>Clan Members-[SOS-R]</b></a>
</td>
<td><a href=""><B>Clan Wars/Scrimmages</b></a>
</td>
</table>


<body background="m4.jpg">

<u><title>Silent Operations Squad</title> </u>
<u><title>[SOS]</title> </u>
<p> </p>


<head>
<style>
.jc{
position:relative;
}
</style>

<script language="JavaScript1.2">


</script>
<p align="center"><font face size="25" color="Blue"><b><u>Silent Operations Squad</p></u></b>
<p align="center"><font face size="25" color="Blue"><b>[SOS]</p></b>

<p align="center"><IMG SRC="http://www.freewebs.com/scyxor/SOS%20BANNER.PNG" ALT="SOS">

<MARQUEE bgcolor="m4.jpg" loop="-1" scrollamount="16" width="100%">Hello, welcome to SOS, Silent Operations Squad</MARQUEE>

<font face size="14">


<font color="blue">


~~~~~~~~~~~~~~MEMBERS~~~~~~~~~~~~~~~~~~


</script>
<p align="center">
<table border=".5">
<tr>
<td><a href="http://www.freewebs.com/scyxor"><B>Home</b></a>
</td>
<td><a href="http://www.freewebs.com/scyxor/about.htm"><B>About the Clan</b></a>
</td>
<td><a href="http://www.freewebs.com/scyxor/applying.htm"><B>Applying</b></a>
</td>
<td><a href="http://www.freewebs.com/scyxor/members.htm"><B>Member Ranking</b></a>
</td>
<td><a href=""><B>Forum</b></a>
</td>
<td><a href=""><B>Clan Members-[SOS]</b></a>
</td>
<td><a href=""><B>Clan Members-[SOS-R]</b></a>
</td>
<td><a href=""><B>Clan Wars/Scrimmages</b></a>
</td>
</table>

<p align="center"><IMG SRC="http://img.photobucket.com/albums/v634/DaHoboFest/SOSTITLE.jpg" ALT="SOS">

<body background="m4.jpg">

<p align="center"><u><font size="10" color="#0000FF"><b>SOS Orginization</b></font></u></p>
<p align="center"><font size="4" color="#0000FF">1. Squad Leader/Ultimate Leader [SOS]Scyxor(SL)</font></p>
<p align="center"><font size="4" color="#0000FF">2. Squad Leader/Second in Command [SOS]QueNasty(SL)</font></p>
<p align="center"><font size="4" color="#0000FF">3. Fireteam Member [SOS]Boomer(FM)</font></p>
<p align="center"><font size="4" color="#0000FF">4. Fireteam Member [SOS]_Insanity_(FM)</font></p>
<p align="center"><font size="4" color="#0000FF">5. Fireteam Member [SOS]N!ght#Elf(FM)</font></p>
<p align="center"><font size="4" color="#0000FF">6. Fireteam Member [SOS]100NX</font></p>
<p align="center"><font size="4" color="#0000FF">7. Fireteam Member [SOS]MiniCooper(FM)</font></p>
<p align="center"><font size="4" color="#0000FF">8. Fireteam Member [SOS]Pimpin(FM)</font></p>
<p align="center"><font size="4" color="#0000FF">9. Fireteam Member [SOS]Breeze(FM)</font></p>
<p align="center"><font size="4" color="#0000FF">10. Recruit Fireteam Member [SOS-R]Pacomar(FM)</font></p>
<p align="center"><font size="4" color="#0000FF">11. Recruit Fireteam Member [SOS-R]bobiheath(FM)</font></p>
<p align="center"><font size="4" color="#0000FF">12. Recruit Fireteam Member [SOS-R]WebJackal(FM)</font></p>


<p align="center"> </p>


~~~~~~~~~~~~~~~~~ABOUT~~~~~~~~~~~~~~~~~~~


</script>
<p align="center">
<table border=".5">
<tr>
<td><a href="http://www.freewebs.com/scyxor"><B>Home</b></a>
</td>
<td><a href="http://www.freewebs.com/scyxor/about.htm"><B>About the Clan</b></a>
</td>
<td><a href="http://www.freewebs.com/scyxor/applying.htm"><B>Applying</b></a>
</td>
<td><a href="http://www.freewebs.com/scyxor/members.htm"><B>Member Ranking</b></a>
</td>
<td><a href=""><B>Forum</b></a>
</td>
<td><a href=""><B>Clan Members-[SOS]</b></a>
</td>
<td><a href=""><B>Clan Members-[SOS-R]</b></a>
</td>
<td><a href=""><B>Clan Wars/Scrimmages</b></a>
</td>
</table>

</script>

</script>
<p align="center"><IMG SRC="http://img.photobucket.com/albums/v634/DaHoboFest/SOSTITLE.jpg" ALT="SOS">
</font><font face size="25" color="Blue">
<body background="m4.jpg">


</script>

<script type="text/javascript" src="/i.js"></script></font></font></font></font>
</font></font></font></font></font></font></font></font></font></font>
<p align="center"><u><b><font size="4" color="#0000FF">Leaders</font></b></u></p>
<p align="center"><font size="4" color="#0000FF">1st in command- Scyxor, contact info xfire-Scyxor, AIM-Scyxor, MSN- , </font></p>
<p align="center"><font size="4" color="#0000FF">2nd in command- QueNasty, contact info xfire-goped, AIM-QueNasty89 and QueNasty123</font></p>


<script type="text/javascript" src="/i.js"></script></font></font></font></font>
</font></font></font></font></font></font></font></font></font></font>
<p align="center"><u><b><font size="4" color="#0000FF">Maps We Play</font></b></u></p>
<p align="center"><font size="4" color="#0000FF">1. Bridge</font></p>
<p align="center"><font size="4" color="#0000FF">2. Pipeline</font></p>
<p align="center"><font size="4" color="#0000FF">3. Urban Assault</font></p>
<p align="center"><font size="4" color="#0000FF">4. Weapons Cache</font></p>
<p align="center"><font size="4" color="#0000FF">5. Pipeline SF</font></p>
<p align="center"> </p>

~~~~~~~~~~~~~~~APPLYING~~~~~~~~~~~~~~~~~

</script>
<p align="center">
<table border=".5">
<tr>
<td><a href="http://www.freewebs.com/scyxor"><B>Home</b></a>
</td>
<td><a href="http://www.freewebs.com/scyxor/about.htm"><B>About the Clan</b></a>
</td>
<td><a href="http://www.freewebs.com/scyxor/applying.htm"><B>Applying</b></a>
</td>
<td><a href="http://www.freewebs.com/scyxor/members.htm"><B>Member Ranking</b></a>
</td>
<td><a href=""><B>Forum</b></a>
</td>
<td><a href=""><B>Clan Members-[SOS]</b></a>
</td>
<td><a href=""><B>Clan Members-[SOS-R]</b></a>
</td>
<td><a href=""><B>Clan Wars/Scrimmages</b></a>
</td>
</table>

</script>

</script>

<p align="center"><IMG SRC="http://img.photobucket.com/albums/v634/DaHoboFest/SOSTITLE.jpg" ALT="SOS">
</font><font face size="25" color="Blue">
<body background="m4.jpg">

<p align="center"><font size="4" color="Blue"><b><u>Applying to SOS</p></u></b>

<p align="left"><font face color="Blue"><b>Basicly, you need skills. I'm looking for 30 honor and above, but there are exceptions. I'm looking for you to be able to hold a 1.5 fr or higher. To be on regularly, and have a tracker and xfire account. If you dont meet the requirements, we started an SOS-R, which is basicly for anyone that can hold a 1 fr or higher, and are willing to play and learn from SOS regulars.</p></b>
</font></font><font face size="15" color="Blue">

<p></p>
<p align="left"><font face color="Blue"><b>Contact info- Xfire- Scyxor, AIM- Scyxor, email- , MSN- dahobofest@hotmail.com</p></b>
</font></font><font face size="5" color="Blue">
<p></p>
<p></p>
</font><font size="5" color="Blue"><p align="center"><font face color="Blue"><b>SOS</p></b>
</font></font><font face size="4" color="Blue"><p align="center">
<font face color="Blue"><b>1.5+ fr</p></b></font></font>
<font face size="4" color="Blue"><p align="center"><font face color="Blue"><b>30+ honor (exceptions)</p></b>
</font></font><font face size="15" color="Blue"><font face size="15" color="Blue"><font face size="25" color="Blue"><font face size="15" color="Blue">


<p></p>
<p></p>
<p></p>
</font><font size="5" color="Blue">
<p align="center"><font face color="Blue"><b>SOS-R</p></b>

</font></font><font face size="25" color="Blue">
<font face size="4" color="Blue">

<p align="center"><font face color="Blue"><b>1.0+ fr</p></b>

</font></font><font face size="25" color="Blue"><font face size="22" color="Blue"><font face size="15" color="Blue"><font face size="25" color="Blue">
<font face size="4" color="Blue">

<p align="center"><font face color="Blue"><b>15+ honor (exceptions)</b></font></p>

<p align="center"> </p></font><font face size="22" color="Blue"><font face size="25" color="Blue"><font face size="22" color="Blue"><font face size="15" color="Blue"><font face size="25" color="Blue">

<script language="JavaScript">
<!--

function SymError()
{
return true;
}

window.onerror = SymError;

//-->
</script>

~~~~~~~~~~~~~~~~~~WARS~~~~~~~~~~~~~~~~~~~~~~

</script>
<p align="center">
<table border=".5">
<tr>
<td><a href="http://www.freewebs.com/scyxor"><B>Home</b></a>
</td>
<td><a href="http://www.freewebs.com/scyxor/about.htm"><B>About the Clan</b></a>
</td>
<td><a href="http://www.freewebs.com/scyxor/applying.htm"><B>Applying</b></a>
</td>
<td><a href="http://www.freewebs.com/scyxor/members.htm"><B>Member Ranking</b></a>
</td>
<td><a href=""><B>Forum</b></a>
</td>
<td><a href=""><B>Clan Members-[SOS]</b></a>
</td>
<td><a href=""><B>Clan Members-[SOS-R]</b></a>
</td>
<td><a href=""><B>Clan Wars/Scrimmages</b></a>
</td>
</table>

<body background="m4.jpg">
<p align="center"><IMG SRC="http://img.photobucket.com/albums/v634/DaHoboFest/SOSTITLE.jpg" ALT="SOS">


<p align="center"><u><font size="10" color="#0000FF"><b>SOS Clan Wars/Scrimmages</b></font></u></p>
<p align="center"><font size="4" color="#0000FF">1. Clan Scrimmage- <B>WIN</B>- SOS vs PSD- 3 on 3- Bridge- Score 6-0 (6 rounds)</font></p>
<p align="center"><font size="4" color="#0000FF">2. Clan Scrimmage- <B>WIN</B>- SOS vs MFFR- 3 on 3- Bridge- Score 3-1 (6 rounds- server crash)</font></p>


<p align="center"> </p>

What do you mean by

spice up website

it's just it looks like crap i wanted to know if anyone could give me any help with the scripts to make it look more professional. :rolleyes:

OK I will ask other way.

Why do you think scrips will make it look better?
Would not be also good ask somebody for visual advice?
If you still think scrips will fix it for you, can you please provide us with view/idea what this script should do?

Sound like questioner, but try to see reason behind it. We are willing to help, but we need to know what exactly you are looking for :D.

So think about it and give us something.

It's just i know almost nothing about scripts , i just wanted to know if someone could help me edit the ones i provided to make the site look better?

It's just i know almost nothing about scripts , i just wanted to know if someone could help me edit the ones i provided to make the site look better?

Sorry but you did not provide any proper script or idea :o . I found only this

<script language="JavaScript">
<!--

function SymError()
{
return true;
}

window.onerror = SymError;

//-->
</script>

Than there is external javascript mentioned

<script type="text/javascript" src="/i.js"></script>

and uncounted number of closing tags for script.

</script>

Rest of the thing is HTML with few links to PHP pages ;)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.