Jump to content

Tb Page Formatting


The Gidzagubbagoos

Recommended Posts

Posted

On one of my few TB's pages I want to have a list of places to visit like such:

1) place A

2) place B

3) place C

 

etc.

 

But when I do the page it doesn't put the carriage returns so it looks like this:

1) place A 2) place B 3) place C

 

What do I need to do to get it to look nice? Do I need to put html codes in? If so, what is the html code for carriage return?

 

Thanks in advance to all the gurus.

Posted

The tag is <br> because the / is not needed because break is not a paired tag.

 

... or you could use an ordered list:

 

<ol>

<li>place A

<li>place B

<li>place C

</ol>

 

which will place numbers in front with periods, but not ")"s.

Posted

While we're on the subject, how does one go about changing the background to an image or different color? I used to know the html command, but it escapes me at the moment! It's not <img src> is it?

Cheers!

bbmagic

Posted

<body background="foo.jpg" ...>

 

<body bgcolor="color" ...>

 

"color" can be a color name ("blue") or a specification like "#0000ff" for blue, etc

 

The body spec is normally at the beginning of the html (after the header), but it works imbedded in cache/TB pages too.

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...