Site definition problems with web parts



I am currently having a look a creating site definitions and have
created a links list and put the web part on the page. However I would
like to remove the background (frame style) from this web part - so
based on the SDK this should work, but it doesn't! Please help.

Jenny

<View List="101" BaseViewID="0" WebPartZoneID="TopZone"
WebPartOrder="1">

<![CDATA[

<WebPart
xmlns="http://schemas.microsoft.com/WebPart/v2";>

<Assembly>Microsoft.SharePoint,
Version=11.0.0.0, Culture=neutral,
PublicKeyToken=71e9bce111e9429c</Assembly>


<TypeName>Microsoft.SharePoint.WebPartPages.ListViewWebPart</TypeName>

<Title></Title>

<Description></Description>

<FrameType>None</FrameType>

</WebPart>

]]>

</View>

.



Relevant Pages