|
|
|
|
||||||
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#2 (permalink) |
|
Messages: n/a
Hébergeur: |
Bob wrote:
> http://robertlindsay.blogspot.com/20...how-up-on.html You seem to have missed the built-in solution that exists for this. All you have to do is substitute "<" (including both the ampersand and the semicolon) for the less-than ("<") at the beginning of each tag. Likewise, if you want something like "<" to appear like that on your page as such instead of as "<", write it as "&lt;" instead. This is called "escaping" characters that have a special significance when you want to display them in a non-special way. |
|
|
|
#3 (permalink) |
|
Messages: n/a
Hébergeur: |
I know, but I hate that. I wanted to try something different.
On Apr 15, 4:32 am, Harlan Messinger <hmessinger.removet...@comcast.net> wrote: > Bob wrote: > >http://robertlindsay.blogspot.com/20...tml-code-show-... > > You seem to have missed the built-in solution that exists for this. All > you have to do is substitute "<" (including both the ampersand and > the semicolon) for the less-than ("<") at the beginning of each tag. > Likewise, if you want something like "<" to appear like that on your > page as such instead of as "<", write it as "&lt;" instead. This is > called "escaping" characters that have a special significance when you > want to display them in a non-special way. |
|
|
|
#4 (permalink) |
|
Messages: n/a
Hébergeur: |
Bob <lindsay.robert@gmail.com> writes:
> On Apr 15, 4:32 am, Harlan Messinger > <hmessinger.removet...@comcast.net> wrote: > > [escape the HTML] > > I know, but I hate that. I wanted to try something different. How do you deal with displaying </textarea> in HTML code with this method? Why do you hate escaping < as < - if it's because it's a pain to write every time, then use a method for generating the HTML code that does it automatically. Escaping also has the advantage that you can do more with the displayed code. Example: <p>An image is displayed with <img src="<var>url</var>" alt="<var>alternative text</var>" <span class="optional">width="<var>w</var>" height="<var>h</var>"</span>>.</p> (While not at all necessary, I've also escaped > to > in the displayed code to make it slightly clearer) -- Chris |
|
|
|
#5 (permalink) |
|
Messages: n/a
Hébergeur: |
On 15 Apr, 12:07, Bob <lindsay.rob...@gmail.com> wrote:
> http://robertlindsay.blogspot.com/20...tml-code-show-... That's not about the web, it's about how to post through Blogspot. As a web technique, where you have direct control over your markup (even WYSIWYG), it's inappropriate. Badly so. In fairness to the original author, that's not what he's suggesting it for anyway. |
|
|
|
#6 (permalink) |
|
Messages: n/a
Hébergeur: |
Bob wrote:
[top-posting adjusted] > On Apr 15, 4:32 am, Harlan Messinger > <hmessinger.removet...@comcast.net> wrote: >> Bob wrote: >>> http://robertlindsay.blogspot.com/20...tml-code-show-... >> You seem to have missed the built-in solution that exists for this. All >> you have to do is substitute "<" (including both the ampersand and >> the semicolon) for the less-than ("<") at the beginning of each tag. >> Likewise, if you want something like "<" to appear like that on your >> page as such instead of as "<", write it as "&lt;" instead. This is >> called "escaping" characters that have a special significance when you >> want to display them in a non-special way. > > I know, but I hate that. I wanted to try something different. > Please don't top-post, it complicates responses. Please don't multi-post, I just found myself replying to you again on another newsgroup before I realized it wasn't the same thread as this one. If you must, use cross-posting. As I said in the other location, I don't know why you hate doing it the built-in, straightforward way and prefer to misrepresent the situation as a problem to which you couldn't find a solution until you hacked one out yourself using a complicated work-around with textareas, but that's your business. |
|
|
|
#7 (permalink) |
|
Messages: n/a
Hébergeur: |
On 04/15/08 04:39 am, Bob wrote:
> I know, but I hate that. I wanted to try something different. > That is how it is done. You opinion of its elegance is irrelevant. -- jmm (hyphen) list (at) sohnen-moe (dot) com (Remove .AXSPAMGN for email) |
|
![]() |
| Outils de la discussion | |
|
|