yes heres how i just did it on mine
quote:
<Control xsi:type="LinkControl" Id="AboutUrl">
<Position Top="0" Width="170" Left="280"/>
<Attributes>
<Underline>Never</Underline>
</Attributes>
<TextColor>
<Red>255</Red>
<Green>255</Green>
<Blue>255</Blue>
</TextColor>
<Caption>365 Skin: Created by UK Skins United (2007 - 2008)</Caption>
</Control>
after position you can put an attribute tag, attribute has 2 options these are
align
uderline
so i put an underline tag in, that has 3 options
always (akways underlined)
never (never underlined)
whenhot (underlined when you hover over it, otherwise not)
to acheive your desired effect choose never.