CSS Problem
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
I have a webpart that contains an ASP.NET 2.0 GridView and is
displayed in SharePoint Services. I'm trying to change the font in the
headline of the GridView but it does not work. By checking the source
code I think I have come up with an easier question.
If I add the HTML below to an ASP.NET site I get a large red text. If
I however add it to a webpart that is displayed in SharePoint I get a
small grey text.
<table>
<tr style="font-size:50px;color:Red;">
<th scope="col">Some text</th>
</tr>
</table>
.
Relevant Pages
- Re: WebRequest Permission for WebPart
... >I have a .NET WebPart which i have deployed to a Sharepoint Services. ... > permission to call an external web resource so how would i go about ... (microsoft.public.sharepoint.portalserver.development) - Re: WebRequest Permission for WebPart
... >I have a .NET WebPart which i have deployed to a Sharepoint Services. ... > permission to call an external web resource so how would i go about ... (microsoft.public.sharepoint.windowsservices) - Where to modify the screen width of list items
... Sharepoint Services ... We have a 'List' created as a 'General News'. ... If I set the width here, to say 400 pixels, it reduces the width of the ... Webpart but does not prevent my scrolling issue. ... (microsoft.public.sharepoint.windowsservices) - Re: Designing the UI of a WebPart
... starting out with ASP.NET 2.0 (and sharepoint services 3.0) I've found ... When creating a webpart all samples explain that you have to place all ... contain more than 50 lines of HTML code. ... you can use vs2005 designer to designer and then use the user control ... (microsoft.public.dotnet.framework.aspnet) - Display image from sql into webpart
... I'm building a webpart. ... The thing i want is display a gridview that show's ... images that stored in a sql server. ... page with that's shows the image, and reffer to the gridview. ... (microsoft.public.sharepoint.portalserver.development) |
|