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.
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>
09 September 2006, 04:52 UTC#3
alright but how do I make that image clickable? I want it to link to something.
09 September 2006, 05:00 UTC#4
<a href="url to be clicked"><img src="url to image"></img</a>
09 September 2006, 06:08 UTC#5
adem, I tried that. This is how it comes out -
http://img167.imageshack.us/img167/7205/ademag8.jpgedit: my bad, I forgot to select view source...duh me

09 September 2006, 06:34 UTC#6
So this can be closed, right?