Heya there, I'm trying to make som homebrew monsters, and wanted to use tooltips in case I was goint to upload them to the community. But I can't seem to get them to work.
This is what I've written, when trying to make a spell one:
Heya there, I'm trying to make som homebrew monsters, and wanted to use tooltips in case I was goint to upload them to the community. But I can't seem to get them to work.
This is what I've written, when trying to make a spell one:
[spell]Wish[/spell]
What am I doing wrong here?
Looking at the HTML code behind your post, you have:
Dunno where you're pulling that extra HTML from, but it needs to be cleaned up. In the homebrew you're trying to build, click on the Source Code button in the menubar of your RTF editor (8th button from the left, looks like a </>) and clean up your code. That line should literally be:
<p>[spell]Wish[/spell]</p>
Though I imagine it wouldn't have the <p> and </p> HTML commands in your description's source code.
DO NOT COPY MY EXAMPLE. I made this using the HTML special characters to display properly. Copying this will just be the same problem. Type it out.
Cool deal. I suggest everyone inspect the source code of all description text, especially before publishing something. You want it perfect right?
The RTF editor that dndbeyond uses has a few quirks. It likes to replace spaces with , especially when you paste in a bit of text from somewhere. Same for ' and ", which that single quote could cause a problem if you're using tooltips on spells or magic items, example Aganazzar's Scorcher will paste in the source code if you do anything except type it out:
Heya there, I'm trying to make som homebrew monsters, and wanted to use tooltips in case I was goint to upload them to the community. But I can't seem to get them to work.
This is what I've written, when trying to make a spell one:
[spell]Wish[/spell]
What am I doing wrong here?
Looking at the HTML code behind your post, you have:
Dunno where you're pulling that extra HTML from, but it needs to be cleaned up. In the homebrew you're trying to build, click on the Source Code button in the menubar of your RTF editor (8th button from the left, looks like a </>) and clean up your code. That line should literally be:
Though I imagine it wouldn't have the <p> and </p> HTML commands in your description's source code.
DO NOT COPY MY EXAMPLE. I made this using the HTML special characters to display properly. Copying this will just be the same problem. Type it out.
How to: Replace DEX in AC | Jump & Suffocation stats | Spell & class effect buff system | Wild Shape effect system | Tool Proficiencies as Custom Skills | Spells at higher levels explained | Superior Fighting/Martial Adept Fix | Snippet Codes Explored - Subclasses | Snippet Math Theory | Homebrew Weapons Explained
My: FEATS | MAGIC ITEMS | MONSTERS | SUBCLASSES Artificer Specialist: Weaveblade
Dndbeyond images not loading WORKAROUND FIXED!!! (TY Jay_Lane for original instructions)
It worked, thanks!
Cool deal. I suggest everyone inspect the source code of all description text, especially before publishing something. You want it perfect right?
The RTF editor that dndbeyond uses has a few quirks. It likes to replace spaces with , especially when you paste in a bit of text from somewhere. Same for ' and ", which that single quote could cause a problem if you're using tooltips on spells or magic items, example Aganazzar's Scorcher will paste in the source code if you do anything except type it out:
How to: Replace DEX in AC | Jump & Suffocation stats | Spell & class effect buff system | Wild Shape effect system | Tool Proficiencies as Custom Skills | Spells at higher levels explained | Superior Fighting/Martial Adept Fix | Snippet Codes Explored - Subclasses | Snippet Math Theory | Homebrew Weapons Explained
My: FEATS | MAGIC ITEMS | MONSTERS | SUBCLASSES Artificer Specialist: Weaveblade
Dndbeyond images not loading WORKAROUND FIXED!!! (TY Jay_Lane for original instructions)