Remove "search and search" and center "view new stickers" and other buttons

Source: Internet
Author: User
After "Search" is removed, the buttons such as "view new posts", "Hot Topics", "post ranking", and "User List" that used to work with "Search" moved to the left, to center these buttons, perform the following operations:
Find

Program code <Div style = "float: Left; padding: 3px 0px; Height: 28px; text-indent: 20px;">
<A href = "query. asp? Stype = 3 & psearch = 0 & nsearch = 0 "> View new stickers </a>
<Font face = "wingdings" color = "666666"> v </font>
<A href = "query. asp? Stype = 4 & psearch = 0 & nsearch = 0 "> Hot Topics </a>
<Font face = "wingdings" color = "666666"> v </font>
<A href = "infolist. asp? T = toplist & orders = 1 "> posting ranking </a>
<Font face = "wingdings" color = "666666"> v </font>
<A href = "infolist. asp? T = toplist & orders = 7 "> User List </a>
</Div>

ArticleFirst in the aboveCodeRemove "float: Left;" (float only has none | left | right attribute, no center attribute), and then remove the "text-indent: 20px; ", and then all the above Code is embedded with <Div align =" center "> </div>.

Program code <Div align = "center">
<Div style = "padding: 3px 0px; Height: 28px;">
<A href = "query. asp? Stype = 3 & psearch = 0 & nsearch = 0 "> View new stickers </a>
<Font face = "wingdings" color = "666666"> v </font>
<A href = "query. asp? Stype = 4 & psearch = 0 & nsearch = 0 "> Hot Topics </a>
<Font face = "wingdings" color = "666666"> v </font>
<A href = "infolist. asp? T = toplist & orders = 1 "> posting ranking </a>
<Font face = "wingdings" color = "666666"> v </font>
<A href = "infolist. asp? T = toplist & orders = 7 "> User List </a>
</Div>
</Div>

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.