KKnut and html - inserting images

Claudia Westermann media at ezaic.de
Sun Dec 16 23:47:58 CET 2001



>I did not understand how to submit images to kknut.


voilą
... so first of all the picture has to be placed on some web server ...  it 
does not matter where it is ...
it needs an address, that's all... ( if this is a problem ... indicate ) 
and then you have to insert html-code

which looks like this:

<img src="http://g.delfi.ee/b/r/kalev12ruut.gif">
the http-address you have to replace by the address of the image

if you want to link somewhere form the image it looks like this:

<a href="http://members3.boardhost.com/chocoholic/"><img 
src="http://g.delfi.ee/b/r/kalev12ruut.gif"></a>

in both cases you should not do any line breaks
in the code because KKnut would translate it to <br>
and then the whole thing does not work any more.

For the rest of the message it's naturally allowed to do line breaks.

In principle it works pretty much like doing a web page, just that the 
primarily needed things are automatically done:

<html>
<head>
<title>...</title>
</head>
<body>

<p>

here is the content of the message window then ... so you can insert 
everything which is allowed in the <body>
of a html-page ...

it's the same ... with one exception: KKnut translates the line breaks
that are done in the message window to <br>

</p>

</body>
</html>






More information about the Syndicate mailing list