![]() |
|
|
|
#1 |
|
please look at this page:
https://www.regnow.com/softsell/nph-...gi?item=3045-9 there seams to be no way to change the font size of the headers "Delivery" and "Order Information". Note that I cannot change the <td> tag surrounding the headers. I am using <font color=#d7b300 style="font-size: 14px"> </font> but the font size is still 12px, the color changes correctly. AC |
|
|
|
|
#2 |
|
Posts: n/a
|
In article <>,
(AC) wrote: > there seams to be no way to change the font size of the headers > "Delivery" and "Order Information". Note that I cannot change the <td> > tag surrounding the headers. > > I am using > <font color=#d7b300 style="font-size: 14px"> </font> > but the font size is still 12px, the color changes correctly. Get rid of deprecated HTML, like <font> and start using methods of today, like Cascading Style Sheets (CSS), to suggest presentational detail. <http://www.w3schools.com/css/> -- Kris <> (nl) <http://www.cinnamon.nl/> |
|
|
|
#3 |
|
Posts: n/a
|
in post: <news:kristiaan->
Kris <> said: >> <font color=#d7b300 style="font-size: 14px"> </font> >> but the font size is still 12px, the color changes correctly. > Get rid of deprecated HTML, like <font> and start using methods of > today, like Cascading Style Sheets (CSS), to suggest presentational > detail. this is also of deep concern: <meta name="GENERATOR" content="Microsoft FrontPage 4.0"> -- b r u c i e |
|
|
|
#4 |
|
Posts: n/a
|
brucie schrieb: > > this is also of deep concern: > > <meta name="GENERATOR" content="Microsoft FrontPage 4.0"> ouch... bernhard --- www.daszeichen.ch remove nixspam to reply |
|