![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I'm going to try and take out all the <font> tags from my page and put it all into one part in the CSS at the top of each page. If you have a look at my page (linked in signature), is it simply a case of removing all the font> tags and putting in the equivalent CSS one? What about things like colour, etc... and if there are different font sizes on a page? TIA |
#3
| |||
| |||
|
|
Hi, I'm going to try and take out all the <font> tags from my page and put it all into one part in the CSS at the top of each page. If you have a look at my page (linked in signature), is it simply a case of removing all the font> tags and putting in the equivalent CSS one? What about things like colour, etc... and if there are different font sizes on a page? TIA -- My music - http://www.teatime.pwp.blueyonder.co.uk/ Given that all the font tags (and arent there a lot of them?!) just set the |
#4
| |||
| |||
|
|
p{ font-size: 16pt; } |
#5
| |||
| |||
|
|
Deryck wrote: p{ font-size: 16pt; } Don't use pt. Yeah, youre right. I just didn't want to overload the guy with too much at |

#6
| |||
| |||
|
|
"John Bokma" <postmaster (AT) castleamber (DOT) com> wrote in message news:40ddffc6$0$213$58c7af7e (AT) news (DOT) kabelfoon.nl... Deryck wrote: p{ font-size: 16pt; } Don't use pt. Yeah, youre right. I just didn't want to overload the guy with too much at once. Changing from pt to em or % or px or whatever once it's in a CSS file is trivial of course. I didnt want to get into the whole sizing thing either, but we've gone theer anyway now ![]() |
#7
| |||
| |||
|
|
Thanks, I have used pt. 16 because if I don't specify and let people choose their own size, the menu at the top would be messed up... In what way? If you mean that the menu would run off the music scale then |
#8
| |||
| |||
|
|
"Mr. Teatime" <mr_teatime007 (AT) hotmail (DOT) com> wrote in message news:RinDc.3755$zW4.40285228 (AT) news-text (DOT) cableinet.net... Thanks, I have used pt. 16 because if I don't specify and let people choose their own size, the menu at the top would be messed up... In what way? If you mean that the menu would run off the music scale then that already happens when I look at it, I'm using a 1440x900 screen (ie wider than 800x600 or 1024x768). In any case, Firefox will allow the user to resize your fonts so it would get "messed up" anyway. People should be allowed to resize the font as their needs and preferences dictate. Cheers Deryck In that case I should look into reworking that menu - I had designed it so |
#9
| |||
| |||
|
| In that case I should look into reworking that menu - I had designed it so the scale of the text would match up with the menu. |
|
Also, can anyone direct me to a good site that explains CSS code that allows tooltips and similar things to pop up? I'm thinking of removing the descriptions of my music until the mouse goes over the track name, or have the description appear when the track name is clicked on or something... |
#10
| |||
| |||
|
|
No, dont do that. http://www.webpagesthatsuck.com/myst...avigation.html explains why. |
![]() |
| Thread Tools | |
| Display Modes | |
| |