I was wondering something, I know this CAN be done but I don't know how it is.
What I want is to know how to make a pet profile where when you go to the page you see an image (say something that says Enter) and when you click enter you are taken to the profile (where you see the image, story, treasure, etc.).....
Do you know what I mean? Would I use the same type of thing as I do with the tabbed sections?
yep, you would use the same anchor link code. so the image div would be visible by default, and clicking on it would make the 'target' div appear. in this case, if you would want the whole profile to be the 'target' div, you would do:
{display:none}
:target {display:block}
at least i think that should do it.