Author | Message |
---|---|
p0941
Posts: 95
|
Posted 21:43 May 14, 2010 |
Is HTML frame recommended for sidebar? Though unlikely. Thanks. |
cysun
Posts: 2935
|
Posted 22:02 May 14, 2010 |
No. Frames are not very well supported by old browsers, and more importantly they are ugly so almost nobody uses it any more. Sidebars are usually created with CSS - you can see how it's done by looking at MediaWiki's CSS files. Another quick and dirty way to create a page layout is to use tables. |