![]() |
|
|
|
#1 |
|
Hi, I want to write some code so others can see it on my page. How can
this be done? Many thanks in advance! King of Red Lions |
|
|
|
|
#2 |
|
Posts: n/a
|
In alt.html King of Red Lions said:
> Hi, I want to write some code so others can see it on my page. change your '<' to: < and your '>' to > <code title="markup sample"> <h1>a heading</h1><br> <p>a paragraph</p> </code> -- the facts and opinions expressed by brucies l i t t l e v o i c e s are not necessarily the same as those held by brucie. |
|
|
|
#3 |
|
Posts: n/a
|
King of Red Lions
> Hi, I want to write some code so others can see it on my page. How can > this be done? Many thanks in advance! Er, <p> this is a paragraph </p> -- Cheers Richard. |
|
|
|
#4 |
|
Posts: n/a
|
In alt.html Spartanicus said:
>>change your '<' to: < and your '>' to > > Changing < to < suffices. untidy -- the facts and opinions expressed by brucies l i t t l e v o i c e s are not necessarily the same as those held by brucie. |
|
|
|
#5 |
|
Posts: n/a
|
brucie <****@usenetshit.info> wrote:
>> Hi, I want to write some code so others can see it on my page. > >change your '<' to: < and your '>' to > Changing < to < suffices. -- Spartanicus |
|
|
|
#6 |
|
Posts: n/a
|
brucie <****@usenetshit.info> wrote:
>>>change your '<' to: < and your '>' to > > >> Changing < to < suffices. > >untidy I agree, tidy sucks. Better to untidy code and format code manually. -- Spartanicus |
|
|
|
#7 |
|
Posts: n/a
|
King of Red Lions wrote:
> Hi, I want to write some code so others can see it on my page. How can > this be done? Many thanks in advance! You might want to check out GNU Source-highlight, which can convert your code to syntax-highlighted (X)HTML. (Actually, the HTML it generates is pretty bloated, but I'll handwave that for now) |
|
|
|
#8 |
|
Posts: n/a
|
King of Red Lions <> wrote:
> Hi, I want to write some code so others can see it on my page. Stop wanting that. > How can this be done? Since you had to ask, you are surely not qualified to teach others how to write HTML, so why would you "write some code" etc.? (You surely meant HTML code. If you had meant e.g. programming language code, you would have understood you need to specify that, and the language.) > Many thanks in advance! You're welcome. I can't help you with the real problem, though, since you didn't describe it. -- Yucca, http://www.cs.tut.fi/~jkorpela/ Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html |
|