glotch's profile picture

Published by

published
updated

Category: Web, HTML, Tech

Adding New Sections To Your Interests (Tutorial)

Do you have a specific interest that you'd like to have its own section on your profile (e.g. video games)? Well, it's actually pretty easy to add a new section to the Interests portion of a layout. I haven't seen anyone else do this yet, and I think people will get some use out of it, so I figured I'd write this tutorial.


To add a new section, at the bottom of your Heroes section, just write the following code:
<tr>
<td><p>Section title here e.g. "Video games"</p></td>
<td><p>Section content here e.g. "Animal Crossing"</p></td>
</tr>

All this does is add another row to the table that makes up the Interests section. Once you do that, you should have an entry below the Heroes section that looks similar to this:



Hopefully this tutorial was easy to understand. If you have any questions, leave me a comment!


29 Kudos

Comments

Displaying 0 of 0 comments ( View all | Add Comment )