You are going to block this site. This will do the following:
- You will no longer see this site in searches.
- Site will no longer see your site in searches.
- Site will not be able to comment on your site profile.
- Any comments this site has posted to your profile will not be displayed.
Are you sure you want to do this?
GUYS
Well, for starters. You have a lot of opening DIVS at the top but it's hard to tell from the code if all of them are being closed down at the right places. I'd recommend rewriting the entire page - write your main divs. Then write your subdivs and INDENT each "level" of subdivs like you would if you were programming. It'll make it muuuuch easier to see where you have a problem. Also, all of your li tags
need a corresponding closing tag. Little stuff like that can make your page do really weird things.
Also, you've labeled one of your DIVs h1, but you didn't call it as #h1 in your CSS file. I suspect that is where your problem lies. The CSS things it's calling a header not a DIV, so it doesn't know what you mean.
Recommend you change the names of your divs to something other than h1 and h2. Those are already actual things in HTML.
thank you, ill try this out! i know h2 and h1 are actual things bc i was trying to use those commands themselves and just customize them kinda similarly to how you customize like a.hover { or things like that. ill rework my page tmr!