View Full Version : Text


Mrs Barrett
01-02-2006, 09:05 PM
Hi again I have this code <font face="arial" color="#000000" size="3">Your paragraph goes here</font>

If I want a new line how do I seperate text and also make it bold, where would I need 2 add it?
Pls help

djou
01-02-2006, 09:16 PM
To make a new line, you use <br>. However, you can also use paragraphs:

<p>text text text</p>
<p>more text</p>

There will automatically be a line of blank space between both paragraphs.

As for making your text bold: <b>bold text</b>

Mrs Barrett
01-02-2006, 10:48 PM
Am havin probs with this also
--------------------------------------------------------------------------------

I have saved a gif image onto photobucket but how do I insert it onto my site using (html),

Douglas
01-02-2006, 10:53 PM
Like so:

<img src="imagelocation.gif" border="0" />

Mrs Barrett
01-02-2006, 11:01 PM
I inserted this
<img src="your filename.gif (or .jpg)" width="yourwidth" height="yourheight" alt="my image name">

but the pic wanst moving

Monkey Bizzle
01-02-2006, 11:03 PM
I inserted this
<img src="your filename.gif (or .jpg)" width="yourwidth" height="yourheight" alt="my image name">

but the pic wanst moving

Can we see the exact code that you used? The one with your info in it? Also, what is the URL for the image?

Mrs Barrett
01-02-2006, 11:08 PM
<img src="http://i9.photobucket.com/albums/a77/MrsDewar111/2.gif" border="0" />

Thats it

salomeyasobko
01-03-2006, 02:58 AM
It's hard to say what's happening.. it'd be helpful if we could see your page :o

psychochick
01-03-2006, 06:52 AM
<img src="http://i9.photobucket.com/albums/a77/MrsDewar111/2.gif" border="0" />

Thats it

i think its cause of the last part where you put a space and then />
its supposed to end w/ no space and just >

Monkey Bizzle
01-03-2006, 07:22 AM
i think its cause of the last part where you put a space and then />
its supposed to end w/ no space and just >

When you code in XHTML, you do add the space and the / at the end.

Mrs Barrett
01-03-2006, 06:18 PM
Liek this?
<img src="http://i9.photobucket.com/albums/a77/MrsDewar111/2.gif" border="0">

Monkey Bizzle
01-03-2006, 08:32 PM
We need to see the whole page that the image is on.

psychochick
01-03-2006, 09:09 PM
When you code in XHTML, you do add the space and the / at the end.

oh...oops :lol: