xDarkHope
Sep 13 2008, 01:53 PM
Edit: Figured most of it out. v_v thanks again.
fixtatik
Sep 13 2008, 04:53 PM
hmm...right off the bat there's a gigantic problem i'm noticing: no doctype, and you don't even start the <html> tag. those are the two most important parts of a web page.
secondly, in the actual content area, you're using <span> tags where you should be using <div> tags. spans are usually used for single lines of text, while divs are comparable to tables.
there also will be a couple issues when you're using float, relative positioning and margins all at once.
so, it's probably exactly what you don't want to hear: i'd suggest recoding it completely.
xDarkHope
Sep 13 2008, 06:08 PM
oh wow, that's sad...i should have noticed that, but I wasn't looking there. I suppose coding something when you've been up for two days is a bad idea. thank you much v_v sorry for the obvious questions.
schizo
Sep 13 2008, 10:08 PM
I'm going to go ahead and close this, then. Let me know if you need it reopened.
Closed and moved to Resolved.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.