bitedevil
09-11-2006, 07:56 PM
ok, im a noob to html i guess... i wander if anyone knows how to make the text keep scrolling... wat i mean is, when the last character shows instead of the white space the word will show again... hope someone knows what i mean..
here ill show u
this is what i want...
<marquee direction="right", align="right"> <<<<<<<< </marquee
now i want the arrows to keep going continuously, like a looading bar thingy
thx for all replyes!
*EDIT*
this is a simple webpage and the arrows on the bottom i wanna make continuous, plz help:
<html>
<head>
<title>Number Three WARNING! the following program is gay</title>
</head>
<body bgcolor="6699ff">
<font face="arial">
<table border="5", bordercolor="990099", align="center", width="750">
<tr>
<th colspan="2", bgcolor="33ffff"><font color="990033">THIS IS THE HEADING ROW AND IT IS LIGHT BLUE</th>
</tr>
<tr>
<td bgcolor="ffff66", align="left"><font color="660000">This is Row 2 Column 1</td>
<td bgcolor="99ff33", align="right"><font color="660000">This is Row 2 Column 2</td>
</tr
<tr>
<td bgcolor="ffff66", align="left"><font color="660000">This is Row 3 Column 1</td>
<td bgcolor="99ff33", align="right"><font color="660000">This is Row 3 Column 2</td>
</tr
<tr>
<td bgcolor="ffff66", align="left", rowspan="2"><font color="660000">Telephone:</td>
<td bgcolor="99ff33", align="right"><font color="660000">(204) 482-9189</td>
</tr
<tr>
<td bgcolor="99ff33", align="right"><font color="660000">(204) 485-4463</td>
</tr
</table>
<table border="5", bordercolor="0000ff", align="center", width="400">
<tr>
<td bgcolor="000000", align="right"><marquee direction="right"><font color="ffffff">>>>>>>>>>></marquee></td>
<td bgcolor="000000", align="left"><marquee direction="left"><font color="ffffff"><<<<<<<<<<</marquee></td>
</tr>
</table
</body>
</html>
here ill show u
this is what i want...
<marquee direction="right", align="right"> <<<<<<<< </marquee
now i want the arrows to keep going continuously, like a looading bar thingy
thx for all replyes!
*EDIT*
this is a simple webpage and the arrows on the bottom i wanna make continuous, plz help:
<html>
<head>
<title>Number Three WARNING! the following program is gay</title>
</head>
<body bgcolor="6699ff">
<font face="arial">
<table border="5", bordercolor="990099", align="center", width="750">
<tr>
<th colspan="2", bgcolor="33ffff"><font color="990033">THIS IS THE HEADING ROW AND IT IS LIGHT BLUE</th>
</tr>
<tr>
<td bgcolor="ffff66", align="left"><font color="660000">This is Row 2 Column 1</td>
<td bgcolor="99ff33", align="right"><font color="660000">This is Row 2 Column 2</td>
</tr
<tr>
<td bgcolor="ffff66", align="left"><font color="660000">This is Row 3 Column 1</td>
<td bgcolor="99ff33", align="right"><font color="660000">This is Row 3 Column 2</td>
</tr
<tr>
<td bgcolor="ffff66", align="left", rowspan="2"><font color="660000">Telephone:</td>
<td bgcolor="99ff33", align="right"><font color="660000">(204) 482-9189</td>
</tr
<tr>
<td bgcolor="99ff33", align="right"><font color="660000">(204) 485-4463</td>
</tr
</table>
<table border="5", bordercolor="0000ff", align="center", width="400">
<tr>
<td bgcolor="000000", align="right"><marquee direction="right"><font color="ffffff">>>>>>>>>>></marquee></td>
<td bgcolor="000000", align="left"><marquee direction="left"><font color="ffffff"><<<<<<<<<<</marquee></td>
</tr>
</table
</body>
</html>