So I try to create a new post and in the preview the link ends up getting applied to the whole body of text after the link tag, even though I terminated it correctly. Unless this is a bug in the preview?
I'm currently trying to format a list in this post i'm constructing, but CSS isn't supported and inserting formatting into the tag itself doesn't work either (I don't know why I said I'd figured it out; I haven't).
EDIT: Yayisms, li style="margin-left:1em" works. It's not very good since you should be able to nest the ul tag and insert different formatting in each, but it seems whatever style you put in the first tag overrides anything nested.
EDIT: Yeah, seems the html support is either buggy or incomplete. I wanted to overlap text but doing "position:relative;top:-200px" does nothing inside a div tag. If I copy it into a raw html file it works fine!
Also section tag doesn't work, and doing position:relative on a single line of text seems to remove all of the formatting specified in the style...
Comments
Here
thx
I guess this one can be closed then.
Seems this forum doesn't allow any post editing? Harsh.
I'm currently trying to format a list in this post i'm constructing, but CSS isn't supported and inserting formatting into the tag itself doesn't work either (I don't know why I said I'd figured it out; I haven't).
EDIT: Yayisms, li style="margin-left:1em" works. It's not very good since you should be able to nest the ul tag and insert different formatting in each, but it seems whatever style you put in the first tag overrides anything nested.
EDIT: Yeah, seems the html support is either buggy or incomplete. I wanted to overlap text but doing "position:relative;top:-200px" does nothing inside a div tag. If I copy it into a raw html file it works fine!
Also section tag doesn't work, and doing position:relative on a single line of text seems to remove all of the formatting specified in the style...