Jump to content

Andrea

Moderators
  • Posts

    2,596
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by Andrea

  1. Why are you inserting a table - are you displaying tabular data? If not, use divisions.
  2. I don't know - the code you have so far is the same as the one used on the webdesign site - incomplete and incorrect doctype and 2 sets of tags, and if you're planning on building this like the design site, you'll also have a mess of internal styling and improper use of deprecated tags. I find it much more helpful to worry about proper coding long before I worry about margins - besides, since we have no clue what you're planning on putting onto that page, and how many divs you may need and what will go in them, how could we tell you how to align them???
  3. And while you're learning, consider this: Use the proper doctype - HTML or XHTML You have a second set of styles between your and your tag - that's wrong, they all belong into the head - that is, ideally, they belong into an external stylesheet. is a paragraph tag - it goes around each paragraph. Don't use s in there - they are linebreaks only and not meant to gain space. Don't use tables unless for tabular data - and navigation links are lists and should be written as such. Don't use - If you need space, add paddings or margins into your CSS.
  4. You should also use a validator and fix any errors - right now, you have 25 and several of them are due to missing end or opening tags.
  5. Any bets on how long it'll be before Kyle swoops in and reminds you of the colorblind folks :lol:
  6. Do you get actual spam (as in real content)? For a while I kept getting someone just entering stuff like: Name: fldj;jl;sjklfjslfjd;as Email: dfjkldkfjdlj@ldjdfljdl.com (both required fields) -- but I only got maybe 5 of those silly things. I't using tectite, btw.
  7. Actually, right now, I don't know what you are talking about - the site looks familiar, such horror is hard to forget, but what thread are you referring to - can you link to it?
  8. You cannot hide your code - anybody who knows just a little about HTML will be able to find it -and the others don't care, anyway. http://www.killersites.com/mvnforum/mvnforum/viewthread?thread=4258 http://www.killersites.com/forums/topic/357/repeating-sections-of-code-on-many-pages/
  9. The pop-up window that appears when hovering over the gym floor at the top disappears under the header images - that doesn't look right.
  10. That page took forever to load, and when it finally did, I really wished it hadn't. With all the colors and blinking and stuff, I didn't know what to look away from first. Also - that picture you have on there looks familiar - have you checked to make sure you're not violating someone's copyright protection? You also have 25 validating errors - fix those first to make sure it's not one of them causing you problems.
  11. What are you talking about?
  12. You have it backwards - fix it for the compliant browsers (like FX) first, THEN worry about the yIkesE browser
  13. Check with your internet provider - sometimes a bit of free server space comes with the account.
  14. I wondered that, too - but aside from the username, there's nothing spammy anywhere. I'm not sure what his point in posting this is either. Guess we'll see if he ever comes back.
  15. Looks good to me. There may be some issues with the color of/lack of contrast of the red German Marcano, but other than that, I think it's fine. We usually focus more on clean, validating, and accessible code here than just the looks, so if you want some input regarding that, we'll need to see the actual site/page.
  16. You mean width? If you want to keep things proportional, use % instead of px.
  17. Andrea

    Posts for sale

    wow.... 7,000. And that's not counting those by your alter-ego....
  18. It would be better if you started a new thread with this.
  19. Cannot help you with SQL, neither Heidi nor Peter.... however, I'm guessing by .....up there (blue display or whatever it's named)..... you mean the title bar at the very top of the screen, where one can usually read the name/title of a webpage - if it's been added to the code. Look at yours, you'll find something like that: This is where you would add your page title
  20. Check around Killersites - there are plenty of video and written tutorials that can help you get an understanding of HTML - if you really want to fix your errors, you'll have to know what's going on. We're always here to help with specific questions. Also check out How To Build Websites - another excellent tutorial by Stef.
  21. Do you have a link to the pages?
  22. Andrea

    CSS Errors

    This thing breaks my CSS validator and the CSS Editor shows 7 attached style pages (one ending in .php (HUH??) AND a long list of embedded styles.... Yikes!
  23. Your container is set at 80% - so if that 80% gets to be less than the room your images take up, they'll come out. It'd be better to give your container a set width.
  24. The purpose of the spaces in URLs is to spam-proof links - in your case, that's not an issue so I zapped the spaces and made it a real URL - however, the link leads to a 'forbidden' page. Additionally, we largely promote clean, validating, accessible, and standard-compliant coding, so a link to an actual webpage would be much more productive to get you useful feedback than just a picture.
  25. ....and that's a good thing - because what would we do here if there were no people with questions.....
×
×
  • Create New...