CSS
There are 3 entries for the tag
CSS
So I had the recent privilege to work with a bunch of InputFormTextboxes and KWIZ Tagging Controls. None of them would inherit my styles using the CSSClass tags for some reason. So I shoved a couple spans around the controls in the RenderContents method and finally the links inherited everything I needed. Morale of the story: <span></span> is your friend. Technorati Tags: MOSS,SharePoint,CSS,Webparts...
So I promised you guys one interesting fact based on my dev experiences every week. I failed last week due to a ton of junk going on. Here it is: Open up an "EditForm.aspx" in SharePoint Designer Go to the Insert menu and click on the SharePoint Section and you will see Insert Custom List Form Field At this point you want to choose the list you are working with in the drop down and make sure the radio button for Edit Form is selected Switch to Split and highlight part of the form tables, notice you...
If you want to show the progress bar please refer back to this post on how to get an AJAX Progress Bar to work with SharePoint: http://www.mosslover.com/ar... For the next step you want to create a Javascript Function in your user control or web part that looks a little bit like this: <script type="javascript/text" > HideButtons() { var Button1 = <%= Button1.ClientID %>'; document.getElementbyId(But...