Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

asp database help 1

Status
Not open for further replies.

611brain

Programmer
Feb 26, 2007
10
CA
hi

i am using asp database script. some how width doesn't work in table so is there anyway to work without removing width?

Response.write "<TR><td width=67%>" & rs("Uame") & "</td>"


here is my error

Error Type:
Microsoft VBScript compilation (0x800A0409)
Unterminated string constant
/a3/tp021e23.asp, line 22, column 32
Response.write "<TR><td width=67

thanks
 
>width=67%
[tt]width=[red]'[/red]67%[red]'[/red][/tt]
 
thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top