YellowYoshi
05-29-2003, 03:03 AM
For some reason a border won't appear. Here's my code:
<table width="100%"><td>
<tr onmouseover="this.style.backgroundColor='#006600';"
onmouseout="this.style.backgroundColor='#000000'" bgcolor="#000000" border="2"
style="border-color: #0000ff #0033ff;">
I tried everything! I tried adding the border to the td, or table tags instead, didn't work. Please help!
<table width="100%"><td>
<tr onmouseover="this.style.backgroundColor='#006600';"
onmouseout="this.style.backgroundColor='#000000'" bgcolor="#000000" border="2"
style="border-color: #0000ff #0033ff;">
I tried everything! I tried adding the border to the td, or table tags instead, didn't work. Please help!