• Wauw…this is frustrating….
    28 people viewed my post but nobody answers ?
    Ok again…i hope with more luck….
    Ok this is the question…
    as you can see on my site……https://www.euroblog.nl
    ive added a few things on the right side.
    First a player that has to be set to play but as you can see it need a few text line….as its dutch you read….
    Muziek aan/uit
    next is ….the..Open Menu
    That uses the so called …hide table function and gives me some more space to mess around …
    what i want and need is ….how do i define the links so they all show the same as the used letter types?
    So what code do i need to put next to the text and how to define it in the css ?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Possibly nobody understood the question. Sorry.

    What do you mean by the ‘used letter types’ exactly – the same as the font in your body content?

    Thread Starter john1000

    (@john1000)

    yes shadow….
    cause as you can see they are different then the fonts type used by wordpress.
    so i need to set it so that it all is the same….

    If I understand you correctly, change this in your css to match :
    #menu ul li {
    font: italic normal 110% ‘Times New Roman’, Times, serif;
    You use Lucida Grande as your default body font and Times New Roman in some places.

    john1000:
    Looking at your blog, I gather you are talking about the actual text ‘Muziek aan/uit’ ?
    If so, you will have to wrap your text in a ‘ul’ and ‘li’ tag and it will change to the same as your other text in your menu.
    Then you need to follow Beel’s advice as he knows far much more than I do…
    Is that right Beel?

    Thread Starter john1000

    (@john1000)

    well ive tried the tags but the only result i get is that it becomes the some color … ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Nobody knows ?’ is closed to new replies.