1
3afooor
my article font is too small how to increase it
  • 2006/5/25 11:00

  • 3afooor

  • Just popping in

  • Posts: 28

  • Since: 2004/9/20


hi all i have this site
http://kwtphoto.com

i change alot in the CSS file to change the font size of the articles but it not changed so how to plz


thx alot

2
Bassman
Re: my article font is too small how to increase it
  • 2006/5/25 11:46

  • Bassman

  • Friend of XOOPS

  • Posts: 1272

  • Since: 2003/5/23


Look for .itemText and change or add a font size to it.

3
3afooor
Re: my article font is too small how to increase it
  • 2006/7/12 5:56

  • 3afooor

  • Just popping in

  • Posts: 28

  • Since: 2004/9/20


hi thx alot for u

i try to change it but no effect

first this is the theme.html code is it ok for the style sheet ?? i am using the ( defaulf1 ) template

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<
html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<{$xoops_langcode}>" lang="<{$xoops_langcode}>">
<
head>
<
meta http-equiv="content-type" content="text/html; charset=<{$xoops_charset}>" />
<
meta http-equiv="content-language" content="<{$xoops_langcode}>" />
<
meta name="robots" content="<{$xoops_meta_robots}>" />
<
meta name="keywords" content="<{$xoops_meta_keywords}>" />
<
meta name="description" content="<{$xoops_meta_description}>" />
<
meta name="rating" content="<{$xoops_meta_rating}>" />
<
meta name="author" content="<{$xoops_meta_author}>" />
<
meta name="copyright" content="<{$xoops_meta_copyright}>" />
<
meta name="generator" content="XOOPS" />
<
title><{$xoops_sitename}> - <{$xoops_pagetitle}></title>
<
link href="<{$xoops_url}>/favicon.ico" rel="SHORTCUT ICON" />
<
link rel="stylesheet" type="text/css" media="all" href="<{$xoops_url}>/xoops.css" />
<
link rel="stylesheet" type="text/css" media="all" href="<{$xoops_themecss}>" />
<!-- 
RMVadded module header -->
<{
$xoops_module_header}>
<
script type="text/javascript">
<!--
<{
$xoops_js}>
//-->
</script>
</
head>
<
body>






then i have this style sheet file name

style.css

i change the code

.itemText {
    
font-size13px;
    
margin-top5px;
    
margin-bottom5px;
    
line-height1.5em;
    
margin-right5px;
    
fontnormal bold large;
}


but without any change

so what is the problem

4
3afooor
Re: my article font is too small how to increase it
  • 2006/7/14 7:13

  • 3afooor

  • Just popping in

  • Posts: 28

  • Since: 2004/9/20


plz any one can

5
DIDI5
Re: my article font is too small how to increase it
  • 2006/7/14 7:49

  • DIDI5

  • Just popping in

  • Posts: 36

  • Since: 2006/3/24


make sure that every thing you have in your css is ended with a ;
example:
.mytstyle {
#000000; background: #E1E6E2; margin: 0; padding: 0; font-size: 11px;
}

Also maybe you can add some style for font for the body of your style. -it is generally the first line for the body.

check your stylesheet for the ; extra space, extra blank line remove
comments should be properly inside /*comment*/ or //

just try it

Login

Who's Online

215 user(s) are online (140 user(s) are browsing Support Forums)


Members: 0


Guests: 215


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits