|
(二)宽屏显示的实现
可能 MSN Space 为了照顾那些依然使用 800×600 显示模式的用户,将日志和列表的屏幕显示宽度范围限制在 800px 之内。但是这样对于使用 1024×768 及以上显示模式的用户来说,就会在屏幕的右边留下空白区域,很不美观。以前在自由定位语句还能使用的阶段,不少朋友和我都在空白之处放上一些图片来弥补。可是自由定位语句在6月底就被 MSN 封杀了,从那时起我就开始探索是否有其他可行的办法来弥补这一空白。“工夫不负有心人”,通过 PowerToy 中的 Custom HTML 模块,只要写上短短几个代码,就能突破宽度 800px 的限制。下面我就来具体介绍一下:
1、宽屏显示的原理 因为 MSN Space 整个页面是通过表格<Table>语句来定位,所以这个宽屏显示也是通过<Table>语句来实现的。主要是将左列或者中列的模块变宽,将右列的模块挤到原来显示范围之外。由于采用了不对称的<Table>语句,所以使用要格外谨慎,请按照以下步骤去做,以免出现日志混乱、甚至空间首页无法登录等问题。
2、宽屏显示的条件 如果想使用本办法请将你的 MSN Space 排布格式改成如图所示的四种版式之一。如选择“左右两列”,则左列上方放 Custom HTML 模块,下方放 Blog(网络日志)模块,并将其他模块都放到右列。 |
|
② Widen the Blog by the Custom HTML Module
Maybe MSN considers those people who is still using 800×600 display mode, so the width of MSN Spaces are limited to 800 pixels. However, for the user with 1024×768 display mode, it leaves a large blank area on the right. People, including myself, are continuing seeking a way to reclaim this virgin soil. After spending a whole weekend in it, I found it could be possible to exceed the 800px limit by using Custom HTML module with some specific codes. Now I begin to share my finding with you.
1. The principle
As we know, the webpage of MSN Space is using a large table to locate and display contents, such as Blog and Custom List. The limit of the width of Blog module is defined within this table. So I am apply some <TABLE> tags to change it. Because wrong codes may cause some problems to your space, please make sure that you follow my tutorial step by step, and check the codes carefully before previewing your space.
2. The applicable layouts
Please select one of the four layouts as shown below. For two-column layout, put the Custom HTML module on the top of the left column, the Blog module under it, and all the rest modules and lists into the right column. |