PDA

View Full Version : How do I...?



thefab5willisclan
03-11-2012, 09:06 AM
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? :confused: And remember when replying, to keep it on a dummys level, not to much tech talk, please. :D

gingerose
03-11-2012, 10:04 AM
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.

kcackler
03-11-2012, 11:37 AM
Actually, it's <br /> You can also use <p> and </p> tags to separate your paragraphs instead of putting two line breaks together.

So...



First Line
<br />
Second Line

OR

<p>First Paragraph</p>
<p>Second Paragraph</p>

idratherbehiking
03-11-2012, 11:53 AM
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.



<br />
<br />
<center><a href="http://ArkGeocaching.org"><font (http://arkgeocaching.org) color=
"royalblue"><img src=
"http://arkgeocaching.org/images/ArkGeocachingCacheFullBanner2.gif"
border="0" target="_blank" /></font></a></center>
<center>You can also find us on Facebook: <a href=
"http://www.facebook.com/home.php?#/group.php?gid=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.

thefab5willisclan
03-11-2012, 02:17 PM
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_details.aspx?guid=27ae4a36-b44e-4f64-a3ee-a524dc97e66a

gingerose
03-11-2012, 03:05 PM
Sorry for my mistake. :(