HTML seems double-spaced

V

VB Programmer

When edit a page in page-layout, if you hit the <ENTER> button it always
seems double spaced. If I want the controls/text to be closer together do I
have to make them rows of a table and size them closer? Is this the only
way?
 
K

Kevin Spencer

In the VS.Net IDE, hitting the ENTER key creates a <p> (paragraph) tag. For
single spacing, use a <br> tag. In the VS.Net IDE, this can be done in
Design View by using SHIFT|ENTER.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
S

Steven Spits

Hi,
When edit a page in page-layout, if you hit the <ENTER> button it always
seems double spaced. If I want the controls/text to be closer together do I
have to make them rows of a table and size them closer? Is this the only
way?

<ENTER> inserts a <P> tag. What you need is a <BR> tag that can be inserted
by pressing <SHIFT><ENTER>.

Steven

- - -
 
K

Kevin Spencer

And you, sir, are very kind!

You're welcome!

--
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,042
Latest member
icassiem

Latest Threads

Top