Jump to content

Updating Profile.


daleswalker

Recommended Posts

I am trying to update my profile on GC.com by listing some key caches that I've done, but although I am typing a list i.e:

 

1. blah blah blah.

2. blah blah blah.

3. blah blah blah.

 

it's coming out as:

 

1. blah blah blah. 2. blah blah blah. 3. blah blah blah.

 

I'm sure I'm doing something very basic wrong but does anyone know what it is?

If someone out there can help an IT buffoon I would be very grateful.

Link to comment
Try adding this code wherever you wish the next line to start

 

<BR><BR>

 

Oh and make sure you have enabled HTML :laughing:

I think Dorset gal missed a / out in there it should be

 

<br></br>

 

<br>1. blah blah blah.</br>

<br>2. blah blah blah.</br>

<br>3. blah blah blah.</br>

 

Or maybe it was the GeoDog which made this error :lol:

 

Milton (aka moote)

Link to comment
Try adding this code wherever you wish the next line to start

 

<BR><BR>

 

Oh and make sure you have enabled HTML  :laughing:

I think Dorset gal missed a / out in there it should be

 

<br></br>

 

<br>1. blah blah blah.</br>

<br>2. blah blah blah.</br>

<br>3. blah blah blah.</br>

 

Or maybe it was the GeoDog which made this error :lol:

 

Milton (aka moote)

Moote, I think you may have been addled by someones wallet moths!

GeoDog knows that a <BR> tag doesn't need closing, he has his own website and studies HTML carefully! Where he does come unstuck is with CSS!

Link to comment
OK then why is my signature line not a hyperlink anymore ?? <br>

a=href etcetera etcetera is this HTML tidy at work ?? or just me typing skills

Post no 999  :lol:

 

Try this.......

 

[URL=http://www.markandlynn.co.uk]Visit our webpage for geocaching brochures, guides and the dust off competition at www.markandlynn.co.uk[/URL]

<br> I know exactly where i am its where here is thats a problem at the moment...

 

it because this forum uses BB codes. which differ from HTML.

Edited by Deego
Link to comment
</br> is not needed

This is not needed on GC.com because they have some tool which corrects malformed html.

I don't think </BR> is needed anywhere...tool or no tool!

Agreed

<p>some text</p> gives you some text in a basic paragraph

<br>inserts a line break within that paragraph.

 

so...

<p>Blah de blah<br> de blah</p>

<p>Dem de dum de dum</p>

 

...should render as...

 

Blah de blah

de blah

 

Dum de dum de dum

Link to comment

I don't think </BR> is needed anywhere...tool or no tool!

Maybe true to say that it would work but when coding in html (Or any other language) every opening should have a closing, This all comes from the early days of computer programming keeping your code neat.

 

It's not my fault I stick to the rules :lol:

 

Milton (aka moote)

Link to comment

I don't think </BR> is needed anywhere...tool or no tool!

Maybe true to say that it would work but when coding in html (Or any other language) every opening should have a closing, This all comes from the early days of computer programming keeping your code neat.

 

It's not my fault I stick to the rules :lol:

 

Milton (aka moote)

Not wanting to turn this into Geek-war or anything, but...

 

See the W3 spec which says (in 9.3.2) that for <br>. the end tag is forbidden.

 

(as you might have guessed, I do this for a living and need to get out more) :laughing:

Link to comment

I think the reality is that html accepts lazy programming unlike C++ and others which have strict syntax, it is all from the early days at CERN where the boffs in white coats could only get to grips with particle physics.

 

Anyway it renders that way and JAWS reader prefer a </br> tag

Link to comment

Container tags require closing, empty elements don't. <p></p>, <i></i>, <b></b>, for example, are container tags. They all contain something, the text of a paragraph, something in italics, something in bold text. <br> is an empty element, and doesn't require closing. Indeed, as someone said above, in strict html closing that tag is forbidden.

Link to comment

At the risk of turning this thread into a big HTML tutorial:

 

If you want columns to line up nicely (see "Landmarks" here), you need to build a table, with TH, TR, and TD. It's not too hard - select "View Source" on the above page to see "the code what I wrote".

 

Come to think of it, Perhaps it's a good job this site is based on Crimosoft's web platform, or I'd be programming it in PHP as well. (OK, geek mode off...)

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...