Forum index / Computers / Embedding Images

Embedding Images

6 posts · page 1 of 1

post #1
08 September 2006, 09:42 UTC#1
How do I embed images in cutenews? There POS image uploader doesnt give me the options I want.
post #2
08 September 2006, 13:10 UTC#2
You have to go to view source and enter the code to insert an image.

[code]<img src="image url"></img>
post #3
09 September 2006, 04:52 UTC#3
alright but how do I make that image clickable? I want it to link to something.
post #4
09 September 2006, 05:00 UTC#4
<a href="url to be clicked"><img src="url to image"></img</a>
post #6
09 September 2006, 06:34 UTC#6
So this can be closed, right?