• I think I’m using 2.7.1 idk

    I wanted to know how to like get cool fonts and side tabs here is what I want my site to look similar to at the end https://www.armyofcp.com. another question I have is is there a way to link a page to the same page. so say I have a bost about cookies and then I. say the chocolet chip cookie. to find information click here. now it just takes them to a lower spot of the page without haveing to switch pages kinda like on winkipedia is there a way to do that all help I’d appreciated

    thx moe

    the owner of the https://www.armyofcp.com website said he uses a CSS is that how he made those affects

Viewing 5 replies - 1 through 5 (of 5 total)
  • You’ll have photoshop those fonts most likely – I get most of mine from fontsquirrel.com as they have free commercial use. If not using Photoshop you can use @font-face in CSS, which fontsquireel will provide all the coding for, though they likely won’t provide the fancy white borders around the lettering.

    Thread Starter moejoe1234

    (@moejoe1234)

    thx but you didn’t answers my main question about links linking to the same page and Im not typing it again so everyone just look at the post above the one above this and help

    thx

    Ah yes, sorry, I did miss that second question.

    To link to different places on the same page wrap the text or image with a link like this <a href="#example">Example</a>

    Then the place on the page you want that link to jump to wrap like this.
    <a name="example">Other Area of Page</a>

    Let me know if that solves the issue.

    Thread Starter moejoe1234

    (@moejoe1234)

    thx

    No problem, I hope that solved the problem

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How 2's’ is closed to new replies.