• Resolved bbhunt1990

    (@bbhunt1990)


    I’m having issues on a webpage I’ve been working on for my employer. I essentially added Question?> and to all of the questions and answers.

    My goal was to have the first occurrence of a question link to the a repetition of the question and corresponding answer further down the page.

    I had a lot of trouble copying and pasting the code into wordpress’s text editor, so I tried to just use the visual editor to change the font for the second occurrence of the question. Everything looks okay in the visual editor, but for some reason the font color is loading for the actual site.

    I’m fairly new to html, so I”m not sure if it is an html issue, and if so, what the issue is.

    This is the link for the specific page:
    https://ncfcc.us/not-published-new-frequently-asked-questions-page/

    This is the portion of code where the problem is (one instance of it, at any rate):

    1. How do I contact BOOKKEEPING, where is Bookkeeping located and what hours is Bookkeeping open?
    1. <span style=”color: #000080;”>How do I contact BOOKKEEPING, where is Bookkeeping located and what hours is Bookkeeping open?</span>
      Bookkeeping can be reached by dialing (336) 779-6306 and Bookkeeping is located on the second (2nd) floor, room 217, of the Forsyth County Hall of Justice, 200 North Main Street, Winston-Salem. Bookkeping is open Monday through Friday, 8:00 a.m. till 5:00 p.m. except for holidays.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter bbhunt1990

    (@bbhunt1990)

    I must not have posted the code correctly. This is my second attempt:

    <ol>
    <li><a href="#110">How do I contact BOOKKEEPING, where is Bookkeeping located and what hours is Bookkeeping open?</a></li>
    </ol>
    <ol>
    <li><span style="color: #000080;"><em><a style="color: #000080;" name="110"></a>How do I contact BOOKKEEPING, where is Bookkeeping located and what hours is Bookkeeping open?</em></span><br />
    Bookkeeping can be reached by dialing (336) 779-6306 and Bookkeeping is located on the second (2nd) floor, room 217, of the Forsyth County Hall of Justice, 200 North Main Street, Winston-Salem. Bookkeping is open Monday through Friday, 8:00 a.m. till 5:00 p.m. except for holidays.</li>
    </ol>

    Thread Starter bbhunt1990

    (@bbhunt1990)

    Nevermind. I found a solution on my own.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Font Color Displays in Visual Editor, but not on Actual Website’ is closed to new replies.