|
| ||||||||||
| Tags: css, font size, php |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| ||||
| ||||
| How can I define font size in PHP page?
How can I define font size in PHP page? Please help me. I know the standard <font size="xx"> </font> but it don't work. How can I change the size of font? Thanks |
|
#2
| |||
| |||
| Re: How can I define font size in PHP page? Do you have CSS? If yes then please try CSS to control & change the font size. Code: <span style="font-size: 14px;"> Text To Change </span> Code: FONT {FONT-FAMILY: Verdana,Helvetica; FONT-SIZE: 11px}
TD {FONT-FAMILY: Verdana,Helvetica; FONT-SIZE: 11px}
BODY {FONT-FAMILY: Verdana,Helvetica; FONT-SIZE: 11px}
P {FONT-FAMILY: Verdana,Helvetica; FONT-SIZE: 11px}
DIV {FONT-FAMILY: Verdana,Helvetica; FONT-SIZE: 11px} |
|
#3
| |||
| |||
| Re: How can I define font size in PHP page?
Hi, I want to change the font size in Index.php page how to do it? |
|
#4
| |||
| |||
| Re: How can I define font size in PHP page?
You simply need to do this kind of thing: Code: echo "<font size=18>XXXX</font>"; echo "<font size=12>ABC</font>"; |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "How can I define font size in PHP page?" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Can anyone define googles page rank criteria | Alfa Gajodhar | Technology & Internet | 5 | 27-01-2011 11:21 PM |
| How to design font size in CSS | little-Jacqueline | Software Development | 5 | 23-02-2010 12:38 AM |
| Font size | Bullfrog | Windows Software | 4 | 17-11-2009 06:36 PM |
| Font & font size changed for menu box!! | got2balls | Customize Desktop | 5 | 20-03-2009 06:35 PM |
| How to define Array size dynamically | softte | Software Development | 3 | 28-01-2009 09:44 PM |