I've got a couple questions I would appreciate help with as every time I read through the CSS guide it jumbles in my head. My junior high teacher taught me HTML but that was in, what, 2004? This seems to be a different beast.
Scrolling. I hate that pages push past the bottom of the page. The Free Shop is one example. Is it possible to make it so that doesn't happen? Like a how you can make a background static and the entire page is like one big table that scrolls inside it? I hope that description is clear enough.
Kind of ties into . The Pets page. I hate the way it's laid out. Is it possible to change it to how I want it or is CustomCSS limited to links and graphics outside of profiles?
I have this in my CustomCSS
.item_show
{height: auto !important;
min-height: 170px !important;} and I don't know what it does.
You can definitely change the way it's laid out. Put your code in the pet description and that should alter it. My pet spirals and tree trunks are both examples of pets I've had profiles done for.
Their profiles look great. But I meant the My Pets page. not necessarily my individual pets' pages. Sorry for the confusion.
OH yeah that i have no idea what to do about those
You can use customcss to manipulate the pets page as well. I know I had a little before they changed the page. To exactly how you want it though, that depends on what you want. ;)
No clue off the top of my head what the .item_show is for...
Good to know. Thanks! I'll have to play around with it.
As for the item_show. There isn't a whole lot in my customCSS and I know what everything in there is for. Except this. There's a chance it might be something old because when I went to check it I ended up deleting code that, I think, made the entire old vending machines clickable and not just the buttons.