Angle brackets


 
Thread Tools Search this Thread
Contact Us Post Here to Contact Site Administrators and Moderators Angle brackets
# 1  
Old 02-11-2001
From the Apache thread in the Adanced forum:
Quote:
note: make sure you put a left angle bracket in front of the Virtual directives --- for some reason I can't do it in here without losing info behind the bracket, so I left them off the example
Thats because your browser interprets anything within angle brackets to be an HTML tag. You need to quote these brackets if you want them to appear correctly. The proper quotes are:
&amp;lt; for <
and
&amp;gt; for >

So, for example, you would have to type:

&amp;lt;VirtualHost blahblah&amp;gt; to have that line show up properly in the forum.

Just FYI... Smilie

Last edited by PxT; 08-08-2002 at 02:05 AM..
# 2  
Old 04-05-2001
if you need more space between words you can use <b>&amp;nbsp;</b>

this &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; is &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; an &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; example &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Smilie

Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Delete text between square brackets and also delete those square brackets using sed or awk

Hi All, I have a text file which looks like this: computer programming systems engineering I want to get rid of these square brackets and also the text that is inside these brackets. So that my final text file looks like this: computer programming systems engineering I am using... (3 Replies)
Discussion started by: shoaibjameel123
3 Replies

2. Linux

By angle-brackets/"pipe" button doesn't work?

How can I configure it? I have a swedish keyboard with swedish keyboard setting. Everything works perfectly (едц) except that button. What can be wrong? /Richard ++ NOTE: It seems like the computer notices the input but that the button isn't assigned to anything (the keyboard-cursor stops).... (1 Reply)
Discussion started by: riwa
1 Replies

3. HP-UX

Multicore from a different angle

Everyone seemed to be a little stumped by the multicore question I asked earlier this week, so I decided I'd try a different angle. Turns out that on a multicore system HP-UX reports every core as a seperate processor. All the usual commands (ioscan, top, etc.) report two processors for every... (7 Replies)
Discussion started by: Midcain
7 Replies

4. Post Here to Contact Site Administrators and Moderators

angle brackets should be escaped automatically

I think that HTML code within posts should be turned off -- the vB Code can provide all the features we need. Then, you should modify the program to automatically escape any angle brackets, so that &lt; gets translated to &amp;lt; and &gt; gets translated to &amp;gt; I see a lot of people garble their posts... (4 Replies)
Discussion started by: PxT
4 Replies
Login or Register to Ask a Question