Results 1 to 6 of 6

Thread: How do I...?

  1. #1
    Join Date
    Aug 2011
    Location
    Jacksonville, AR
    Posts
    343

    Question How do I...?

    O.K. I'm not a computer genius, actually I'm no kind of genius, but I want the Arkgeo banner on all my Caches but when I use HTML I don't know how to keep everything from running together. How do I create a "next line" so that I can still have cool looking descriptions? And remember when replying, to keep it on a dummys level, not to much tech talk, please.
    Profile for thefab5willisclan

  2. #2
    gingerose Guest
    You put </br> everywhere you want to go to the next line. If you put it twice in a row it will skip a line.

  3. #3
    Join Date
    Oct 2010
    Location
    Russellville
    Posts
    407
    Actually, it's <br /> You can also use <p> and </p> tags to separate your paragraphs instead of putting two line breaks together.

    So...

    Code:
    First Line
    <br />
    Second Line
    
    OR
    
    <p>First Paragraph</p>
    <p>Second Paragraph</p>

  4. #4
    Join Date
    May 2004
    Location
    Russellville
    Posts
    925
    Here is what I use on all my cache pages. It gives them the link banner to the site and also for the ArkGeo Facebook page.

    Code:
    <br />
    <br />
    <center><a href="http://ArkGeocaching.org"><font color=
    "royalblue"><img src=
    "http://arkgeocaching.org/images/ArkG...ullBanner2.gif"
    border="0" target="_blank" /></font></a></center>
    <center>You can also find us on Facebook: <a href=
    "http://www.facebook.com/home.php?#/g...id=35012372249"
    target="_blank">(Visit Link)</a>
    <br />
    <br />

    There are also lots of HTML tutorials on the web that are very handy and you can learn a lot just by using them. Good luck.

  5. #5
    Join Date
    Aug 2011
    Location
    Jacksonville, AR
    Posts
    343
    Awesome! This is the end result of the help! Well for this one cache. I will edit the others soon.

    http://www.geocaching.com/seek/cache...e-a524dc97e66a
    Profile for thefab5willisclan

  6. #6
    gingerose Guest
    Sorry for my mistake.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •