No table border for blank cell

No table border for blank cell

am 03.09.2005 04:31:00 von Doug

When I fill an html table using ASP with data from a database, there is no
border around any cell that has no data. I know I can manually put in a
blank character or nbsp, but how do I do this when I am using asp? Has
anyone else had this problem and came across an easy fix?

Thanks,

Doug

Re: No table border for blank cell

am 03.09.2005 05:11:04 von McKirahan

"Doug" wrote in message
news:EV7Se.7443$UI.70@okepread05...
> When I fill an html table using ASP with data from a database, there is no
> border around any cell that has no data. I know I can manually put in a
> blank character or nbsp, but how do I do this when I am using asp? Has
> anyone else had this problem and came across an easy fix?
>
> Thanks,
>
> Doug





<%=rs("field")%> 

Re: No table border for blank cell

am 03.09.2005 05:16:17 von Doug

Doh me. That works...

Thanks,

Doug

"McKirahan" wrote in message
news:ueCdnV0uH-fxiYTeRVn-2g@comcast.com...
> "Doug" wrote in message
> news:EV7Se.7443$UI.70@okepread05...
> > When I fill an html table using ASP with data from a database, there is
no
> > border around any cell that has no data. I know I can manually put in a
> > blank character or nbsp, but how do I do this when I am using asp? Has
> > anyone else had this problem and came across an easy fix?
> >
> > Thanks,
> >
> > Doug
>
>


>
>
>
>
<%=rs("field")%> 

>
>

Re: No table border for blank cell

am 03.09.2005 09:45:42 von exjxw.hannivoort

Doug wrote on 03 sep 2005 in microsoft.public.inetserver.asp.db:

> When I fill an html table using ASP with data from a database, there
> is no border around any cell that has no data. I know I can manually
> put in a blank character or nbsp, but how do I do this when I am using
> asp? Has anyone else had this problem and came across an easy fix?

Please do not multipost!!!
Crossposting is possible, if necessary.

--
Evertjan.
The Netherlands.
(Replace all crosses with dots in my emailaddress)

Re: No table border for blank cell

am 05.09.2005 21:00:50 von Doug

No problem. Will do.

Doug

"Evertjan." wrote in message
news:Xns96C6635089CF8eejj99@194.109.133.242...
> Doug wrote on 03 sep 2005 in microsoft.public.inetserver.asp.db:
>
> > When I fill an html table using ASP with data from a database, there
> > is no border around any cell that has no data. I know I can manually
> > put in a blank character or nbsp, but how do I do this when I am using
> > asp? Has anyone else had this problem and came across an easy fix?
>
> Please do not multipost!!!
> Crossposting is possible, if necessary.
>
> --
> Evertjan.
> The Netherlands.
> (Replace all crosses with dots in my emailaddress)
>