1.

Solve : in display(html)?

Answer»

I want to make a paragraph right, well that is simple just '

put something here


but my problem is that I want few CERTAIN symbols. Below is what I want to do.

access connect:

<--

JDBC Data Source-0



where the ARROWS are is what I want the web site to display the <> stuff(not the

or the
).

In batch there is a WAY to hide operational symbols by putting a '^' infront of the symbol is there a similar way to do that in html?

any thing WELCOME,
Tan_ZaYou'll need to use HTML entities.

< = &AMP;lt;
> = &gt;

See here: http://www.w3schools.com/tags/ref_ascii.aspthanks :-)

Tan_Za



Discussion

No Comment Found