Replies

Dec 5, 2024 1 year ago
Kinnoyu
User Avatar
Oberon

I have a pet profile, Sea of Decay, that I'm wanting to add another page/column to; i.e. another tree button on the side that goes to a new section. How do I go about doing that, is it possible? I know that the subeta content layout is typically in "columns", so can I add a column?

Most of my CSS/HTML knowledge through messing around with stuff and not actually taking the time to go through and learn it "correctly" ^^;

Dec 13, 2024 1 year ago Official
Historiography
is a Time Lord
User Avatar
Nein

Hi, I'm going to go ahead and move this to the profile and graphics discussion forum since it's not a commission post for a profile or graphics.

Dec 14, 2024 1 year ago
purring
is made of stardust
User Avatar

it should work and it's set up to be done pretty easily! i clicked on the layout credit link and if you look there it explains how to do it, but i only saw that after i wrote all this explanation. whoops. maybe it's still too confusing to read through that page that explains eeeverything about the layout, so here's how you do it anyway haha

ctrl+f " This is the Navigation " in your code - there should be a main div with the id="sg_nav", and under that should be a bunch of divs with the class="sg_link". add this one there too. make sure you put it where you want it to appear in the sidebar! (if you want it below the credits, put it right at the end, for example)

then ctrl+f " This is the Story/Desc Pages " - there should be the main div id="sg_container", and under that divs with the id "one", "two", "three". add this one after three:

text here

and it should work!

Please log in to reply to this topic.