Board index PBase HTML and Style Sheets Is it possible to edit the size of text in the CSS file?

HTML and Style Sheets

Is it possible to edit the size of text in the CSS file?

Customize your galleries.
luben
 
Posts: 8

Is it possible to edit the size of text in the CSS file?

Post Mon May 10, 2004 9:23 pm


Is this possible at all?

Thanks in advance

Luben

srijith
Moderator
 
Posts: 2321
Location: Amsterdam


Post Tue May 11, 2004 7:50 am


what exactly do you mean by "edit the size of text"? Make the CSS section smaller in byte-size?

luben
 
Posts: 8

Sorry I am not making myself clear.....

Post Tue May 11, 2004 8:14 am


I meant the size of text used in my galleries (e.g. names of galleries etc.) I want it to be 8pt or 10pt not 12pt as it is currently. I had a look at the current CSS and could not see a text size entry.

Thanks a lot for your help

Luben

robert
 
Posts: 114

Fonts size

Post Tue May 11, 2004 4:47 pm


Fastest way would be to update global setting by adding a font size...

You have........

DIV,BODY,TD,TH,TR,TABLE,FONT,INPUT,LI,UL,FORM,
BLOCKQUOTE,P,B,I,H1,H2,H3,H4,H5 {
font-family: arial,helvetica,sans-serif;
color : #000000;
background : white;

You need.......

DIV,BODY,TD,TH,TR,TABLE,FONT,INPUT,LI,UL,FORM,
BLOCKQUOTE,P,B,I,H1,H2,H3,H4,H5 {
font-family: arial,helvetica,sans-serif;
font-size: 10pt;
color : #000000;
background : white;

As I recall (?), H1 controls the gallery titles.

Separate lines can be added to change fonts for each heading (H1 thru H5). Look at other style sheets as examples.

Robert

luben
 
Posts: 8

Thanks Rob....

Post Tue May 11, 2004 10:25 pm


Thanks Rob. I'll give that a go. As you can see I still have a lot to learn about CSS.

All the best

Luben


Board index PBase HTML and Style Sheets Is it possible to edit the size of text in the CSS file?

Who is online

Users browsing this forum: ClaudeBot and 0 guests