Everything about Realmeye Formatting


#55

It’s the quote marks. Word is using smartquotes ” ” instead of plain " which are required in html and that is messing it up.

You can disable smartquotes somewhere in a Word menu.


#56

Thank you. I thought I needed to restart typing elsewhere


#57

Hey @moderators do you know what html tags Discourse actually allows us to use? Was the set modified in any way?

I haven’t been able to get much HTML to work in the preview and I haven’t tested if it actually works when i post it.

Test

test :thinking: Edit: huh? this doesn’t preview… but it does work when i post


#58

@moderators could this be stickied?


#59

OB said he didnt want to at some point in this thread.

 

[I don’t think I ever said that … #waitwhat OB]


#60

@OtherBill

Schormist asked for it to be pinned and you said that (which I interpretted as a really complicated ‘no’)


#61

thank
you
very
Much
thanks


#62

Nice bumb


#63

I’ll share some formatting I use, because some people steal it anyways.

box text
Done from <kbd> in front.



hover over text that can only be seen on a computer, you hover over the dotted text and it shows stuff.
Done by <abbr title=“this is the text you see when you hover over”>this is the regular text.</abbr>



biggest text you can do now
While you used to be able to stack <big> multiple times to get really big text, you cant do that anymore.
Now the biggest you can do is <big><font size=10> big text here.







Usually only one blank line shows up, even if you press enter multiple times. If you do <br>, it adds a blank line.



Clean showing code. If you’ve noticed, I haven’t had to use the ugly looking code like this to show what <text in brackets looks like>. I did this by putting a backslash before.
Like this \<code thing>


#64

its not stealing its liberation


#65

Is is possible to add links to other parts of your post with a HTML heading, or possibly to quote my own post so that it links to it? For example, would it be possible to set up a link HERE that would link to the text at the bottom of my post, so that people can jump to different parts of a post? Preferably, I’d like for this to work within the details tab, so that I can link to something hidden in the details. Is this possible?
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.

.
.
.
.
.
.
.
.
.
.
.
.
.
.
.

Link to text inside of here

Link to here


#66

ok

ok

ok

ok

ok


#67

<code thing>? Hmm ok, weird name. I find it easier to use tick marks


#68

If you try to post something in all caps, the forums wont let you. They’ll say “Body incomplete, is this a complete sentence?”
You can get around that by adding bracket text after. Fr example

REEEEEEEE

will not post, but

REEEEEEEE
<akl>

will, and it will just show the original word.


#69

How do I return the text size to normal in a post after changing the size for example, to small?
If I try to make it it is bigger than the rest of the text.


#70

You have to use a closing tag at the point where you want that formatting to end. This closing tag always uses a slash /

So after <small> you do </small> to end the small text
after <big> you do </big> to end the big text

As an aside,
This is why people use /s as a joke to show sarcasm, it evolved from </sarcasm> and </s> as a fake closing tag at the end of a sarcastic comment, but because the < and > get lost due to formatting, people just write /s.


#71

Oh wow, didn’t know that.


#72

ok thanks
i never knew that.
now i do :slight_smile:


#73

<not neccesarily>
But it is probably a less known thing to do. I like using escape characters now

\<backslash before>
Or if you have punctuation it wont hide


#74

I’ve been using that for a long time, it’s very useful.