I've been trying to change the font under the "Future 1", you can see the code here; but if I change the font, changes doesn't apply.
What seems to be the problem?
|
I've been trying to change the font under the "Future 1", you can see the code here; but if I change the font, changes doesn't apply. What seems to be the problem? |
||||
|
You font-size settings are all being overidden by inline 'style' declarations in the HTML code e,g, |
|||||
|
|
It's because the font size is set as a style attribute on the parent The changed block of code is as follows with
|
|||
|
styletag or thestyleattribute on its parenttdor theptag? Also why do you have all this styling directly on elements with theirstyleattribute? – prodigitalson Aug 29 '10 at 15:04