Ok ... So I have been creating websites in photoshop for some time. I create the graphics ... then slice and then I always end up adding the quotation marks to all the numbers/dimensions as photoshop doesn't do this for some reason but my question is ... are the quotations necessary? Will it load right in all the browsers without them?
Example:
Photoshop exports this
Code:
<TABLE WIDTH=792 BORDER=0 CELLPADDING=0 CELLSPACING=0>
and I have been manually changing it to
Code:
<TABLE WIDTH="792" BORDER="0" CELLPADDING="0" CELLSPACING="0">
is this needed? if so is there a tool online that will do it automatically?
Please advise.
Thanks,
JoNathan
|