• Hi.
    Please go here: https://eliteeternity.com/
    you will notice that the first two blog posts are normal font (not bold). but everything after that and the categories on the side are all bold. I’m not sure why my blog did this. If you click on any topic heading and go to the topic page then the font is normal and not bold.
    I think it’s something to do with the css or something, but I didn’t change anything so not sure why it just did this. It displays the same on IE7 and Mozilla Firefox.
    Thanks for your help.
    Jeremy

Viewing 5 replies - 1 through 5 (of 5 total)
  • No it’s not CSS. This is usually caused by an unclosed tag somewhere. Looking at your source code I do indeed see an unclosed tag. Have a look at the post titled It’s true, it’s true. I’m hardcore. – more specifically the last line that says My Results: Continue Reading. You have an unclosed <strong> tag.

    Thread Starter bn228

    (@bn228)

    interesting…..I looked all over on that post and there isn’t an unclosed or <b> tag. Any other suggestions?

    I really don't like making people feel stupid, but uh, *sniffs* I just named 30 HTML Elements in 5 minutes.
    
    <a href="https://www.justsayhi.com/bb/html_quiz" style="display: block; background: url('https://assets.justsayhi.com/badges/348/844/html_elements.awoucsr2zw.jpg') no-repeat left top; width: 335px; color: #fff; height: 147px; text-decoration: none" id="mingle2_badge"><strong style="display: block; padding-left: 125px; font-weight: normal; font-size: 45px; padding-top: 44px; font-family: Times New Roman, Arial" id="mingle2_badge_score">30</strong></a>
    
    On a more serious note. Gosh that was terrible! I haven't played around in the code for so long! I forgot a ton! Dang Dreamweaver! Taking away all of my sweet skills. If anyone wants to cheat, here's the full list. I hear cheating makes you feel smart. Maybe I'll try it out next time. It's pretty fun to see what you do know though. Give it a try, then if you fail miserably like I did, try again. (But this time Cheat)
    
    <strong>My Results:<!--more--></strong>
    
    Named so far:
    
    A, B, BODY, BR, CENTER, COL, DIV, DL, FONT, H1, H2, H3, H4, H5, H6, HEAD, HR, HTML, I, LI, OL, P, Q, S, STYLE, TABLE, TD, TR, U, UL,
    
    You forgot:
    ABBR, ACRONYM, ADDRESS, APPLET, AREA, BASE, BASEFONT, BDO, BIG, BLOCKQUOTE, BUTTON, CAPTION, CITE, CODE, COLGROUP, DD, DEL, DFN, DIR, DT, EM, FIELDSET, FORM, FRAME, FRAMESET, IFRAME, IMG, INPUT, INS, ISINDEX, KBD, LABEL, LEGEND, LINK, MAP, MENU, META, NOFRAMES, NOSCRIPT, OBJECT, OPTGROUP, OPTION, PARAM, PRE, SAMP, SCRIPT, SELECT, SMALL, SPAN, STRIKE, SUB, SUP, TBODY, TEXTAREA, TFOOT, TH, THEAD, TITLE, TT, VAR, STRONG.
    
    They also have some other pretty cool "games" <a target="_blank" href="https://www.justsayhi.com/bb" title="Just Say Hi Website Games">on the site</a>.
    
    <hr />
    <p align="center"><!--adsense--></p>
    
    <hr />

    I even tried deleting the “STRONG” at the end and it doesn’t work. Thanks.

    I think you need to put the “strong” closing tag before the “more” tag. Like this: <strong>My Results:</strong><!--more-->

    When I look at the source code of that post on the index page I see this line,

    <p><strong>My Results: <a href="https://eliteeternity.com/2008/01/30/its-true-its-true-im-hardcore/#more-42" class="more-link">Continue Reading &raquo;</a></p>

    Thread Starter bn228

    (@bn228)

    NICE! Thanks guys! It was because I needed it to look like this: My Results:<!–more–>
    I really appreciate it!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Possible CSS Issue (Probably simple)’ is closed to new replies.