Jan 26, 2004 #1 golyg Programmer Joined Jul 22, 2002 Messages 319 Location 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 Joined Dec 8, 2003 Messages 17,047 Location 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