View Single Post
05-13-2005, 10:44 AM
#1
Adam is offline Adam
Adam's Avatar
Status: Member
Join date: Jan 2005
Location:
Expertise:
Software:
 
Posts: 433
iTrader: 0 / 0%
 

Adam is on a distinguished road

  Old  another n00b asp.net question from me (html and ")

hi guys

ive googled but no luck

i have a html tag

Code:
<table width="100%">
in php if i do this

PHP Code:
echo "<table width="100%">" 
it will give me nasty errors (as is asp.net at the moment) but if i do this

PHP Code:
echo "<table width=\"100%\">" 
it will echo out the table code with the " intact

does anyone know the asp.net equivelant?

so i can put valid xhtml into asp.net tags?

thanks
adam