Font problems

celinemarchbank / 2012-01-09 15:45:40   

Hi,

I did something to my css code and now all the type on my pages is in bold. I do not know how to change it. It is acting weird, because in some sections/pages it is fine ie some bold and some not (how i want it), but if i go into change any of the type through the ndxz-studio website way it then just changes it all to bold.

Here is two examples:

This is how the type should be: http://www.celinemarchbank.com/index.php?/portfolio/swimmers/

This is how it is changing it all to:
http://www.celinemarchbank.com/index.php?/portfolio/swimmers/

It made all the type very small as well but i managed to change that by increasing the font size in the #content p section, is that correct? But what do I do to make it not all bold?

Any help would be great as I can not find any similar subjects on the forum.

Thanks!

celinemarchbank / 2012-01-09 15:46:35   

Sorry the wrong like. This is what the type is like when it changes it, ie all bold: http://www.celinemarchbank.com/index.php?/portfolio/tulip/

Clark / 2012-01-10 02:13:20   

The reason for the boldness is because you have tags around your text, which is giving you the bold style.

Log into indexhibit and find the exhibits with bold text, and look again at the text-field where you put the text in. It looks like you have been using the tags for your other sections but only for the headers, and in this case accidentally bolded the whole body of text ;)

Clark / 2012-01-10 02:15:19   

*< b > tags. See this forum does the same thing unless I use spaces. So I better close it, like this < /b >. Voila..

celinemarchbank / 2012-01-10 04:48:27   

Hi, thanks for your reply.

Thats what it looks like, but it is not. When i go in to the individual Exhibit pages they still say that only the titles are bold, infact in this section http://www.celinemarchbank.com/index.php?/portfolio/tate-and-lyle/

nothing is actually set to bold (see below) yet the font is still all bold. This is what is on the page:

Tate & Lyle sugar refinery,
Silvertown East London.

This project documented the refinery just before it was announced it was to close. This forms part of a larger project looking at disappearing British industries.

___

When I went into just to change a word on the page afterI saved it, everything changes to bold on website page. weird.

What happened to start this problem was: i did something to my css file, saved it and then it made all the font in the pages very small and bold, i managed to change the code to larger font but do not know how to stop it all going to bold.

celinemarchbank / 2012-01-10 04:49:24   

When I went into just to change a word on the page after I saved it, everything changes to bold on website page. weird.

What happened to start this problem was: i did something to my css file, saved it and then it made all the font in the pages very small and bold, i managed to change the code to larger font but do not know how to stop it all going to bold.

rickykappa / 2012-01-10 05:02:37   

you have an html tag in your stylesheet: that surely isn't well accepted by the browser. erase all the following line and see if this solves your problem ;-)
e.g. <p> style ="font-size: 10px; font-weight: bold;">CELINE MARCHBANK</p>

celinemarchbank / 2012-01-10 10:10:33   

I tried that and nothing changed.

I have also noticed that all the captions are tiny too:

http://www.celinemarchbank.com/index.php?/commercialwork/food/

rickykappa / 2012-01-10 13:15:43   

you still have errors, see the css validator
and btw also the html has a bit of problems: when you open a <font> tag you're supposed to close it as well...</font> ;-)

This thread has been closed, thank you.