Friday, December 10, 2004

design view change html content

I had trouble to edit a page in the design view: every time when I save this page after updating the path of the image, the style of TD and TR are all gone.
I looked into the html code, found that those style attribute is not valid in TD tag, then I copy & paste following lines from other pages into the part of this page, every thing is fine now.

<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">




No comments: