« Web, HTML, Tech Forum

!!!!SOLVED!!!! adding new sections to my interest box [closed]

Posted by Rei Glitxh ( ꩜ ᯅ ꩜;) 

posted
updated

Forum: Web, HTML, Tech

the code i got: Adding New Sections To Your Interests (Tutorial)

<tr>
<td><p>Section title here e.g. "Video games"</p></td>
<td><p>Section content here e.g. "Animal Crossing"</p></td>
</tr>

Screenshot 2026 01 14 083924


I'm trying to add it to my profile and it works but adding the section title is just blank.. but the section content what i wanna write does work. 

Screenshot 2026 01 14 084153


i do have all my text red like headers n etc. not my text.
when u look at my profile i changes the interest texts to custom ones n here is the code that i used for that: Change Interest Table Names



i would someone to at least attempt to tell me how i change this i would appreciate it :3


Report Topic

4 Replies

Sort Replies:

Reply by Rei Glitxh ( ꩜ ᯅ ꩜;) 

posted

oh i didnt know i could! :0 ill test it out :D 

after testing it no.. unfortunately i doesnt work.. but ill find a way to add it! tysm for at least trying! 

also saw ur an i prevail fan!!! :3



Permalink Report Reply

Reply by Sonicsnake

posted

wsgg, im using the same thingy and didn't really have any issues, do you think it could probably be like, a conflict between yo layout stuff? Sorry im not really a codin guy, but if you put the new section after or before your whole layout it might help like, narrow down options and stuff and allat


Permalink Report Reply

Reply by vogel

posted

Your changing of the interest names hides all the default names, and although it's a new box, it still gets the same rules applied. The "Kinnies!" text is hidden just like the rest of the names, and you've made the ::after pseudo element able to show, but there just hasn't been any content set for it No content is in ::after to be shown, at least from what I can see. Sorry for explaining it so poorly. Regardless this SHOULD fix it but let me know if it doesn't

.details-table:nth-child(3) tr:nth-child(7) td::after {
  content: "Kinnies!";
}

Also, you'll want to remove the original instance of "Kinnies!" text within the HTML tr. It's there, just invisible. Leaving it there will mean there's a gap


Permalink Report Reply

Reply by Rei Glitxh ( ꩜ ᯅ ꩜;) 

posted

it worked!!! i figured it out!! tysm yall!! :3


Permalink Report Reply

Rei Glitxh ( ꩜ ᯅ ꩜;)  closed this Forum Topic