跳到主要內容

發表文章

目前顯示的是 12月, 2014的文章

Vbulliton shoutbox installation

How to install CometChat with vBulletin

CSS margin 定義與用法

margin 簡寫屬性在一個聲明中設置所有外邊距屬性。該屬性可以有 1 到 4 個值。 說明 這個簡寫屬性設置一個元素所有外邊距的寬度,或者設置各邊上外邊距的寬度。 塊級元素的垂直相鄰外邊距會合併,而行內元素實際上不佔上下外邊距。行內元素的的左右外邊距不會合併。同樣地,浮動元素的外邊距也不會合併。允許指定負的外邊距值,不過使用時要小心。 註釋:允許使用負值。 例子 1 margin:10px 5px 15px 20px; 上外邊距是 10px 右外 邊 距是 5px 下外 邊 距是 15px 左外 邊 距是 20px 例子 2 margin:10px 5px 15px; 上外 邊 距是 10px 右外 邊 距和左外 邊 距是 5px 下外 邊 距是 15px 例子 3 margin:10px 5px; 上外 邊 距和下外 邊 距是 10px 右外 邊 距和左外 邊 距是 5px 例子 4 margin:10px; 所有 4 個外 邊 距都是 10px

How to Add an Ad Above the Who's Online Box on vBulletin?

Instructions 1 Log in to your vBulletin Internet forum with your administrative user name and password. Click the arrow next to "Styles & Templates" and select "Style Manager" from the drop-down menu. 2 Choose "Edit Templates" from the drop-down box next to the forum style you want to edit. Locate and double-click "Ad Location Templates" in the list to the left. Locate and double-click "ad_board_after_forums." 3 Add the following code into the large text field under "Template": <!-- add this part here --> <tr> <td class="tcat" height=100><center><!-- insert ad code here --></center></td> </tr> <!-- end additional code --> Substitute "<!-- insert ad code here -->" for the coding used for your banner ad. When finished, click "Save and Reload."