simple question re html from a newbie

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
ddegagne

simple question re html from a newbie

Post by ddegagne »

I have used an html nugget to include a bunch of link icons in the sidebar.

see http://www.ordinaryjoe.ca/blog/

To get them to line up vertically, I set the cursor next to each item in non-html mode in the editor. It worked fine but it double spaced them. I want a single space but don't know how to change the code. Each script has a <p><p/> in front of them and I think one of them means double space, but deleting them doesn't seem to change things. How do I change this to single space so my icons are stacked together.

Don
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: simple question re html from a newbie

Post by garvinhicking »

So you are using the WYSIWYG editor, right?

Hit "Shift-Enter" instead of "Enter" to make a single linebreak instead of a paragraph.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Guest

Post by Guest »

Thanks Garvin, much appreciated.

Don
dogshed
Regular
Posts: 20
Joined: Tue Jul 18, 2006 3:54 pm

line feed

Post by dogshed »

I removed the NL2BR event plugin and that solved many problems with breaks. -Jeff
Post Reply