HTML problems
TappedOut forum
Posted on Dec. 13, 2015, 7:25 a.m. by Loyalty
So I've looked at the formatting section of the site and seen the part I'm supposed to copy and paste. I copied it and changed the areas I thought needed changing however I can't figure out what exactly I'm doing wrong.
What exactly do I write in the "show_id1" and "spoiler_id1" sections?
It's just looking like this when I try
spoiler_id1').style.display=''; document.getElementById('show_id1').style.display='none';"> SHOW
@hyperlocke using this, how would you go about changing the title's colour/size/position whilst still remaining as the
Panel?
December 13, 2015 7:45 a.m.
hyperlocke says... #5
===accordion
===panel: <b><font color="red"><center>Title</center></font></b>
content
===endpanel
===panel: <div align="right"><em><font color=A0A0A0>Title</font></em></div>
<p>
content
with
empty
lines
</p>
===endpanel
===endaccordion
December 13, 2015 9:15 a.m. Edited.
hyperlocke says... #6
Oh yeah, size...
===accordion
===panel: <div align="center"><p style="font-size:50px">Title</p></div>
content
===endpanel
===panel: <div align="right"><p style="font-size:10px">Title</p></div>
content
===endpanel
===endaccordion
December 13, 2015 9:21 a.m.
hyperlocke says... #9
They don't seem to work for many users. See this thread. They also don't work on the formatting site. At least for me.
December 13, 2015 9:45 a.m.
Femme_Fatale says... #10
Markdown spoilers and accordions are also not working for users either hyperlocke. Look to my bug report section and you'll see what I mean.
hyperlocke says... #2
These HTML spoilers have been disabled. Epochalyptik, could you delete this section of the formatting tips?
Use the T/O intern syntax instead:
Title goes here Show
Title goes here
Title goes here
You can find the code in the top bar of the comment box.
December 13, 2015 7:29 a.m.