I would like to have utf-8 support for cutenews.


EDIT: Behold! UTF-8 CuteNews

You asked so nicely - I had to make it.  https://cutephp.com/forum/style_emoticons/default/wink.gif

Version 2.0 now supports sub directories and cropping of the thumbs which means that the thumbs are squares with a fixed width and height.  https://cutephp.com/forum/style_emoticons/default/smile.gif


and what about making it valid xhtml strict? do I still have to delete all vspace, hspace, align etc. manually or have you converted them to css?

I would like to know if there are any thoughts to make this script working as XHTML strict in future? It inserts vspace, hspace, align which aren't validated if using XHTML strict. Are there any plans making such design elements included via css and not directly in the html code?

Another suggestion/question:

When inserting images it's always inserted the absolute path. Is there any way inserting the relative path instead? Right now I have to modify the path of the images every time I upload the news from my test server to the working server. If the relative path was inserted this wouldn't make any difference.

Today it works also for me using align. I don't know what was wrong. Maybe it was a cache problem.

But I have another question: would it be possible to include css option as margin into the hack? I know vspace and hspace are included but I think by using css you could position the image much better. I for example do not want to have any space on the left and on top but on the right and bottom of the pic. That can't be done with hspace vspace but if you are using css. Have you ever thought about this?

Choosing "Image align = left/right" is exactly doing this, I think.  https://cutephp.com/forum/style_emoticons/default/smile.gif


No it doesn't. It just aligns it to the left or right but the text isn't floating. I have to add css (style="float:left" oder style="float:right") to each image or thumb in the source code.

If I choose align only a single line of text is next to the image but not a text block or paragraph.

Just see the examples:

align:
http://www.cyclingimages.com/align.jpg

float:
http://www.cyclingimages.com/float.jpg

I would prefer if it was possible to let the text float left or right of the image/thumb. Right now floating doesn't seem to be possible.