I am feeling like the dumbest person on the planet at the MO...Please HELP me somebody

by Katz
5 replies
  • WEB DESIGN
  • |
Thank you for even looking ta this post from a very frustrated person........:p

Very simple really ..... I want to set up a page on my site like this Lemons Headers Online :: FAQ's (Yes a very bad example,I know)

But I want to have topics up the top of the page and then link them to the explaitory text further down the page. How do I do this and what kind of page layout is this called??? cause, I cantr find an answer anywhere to such a common page design.....grrrr AHHHHHHH:confused:
#design #dumbest #feeling #moplease #page #person #planet #web
  • Profile picture of the author phpbbxpert
    That is done by linking to anchors.

    You can set an ID in a specific element and link to it.
    So if Ido something like this
    Code:
    <div id="test">Something cool</div>
    I can link to it like this in the same page
    Code:
    <a href="#test">Test</a>
    If you link to it from another page then you use the full path to that anchor
    Code:
    <a href="http://mysite.com/my_page/#test">Test</a>
    Thats all there is to it.
    {{ DiscussionBoard.errors[2594917].message }}
  • Profile picture of the author IndigoJack
    Bookmarks - that's what you need to look it up under. You set up Bookmarks and hyperlinks to them.
    {{ DiscussionBoard.errors[2601091].message }}
    • Profile picture of the author Katz
      Thanks for that !!!
      {{ DiscussionBoard.errors[2628668].message }}
  • Profile picture of the author luis23
    This is easy just copy their code and that's it. Of course, you will be using your own text.
    {{ DiscussionBoard.errors[2633789].message }}
    • Profile picture of the author Katz
      BAhahahahaaaahaaaa Stupid Woman!! Of Course! Never even occured to me! :p

      Thanks
      For that
      {{ DiscussionBoard.errors[2635671].message }}

Trending Topics