• Yeah not the right forum but on the design forum the right people are not there or not online,or a designers problem isnt interesting enough..
    The problem is …
    when you look on my site https://www.euroblog.nl
    You see the lines..”Muziek aan/uit “( thats on the right on top….
    Well i need to change the font type to the same as the whole layout….
    same goes for “open menu”…thats aso on the right….
    it has to be the same……
    i followed advice to use the ul and li tags but nothing happens but the color changes…..dont know why….
    Im not used to this type of styling so i could use some help…
    And with help i mean staying online….it sucks waiting hours and hours for an answer…..

Viewing 15 replies - 1 through 15 (of 16 total)
  • In Body is this:
    font-family: ‘Lucida Grande’, ‘Lucida Sans Unicode’, Verdana, sans-serif;
    In Menu is this:
    font: italic normal 110% ‘Times New Roman’, Times, serif;
    In Calendar is this: font: normal 12px ‘Lucida Grande’, ‘Lucida Sans Unicode’, Verdana, sans-serif;
    In p, li, .feedback is this:
    font: 90%/175% ‘Lucida Grande’, ‘Lucida Sans Unicode’, Verdana, sans-serif;
    and in h2 / h3 you have this:
    font-family: “Times New Roman”, Times, serif;
    Change all of those to be the same.
    I would guess that they all need to be Times New Roman – but I’m no font expert.
    And I’m sure Beel answered this before ?

    And with help i mean staying online….it sucks waiting hours and hours for an answer…..
    If you want 24/7 tech support you are quite welcome to buy in the elementary assistance you clearly need – somewhere else.

    Thread Starter john1000

    (@john1000)

    well as you see its all standard,i dont realy mind that but if you add something in the index.php like i did it probably will show different.
    and it does….i dont want to change all font styles…but only the 2 things i added so it matches the rest…
    as for the support..
    i also run a phpnuke site with 2223 members that need support all the time and i do everything by myself.
    so asking others for support when i need it is very normal to me….
    and as for the font problem….
    still nobody understands,so im wondering….
    this is englishh huh…?
    Ok again…..
    Here is the sample (without heavy code….)hope it shows….

    div class="news" style="width: 174; height: 40"
    a style="TEXT-DECORATION: none" onclick="javascript:hideTable(78)href="javascript:void(null)
    font color="#000080" size="2">Open Menu</font>
    div id="t78" style="DISPLAY: none"
    a href="https://www.">TV Gids
    </div>

    So where do i put the tags ….mentioned earlier ?

    .news {
    font: italic normal 110% ‘Times New Roman’, Times, serif;
    }
    Put it in the CSS

    Usually, it helps to ask a question in a clear, precise and well-defined manner, with all the information and links you can provide.
    I am sure that the way you phrased the question now was different from the way you did earlier.
    log on to #wordpress on irc.freenode.net if you need to actually talk to someone about a problem.
    Hope your problem is solved. ??

    Thread Starter john1000

    (@john1000)

    ahh hi podz,
    well as you can see now….now something changes…
    but strange is that the lines on top….Muziek aan/uit…..didnt changed along with the other text….open menu…
    why is that ?

    I do not if when you get through styling your font you might want to look into the layout of the page. In Firefox it is all over the place.Thought you might want to know.

    Because it is not in a div class called news

    You have also removed the character coding so your page can’t be validated.
    I really do not want to discourage you in any way but this type of thing really does require a knowledge of basic html and css.

    Thread Starter john1000

    (@john1000)

    well i know more people have problems when using firefox.
    but i dont have it,i use IE and thats how al is developed ……
    anyway the site for dutch people…….but i can imagine that it doesnt look ok using fire fox,but how to fix that….
    i didnt make any changes in the files or the layout….
    i only added those 2 things mentioned…..

    Thread Starter john1000

    (@john1000)

    just read….”You have also removed the character coding so your page can’t be validated”
    Huh…i didnt removed anything !
    And…”There is a script running before the doctype and header”…
    Huh….you meant the chromeless script ?
    Well thats in the header,normaly i have to put it there…
    Where else ?

    Thread Starter john1000

    (@john1000)

    okay ,i moved the chromeless in the header part in the index.php,guess had the wrong one… ??
    ok now it nearly looks all the same,only need to change the font size…
    phpnuke is 10 times easier….
    yeah dont laugh…..

    John1000: I just took what I saw from your page and quickly added a media player with a heading. You can take a look at it if’n you want. I wrapped it in li’s like the rest of the menu so everything is copacetic.

    Thread Starter john1000

    (@john1000)

    Okay this is gonna sound stupid,but do i understand correctly…you made something ?
    But how or where should i look at it…?
    just a few minutes ago ive put everything in the index again from scratch….
    I uploaded the new index file and added the stuff again…
    So where do you want me to look…?

    Oh, just click on my name, “Beel”

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘Installing font…’ is closed to new replies.