« Web, HTML, Tech Forum

making a blinkie/stampz section?

Posted by atomic

posted

Forum: Web, HTML, Tech

Is there a way to add another section to my profile? Like the about me but below the comments. One that you have to hit “read more” so it doesn’t crowd my main stuffz. I want to add stamps but don’t want there to be a shit ton of flashing images on my page :(.


If this isn’t possible, is there a way to make a “read more” on my about me so I can hide them from people sensitive to flashing images?


Report Topic

1 Reply

Reply by arlo atomickk

posted
updated

For a 'read more' section:

<details class="members" style="">

    <summary style="font-size:20px; color: white; color:hover: yellow">Read More</summary>

    <p>Put here all ur blinkies/stamps</p>


Also im not sure if u can add a section below ur comments, but u can add another section to ur interests:

<tr>

  <td>

    <p>TITLE</p>

  </td>

  <td>

    <p> whatever u wanna write here </p>


^paste this into whatever section and it'll appear below it


Permalink Report Reply