Absolute newbie needs to resize columns and fonts on a website
|
|
Hi, I'm not a geek or programmer or scripter. I'm here for help regarding a badly formatted website. I commonly read news from this website: www.hindu.com. I have a widescreen monitor, and the site layout is too narrow for my wide screen, leaving large white spaces on each side. I want a script that will "autofit" the columns, with the middle column being about 70% of total screen width. Also, I would like the font size to be increased to 16 on the same page. Anticipating someone kind enough to help me. Thank you very much! |
|
|
Have you tried the FF native function to zoom in and out?
|
|
|
or ctrl + scroll mouse |
|
|
Try this
You need to install Stylish then click "Load into Stylish", edit the 450px to a size of your own, click preview to try it out, then "Save". It doesn't autofit, but you can change the 450px to a size of your liking. |
|
|
@joe + anil: You can install a userstyle for greasemonkey (although I prefer using Stylish): Joe's style in specific can be installed directly with this link. |
|
|
Thanks everyone for helping me. I tried both Stylish and Greasemonkey, but I liked Stylish better because it's easier to use for me. I have used the script written by joe, and customized it. The result looks like this: http://img252.imageshack.us/img252/1636/hinduoo...
Here is the script I'm using:
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.hindu.com"), domain(thehindu.com), domain(hinduonnet.com) {
body center {
width:600px !important;
}
* {
font-size:14px !important;
}
}
|
|
|
@avg: You can install a userstyle for greasemonkey (although I prefer using Stylish)You could do it using Greasemonkey but rather than just a preference, Stylish would be by far the better solution when you're only adding css to a page. @Anil Kumar: Glad you've found a solution, and if you have any specific questions relating to changing the style of the page, it might be worth looking at the forum over at userstyles.org too. |
|
|
An easy way to do this is to download the Platypus Firefox add-on and do it from there. |
|
|
NoSquint extension is handy to zoom text and image. You set your options globally and per site, and you can add a zoom button to the toolbar.
|
