Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Add Web Parts Showing up on wrong row

  Asked By: Felicia Hunter         Date: May 05, 2006      Category: Sharepoint      Views: 232
 

I am building a custom site definition after finishing up my
customizations I have foudn that the add webparts tool pane is showing
up below the footer of the page on a new row. I have to scroll down
to see it. I noticed that appears that the add web parts toolpane is
added right before the </form> tag. Anyone know how to change this
behavior so that it pushes the rest of the page over and shows up on
the correct line?

Tagged:                

 

4 Answers Found

 
Answer #1       Answered By: Ana Payne          Answered On: May 05, 2006       

Whenever I see this sort of behavior it is usually the result of
invalid html. Sometimes a closing </td> tag  or other table related
tag is missing. Other times the problem occurs because the end of a
quote (single or double) was forgotten. For example:

INVALID <td width="100px>Hi</td>
CORRECT <td width="100px">Hi</td>

 
Answer #2       Answered By: Christop Mcfadden          Answered On: May 05, 2006       

If I remember correctly, it is Beta bug and will be fixed in RTM
version.

 
Answer #3       Answered By: Lacey Daniels          Answered On: May 05, 2006       

I fixed it last night after I made the post but I forget to post again and say that i had fixed it. I had an extra set of </td></tr></table> tags. I had to sit and tab the stupid HTML out because Microsoft just stacks it all on a couple of really long lines.

 
Answer #4       Answered By: Megan Martin          Answered On: May 05, 2006       

I'm having the same issue. It started recently with a migration that was done recently (we're still 2003). The admins are pretty mum about what might have been done. Possible that some other changes were made at the time?

 
Didn't find what you were looking for? Find more on Add Web Parts Showing up on wrong row Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].