473,320 Members | 1,707 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

HTML seems double-spaced

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?
Nov 18 '05 #1
6 1415
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.

"VB Programmer" <I-*********@Nowhere.com> wrote in message
news:#j**************@tk2msftngp13.phx.gbl...
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?

Nov 18 '05 #2
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

- - -
Nov 18 '05 #3
Kevin, you are a great asset to this newsgroup. Thanks, as usual.

"Kevin Spencer" <ks******@takempis.com> wrote in message
news:Ob**************@tk2msftngp13.phx.gbl...
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.

"VB Programmer" <I-*********@Nowhere.com> wrote in message
news:#j**************@tk2msftngp13.phx.gbl...
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?


Nov 18 '05 #4
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.

"VB Programmer" <Ro************************@juno.com> wrote in message
news:ud**************@TK2MSFTNGP11.phx.gbl...
Kevin, you are a great asset to this newsgroup. Thanks, as usual.

"Kevin Spencer" <ks******@takempis.com> wrote in message
news:Ob**************@tk2msftngp13.phx.gbl...
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.

"VB Programmer" <I-*********@Nowhere.com> wrote in message
news:#j**************@tk2msftngp13.phx.gbl...
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?



Nov 18 '05 #5
Kevin, you are a great asset to this newsgroup. Thanks, as usual.

"Kevin Spencer" <ks******@takempis.com> wrote in message
news:Ob**************@tk2msftngp13.phx.gbl...
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.

"VB Programmer" <I-*********@Nowhere.com> wrote in message
news:#j**************@tk2msftngp13.phx.gbl...
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?


Nov 18 '05 #6
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.

"VB Programmer" <Ro************************@juno.com> wrote in message
news:ud**************@TK2MSFTNGP11.phx.gbl...
Kevin, you are a great asset to this newsgroup. Thanks, as usual.

"Kevin Spencer" <ks******@takempis.com> wrote in message
news:Ob**************@tk2msftngp13.phx.gbl...
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.

"VB Programmer" <I-*********@Nowhere.com> wrote in message
news:#j**************@tk2msftngp13.phx.gbl...
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?



Nov 18 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Rainmaker | last post by:
Greetings, I have not been able to find the documentation that will allow me to insert php code inside the html code in the $message block in the mail() function. Using the example in the help...
1
by: Myrilath | last post by:
I was just wondering how I should go about printing an html document. I can read it in and print it out as source but I would like to print it as it should display. At the moment I hace been having...
4
by: Dennis M. Marks | last post by:
I generate a SELECT list dynamically by taking items from a table. I have DOCUMENT.WRITE statements that write a combination of literals and variables including < and > characters. The HTML seems...
4
by: Ryan | last post by:
Hello, I have a standard HTML button on an aspx web form that I have set to runat server. The button is named reset1 and its tag is as follows: <INPUT id="btnReset1" style="WIDTH: 60px;...
10
by: Coleen | last post by:
Hi all :-) I have a weird formatting problem with an HTML table that I am populating using VB.Net and HTML. Here is the snippet of code for the cell I'm trying to format: Dim...
1
by: desi.american | last post by:
I have a dynamically generates ASPX page with tables and data. Depending on user selection, the same page can be viewed as a simple web page (rendered in HTML) or as an excel spreadsheet. If the...
14
by: ian.smith | last post by:
I have a small sellection of code here. When the "button1_Click" is called the performance is quite poor (~ 0.5 sec). Only thing is I am not really doing anything!! In C++ the same thing takes ~ 0...
1
by: Kenneth McDonald | last post by:
I'm writing a program that will parse HTML and (mostly) convert it to MediaWiki format. The two Python modules I'm aware of to do this are HTMLParser and htmllib. However, I'm currently...
4
by: Gert Conradie | last post by:
I need to list all the key/value pairs of and HTML tag. I already have the complete tag as an text string. For example: (Worst case scenario where standards was not followed in the past) <myTag...
8
by: rn5a | last post by:
I have a HTML page named Index.html which is divided into 3 frames. The URL of 2 of the frames are HTML pages but the 3rd frame houses a ASP page. Now when I go to Windows Explorer, navigate to...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.