willworkforchoc
06-23-2003, 12:06 AM
Is there a way to keep the cell lines when I add a colour for the background of a table. Initially I had different colours so I tagged them individually. But now when I keyed in table bg..., I lost the lines. Can I get them back?
Thanks
angelivion
06-23-2003, 01:24 AM
may we see the actual code you used?
willworkforchoc
06-23-2003, 02:07 AM
Here's the code
<table border="1"><table bgcolor="CC00FF">
<tr>
<td>Time</td>
<td>Monday</td>
<td>Tuesday</td>
<td>Wednesday</td>
<td>Thursday</td>
<td>Friday</td>
</tr>
Dude128
06-23-2003, 02:21 AM
I'm not really sure I understand the question, but you should only have one <table> tag, like so:
<table border="1" bgcolor="CC00FF">
could that be causing your problem?
willworkforchoc
06-23-2003, 02:17 PM
What I have is a purple box with no lines (except the outside/border one. I would like lines to separate each(cell)
Thanks
willworkforchoc
06-23-2003, 11:39 PM
You were right.. Thank you!