I need help with Html?

girly

New member
Sorry for the (space) yahoo wont take my actual spaces.
I can't find a code that will make the words look like this:

Just In(space)(space)My puppy(space)(space)Red Notebook

I would like "Just In" together not separately like below:

Just (space) In (space)My (space) Puppy (space)Red (space)Notebook

If someone knows how to do the first one please tell me thanks =]
 
HTML only allows one space at a time, so you need to do "Just In Â*My puppy Â*Red Notebook"
Y!A took my nonbreaking space literally, it's just: & nbsp; without the space.
 
Back
Top