Thread: Html Help
View Single Post
Old 08-04-2004, 08:18 AM   #1 (permalink)
becroydon
 
Super Techie

Join Date: Apr 2004

Posts: 283

becroydon

Default Html Help

i want to put a border around the text that comes from the java script, but the div tag dont seem to work....please help im new to html, also does anyone know how to make only the right side of a table column show up and the other sides remain invisible.

oh and also i wanna make the border red.

thanks

Code:
<html>

<head>
<title>New Page 1</title>
</head>

<body>
<table>
<tr>
<td width="15%"></td>
<td width="85%">
<div align="center" border="3">
<script type="text/javascript" src="parasite.js"></script>
<script type="text/javascript" src="report.js"></script>
</div>
</td>
</tr>
</table>

</body>

</html>

__________________
My Spyware Site
www.becroydon.co.uk
Under Construction
becroydon is offline