bossymarmalade: blue eye with lashes of red flower petals (Default)
miss maggie ([personal profile] bossymarmalade) wrote2037-12-07 12:54 pm

sticky post

Original version/template borrowed from the kind and lovely [personal profile] trascendenza.

Linking to/quoting my entries:
• If it’s public, it’s fair game. No need to ask.
• It’s access-locked, ask me.
• Please pop me a note to let me know where you've linked/quoted me!

Transformative works: blanket permission
I give blanket permission for transformative works. You do not need to ask my permission to remix, podfic, translate, create art for or create secondary fanwork of any fanwork I have posted. You do need to send me a link to what you've done (because I love this sort of shit) and please do provide a link to my original work on your fanwork.

Basic information about me
Gender/Pronouns: I'm aegosexual and genderqueer, I use she/her but don't really care either way.
Ethnicity/Nationality: I'm a proud Indo-Trinidadian Canadian, happy to belong to my diaspora family.
Disability/Neuroatypical: I have generalized anxiety and bipolar mood traits.
Age: Mid 40s.

susanreads: my avatar, a white woman with brown hair and glasses (Default)

[personal profile] susanreads 2018-12-08 04:12 pm (UTC)(link)
I'm seeing this as well. Also, the headings that appear to be intended as cuts have links to your reading page (which I'm sure isn't what you intended) and [personal profile] trascendenza's post. If you copied a lot of that post from your reading page into the RTE, that could be where the extraneous code comes from (the RTE is, apparently, legacy code of unusual opacity). Do you mind if I look at the page source and see if I can debug it? (View Page Source is a Firefox function which just shows the HTML for the rendered page, not what you see in the editor.)
susanreads: my avatar, a white woman with brown hair and glasses (Default)

Debugging attempt

[personal profile] susanreads 2018-12-14 06:46 pm (UTC)(link)
OK wow, I'm seeing a lot of code I don't understand here, much of which is added by Dreamwidth and meant to be there, tangled up with the bits we don't want. Can you edit the post and open it in the HTML editor? Then - I think starting with the last cut tag is best because experimenting with that won't affect anything above it - find "Basic information about me". This occurs twice, once for the cut-tag and once for the heading underneath it. The code surrounding the first one looks like this on the rendered page (I'm hoping there's a lot less in the editable version!):


What this should look like (in the HTML editor, I don't know about the RTE) is more like:
with a "</cut>" at the end of the section.

After that there several places where it says
<u style="color: rgb(121, 166, 23);">your heading text here</u>
and if you replace those by
<h5>your heading text here</h5>
(experiment with the number, h4 or h6 might be better), that should get rid of the hard-coded text colours, which I guess are from [personal profile] trascendenza's layout.

Phew! That's a lot! I think the rest of it is just multiple copies of the same problems with the same solutions, but let's not try to do everything at once. (I had to preview this comment about four times to get it to show the code without treating it as code. raw-code didn't work, so I'm using textarea.)
susanreads: my avatar, a white woman with brown hair and glasses (Default)

Re: Debugging attempt

[personal profile] susanreads 2018-12-14 09:41 pm (UTC)(link)
Thanks, that looks great!