Jan 26, 2004 #1 golyg Programmer Jul 22, 2002 319 US I was wondering if there is a way to completely underline a table cell if it is blank? Currently, I am underline blank spaces but that can get ugly with all the ' all over the place? thanks,
I was wondering if there is a way to completely underline a table cell if it is blank? Currently, I am underline blank spaces but that can get ugly with all the ' all over the place? thanks,
Jan 26, 2004 1 #2 BillyRayPreachersSon Programmer Dec 8, 2003 17,047 GB You could try: Code: <td style="border-bottom:1px #000000 solid;"></td> Hope this helps, Dan Upvote 0 Downvote
You could try: Code: <td style="border-bottom:1px #000000 solid;"></td> Hope this helps, Dan