Re: [ilugd] Increasing fonts of the website dynamically

2012-01-30 Thread Rakesh Kumar
On Mon, Jan 30, 2012 at 2:45 PM, Swapnil Bhartiya swapnil.bhart...@gmail.com wrote: On 01/30/2012 08:24 AM, Viksit Gaur wrote: - Original Message - From: Rakesh Kumarkumar3...@gmail.com To: The Linux-Delhi mailing listilugd@lists.linux-delhi.**orgilugd@lists.linux-delhi.org

Re: [ilugd] Increasing fonts of the website dynamically

2012-01-30 Thread Viksit Gaur
From: Rakesh Kumar kumar3...@gmail.com How can i put font attribute in the body tag when my page is using different fonts at different place. I @Swapnil... I am not using any CMS but php code itself. For the time being i have done it by creating different CSSs but this doesn't seem to be

Re: [ilugd] Increasing fonts of the website dynamically

2012-01-30 Thread Rakesh Kumar
On Tue, Jan 31, 2012 at 1:13 AM, Viksit Gaur vik...@yahoo.com wrote: From: Rakesh Kumar kumar3...@gmail.com How can i put font attribute in the body tag when my page is using different fonts at different place. I @Swapnil... I am not using any CMS but php code itself. For the time

Re: [ilugd] Increasing fonts of the website dynamically

2012-01-30 Thread Vivek Puri
Can i do the similar thing for background and other stuffs provided in mit website? Please help. Yes you can. I think this thread has enough info for you to get going. Only thing missing is for someone to write the code for you ;) rgds vivek -- http://www.twitter.com/vivpuri |

Re: [ilugd] Increasing fonts of the website dynamically

2012-01-30 Thread Rakesh Kumar
On Tue, Jan 31, 2012 at 12:50 PM, Vivek Puri vpuri.social+il...@gmail.comwrote: Can i do the similar thing for background and other stuffs provided in mit website? Please help. Yes you can. I think this thread has enough info for you to get going. Only thing missing is for someone to write

Re: [ilugd] Increasing fonts of the website dynamically

2012-01-29 Thread Viksit Gaur
- Original Message - From: Rakesh Kumar kumar3...@gmail.com To: The Linux-Delhi mailing list ilugd@lists.linux-delhi.org Cc: Sent: Friday, January 27, 2012 1:27 AM Subject: [ilugd] Increasing fonts of the website dynamically Hi All, We are working on a web project and we have been

Re: [ilugd] Increasing fonts of the website dynamically

2012-01-27 Thread Rakesh Kumar
On Fri, Jan 27, 2012 at 2:57 PM, Rakesh Kumar kumar3...@gmail.com wrote: Hi All, We are working on a web project and we have been asked to develop this in such a way that visitors can change the site's font dynamically as they wish. This is a reference site, please take a look and help-

Re: [ilugd] Increasing fonts of the website dynamically

2012-01-27 Thread Vivek Puri
Hi, What we store font size in php session and have different CSSs for each? or is there any short method to do this? There is no need to generate different css. You can ember CSS font-size property in the generated html though php, which can take value based on font size from the session.