Notes for Sharepoint Customization

Source: Internet
Author: User
Yesterday I put my website

Http://sps.oceanstudio.net

The home page was re-customized. Because it was just to commemorate the first anniversary of the family's visit to the world, the subject was also changed. In the customization process, there are several main aspects:

1: some pages of the SPS are stored in a large table by default, so the display speed is very slow and cannot be displayed one by one. Therefore, the first point of customization is to split a page into multiple tables. For example, the navigation bar is a separate table, and the line of logo is also a separate table, the content is divided into two to three tables by region, so that you can see a part of the page for display. So what should we do? This requires FrontPage. When using FrontPage to split a table, pay attention to the structure of the original page and the class of the original table. For example, the style class of the main frame is MS-Main, therefore, the new table must also be <Table class = "MS-Main">. Otherwise, some styles are lost after the table is split.

2: The content is discharged in two or three rows. The content of my current page is divided into two tables. The above table is in two rows, and the following table is in three rows. Why is this? Because after multiple tables are used, if the upper and lower tables are in three rows, the alignment between two rows is more difficult, but there is no alignment problem between two and three rows. You can also refer to Sina's news homepage. Each piece of it has a flash strip to buffer, so it is not easy to find out.

3: You need to back up the page before changing the page. Otherwise, you can easily destroy the page and cannot restore it. Then, after editing the page, if the execution result is found to be redirected to the error page, first, check whether there are two <form> labels in the page. For aspx, each page can have only one <form runat = "server"> label, when you use forntpage for editing, sometimes the FrontPage adds an <form> label due to the adjustment of the page structure. In this way, when you upload the file, you will find an execution error, but the error message does not show any problems. I also found that there was an additional <form.

In addition, some video recordings about the SPS operation are also put on my website, and some Web Part development videos may be put in the future, and some Web parts are collected and put on the website. According to the statistical analysis of the website, the number of page clicks on the website is about-in a day.

Friends who like JavaScript put some good original HTC downloads on my website. Some excellent JavaScript will be released in the futureCode.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.