Problem with strong en bold

  • Author
    Posts
  • #41603

    Hi, I’m Severine and I have a problem with the strong bold and italic. They don’t work !

    I have this in My nirvana-enfant :

    /* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain)*/
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed,
    figure, figcaption, footer, header, hgroup,
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
    	margin: 0;
    	padding: 0;
    	border: 0;
    	font-size: 100%;
    	font: inherit;
    }
    
    strong {
    	font-weight: bold;
    }
    cite,
    em,
    i {
    	font-style: italic;
    }

    Someone can help me ?
    Thanks !

    #41628
    Zed
    Cryout Creations mastermind

    You shouldn’t normally need weight and style resets since the browser is supposed to handle these itself based on the defaults.

    You should look at something else interfering with the styles, like invalid markup in the site (causing all of the site to turn bold or italic, for example) or a plugin’s styling improperly overriding all general styling with its own.
    Without a link to your site I cannot suggest anything more exact.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Problem with strong en bold’ is closed to new replies.