Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > linebreaks

Reply
Thread Tools

linebreaks

 
 
Jan Karman
Guest
Posts: n/a
 
      10-04-2008
I'm sort of experienced in designing websites.
Still, until now I have not managed to get rid of linebreaks <br>
(Remember the "poem-problem"?)

E.g I want those three lines in my HTML-source and get it exactly
like that on my web-page - without linebreaks, <br>'s, that is.

Is it a statement in the css for <p>?

Anybody,
Thanks in advance!
jk


 
Reply With Quote
 
 
 
 
RW
Guest
Posts: n/a
 
      10-04-2008
Jan Karman schreef:
> I'm sort of experienced in designing websites.
> Still, until now I have not managed to get rid of linebreaks <br>
> (Remember the "poem-problem"?)
>
> E.g I want those three lines in my HTML-source and get it exactly
> like that on my web-page - without linebreaks, <br>'s, that is.
>
> Is it a statement in the css for <p>?
>
> Anybody,
> Thanks in advance!
> jk
>
>


Can you give us a URL?
And specify the 3 lines you're talking about?

--
Rob
 
Reply With Quote
 
 
 
 
Jan Karman
Guest
Posts: n/a
 
      10-04-2008

"RW" <> wrote in message
news:48e75be9$0$188$...
> Jan Karman schreef:
>> I'm sort of experienced in designing websites.
>> Still, until now I have not managed to get rid of linebreaks <br>
>> (Remember the "poem-problem"?)
>>
>> E.g I want those three lines in my HTML-source and get it exactly
>> like that on my web-page - without linebreaks, <br>'s, that is.
>>
>> Is it a statement in the css for <p>?
>>
>> Anybody,
>> Thanks in advance!
>> jk

>
> Can you give us a URL?
> And specify the 3 lines you're talking about?
>
> --
> Rob


I meant the three lines I just typed (top of post)
jk


 
Reply With Quote
 
RW
Guest
Posts: n/a
 
      10-04-2008
Jan Karman schreef:
> "RW" <> wrote in message
> news:48e75be9$0$188$...
>> Jan Karman schreef:
>>> I'm sort of experienced in designing websites.
>>> Still, until now I have not managed to get rid of linebreaks <br>
>>> (Remember the "poem-problem"?)
>>>
>>> E.g I want those three lines in my HTML-source and get it exactly
>>> like that on my web-page - without linebreaks, <br>'s, that is.
>>>
>>> Is it a statement in the css for <p>?
>>>
>>> Anybody,
>>> Thanks in advance!
>>> jk

>> Can you give us a URL?
>> And specify the 3 lines you're talking about?
>>
>> --
>> Rob

>
> I meant the three lines I just typed (top of post)
> jk
>
>



How about making it a <PRE>-element?

<pre>
I'm sort of experienced in designing websites.
Still, until now I have not managed to get rid of linebreaks &lt;br&gt;
(Remember the "poem-problem"?)
</pre>

--
Rob
 
Reply With Quote
 
rf
Guest
Posts: n/a
 
      10-04-2008

"Jan Karman" < (remove the q's)> wrote in message
news:48e75683$1$27229$ ...
> I'm sort of experienced in designing websites.
> Still, until now I have not managed to get rid of linebreaks <br>
> (Remember the "poem-problem"?)
>
> E.g I want those three lines in my HTML-source and get it exactly
> like that on my web-page - without linebreaks, <br>'s, that is.


<pre>

> Is it a statement in the css for <p>?


Er, what?


 
Reply With Quote
 
Jan Karman
Guest
Posts: n/a
 
      10-04-2008

"RW" <> wrote in message
news:48e7607d$0$193$...
> Jan Karman schreef:
>> "RW" <> wrote in message
>> news:48e75be9$0$188$...
>>> Jan Karman schreef:
>>>> I'm sort of experienced in designing websites.
>>>> Still, until now I have not managed to get rid of linebreaks <br>
>>>> (Remember the "poem-problem"?)
>>>>
>>>> E.g I want those three lines in my HTML-source and get it exactly
>>>> like that on my web-page - without linebreaks, <br>'s, that is.
>>>>
>>>> Is it a statement in the css for <p>?
>>>>
>>>> Anybody,
>>>> Thanks in advance!
>>>> jk
>>> Can you give us a URL?
>>> And specify the 3 lines you're talking about?
>>>
>>> --
>>> Rob

>>
>> I meant the three lines I just typed (top of post)
>> jk

>
>
> How about making it a <PRE>-element?
>
> <pre>
> I'm sort of experienced in designing websites.
> Still, until now I have not managed to get rid of linebreaks
> &lt;br&gt;
> (Remember the "poem-problem"?)
> </pre>
>
> --
> Rob


thanks Rob, wonderful!
jk


 
Reply With Quote
 
Lars Eighner
Guest
Posts: n/a
 
      10-04-2008
In our last episode, <48e75683$1$27229$>, the
lovely and talented Jan Karman broadcast on alt.html:

> I'm sort of experienced in designing websites.
> Still, until now I have not managed to get rid of linebreaks <br>
> (Remember the "poem-problem"?)


> E.g I want those three lines in my HTML-source and get it exactly
> like that on my web-page - without linebreaks, <br>'s, that is.


> Is it a statement in the css for <p>?


> Anybody,
> Thanks in advance!
> jk


<pre>
I'm sort of experienced in designing websites.
Still, until now I have not managed to get rid of linebreaks &lt;br&gt;
(Remember the "poem-problem"?)
</pre>

--
Lars Eighner <http://larseighner.com/>
The Daily Beagle <http://larseighner.com/Daily_Beagle/>
"There are some people that if they don't know, you just can't tell 'em."
-- Louis Armstrong
 
Reply With Quote
 
Ari Heino
Guest
Posts: n/a
 
      10-05-2008
Jan Karman kirjoitti seuraavasti:
> I'm sort of experienced in designing websites.


Sort of? And you are still not familiar with all html tags? Check out
http://htmldog.com/reference/htmltags/ for example The list isn't _that_
long.

--
Ari
http://users.utu.fi/athein/
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to insert variable number of linebreaks for pdf output? michga XML 0 06-14-2006 03:04 AM
linebreaks in a text area meltedown HTML 3 10-20-2005 04:43 AM
email: Content-Disposition and linebreaks with long filenames =?ISO-8859-15?Q?Martin_K=F6rner?= Python 2 04-19-2005 10:16 PM
stringtokenizer that traps ASCII linebreaks wnstnsmith@yahoo.com Java 2 02-11-2004 10:04 PM
Replacing linebreaks with <br> Stefan Landgraf ASP .Net 2 08-19-2003 03:35 PM



Advertisments