Jump to content

Andrea

Moderators
  • Posts

    2,596
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by Andrea

  1. We should probably go ahead and open this again - doesn't make any sense to me to have a 'closed' topic that keeps getting posted to - I checked and signed out - the post-closed-posts are readable by non-mods as well.
  2. Makes sense to go with that for testing - about the Bradley Hand, could it have been the quotes that were missing in Dina's code? font-family: bradley hand itc; ?? (Also not sure that Bradley is a good choice due to above mentioned reason)
  3. Chalkboard will only actually appear if people have that font installed on their machines.
  4. It's a new forum - we all had to re-register.
  5. Graeme, you've been a Killersites member long enough to know about coding errors and the need to validate Close your form where it needs to be closed (right after the form code, not at the bottom of your tables) and then close the twoCol division BEFORE your clearing division, not after. And there is no need at all to start any HTML with a clearing division on top- what are you clearing?
  6. Here are some great resources: Where to Learn WebDesign Other than that, looking at the code you posted, I have the following comments: You have no doctype - use HTML 4.01 Strict (Read XHTML or HTML Always and consistently use just lower-case letters for your code -it'll save you lots of problems in the future. If you have any more questions or if something just doesn't work - check in here. Ideally, you post a link to the problem page so we can see exactly what's going on - alternatively, post the code.
  7. It really would make helping so much easier if you could upload your page(s) somewhere.....
  8. The opposite - I was opening this up for the general public.
  9. No, we don't allow advertising here. The purpose of the forum it to learn and teach. Not sure what you mean by 'area for folks to advertise' in the old forum - if you're referring to the signatures, they have been removed because too many people used them to link to their sites and leave comments like "Good Idea" to 4-year old posts. Read Stef's post regarding SPAM: What we consider SPAM
  10. The black looks fine to me underneath the many colors. However, you have all kinds of coding problems - no doctype, incorrect use of tables as layout, use of deprecated tags...... What's that anyway:
  11. Before you worry about positioning flame bars, you need to fix your code - you have a mess in your header sections - duplicate doctypes, titles, etc. Use HTML 4.01 strict doctype and make sure everything validates. I'm guessing some of your includes also have header info in them, so of course things show up repeatedly.
  12. And I want to add that under NO CIRCUMSTANCES should you (or your client) use one of those automatic internet translators. If you want something translated, some human will have to do it or you'll get nothing but crap. And in case you need prove - here is the above translated by computer into German and then back into English" Which reminds me - I recently had an email exchange with some guy who contacted me through Killersites who I believe may be from Africa - his New Year wish for me is to: "Have a refreshing moment all the time." Sounds good to me and I'm working on it
  13. I always had trouble with the 3 values - could never remember what's what - until I looked at it this way: My top and bottom may be of 2 different sizes, but the girls (better) be about the same size. I know this is very corny, but it's worked for me, and now I know what the 3 values stand for. But please, feel free to use whomever's girls you want for this equation.
  14. Oh no - we play. But all in moderation. And I agree with LSW, and I think I'll close this now.
  15. Is that the new standard?
  16. Your link selectors also are in the wrong order - didn't pay attention to that last time. It has to be: link visited focus (if you use it) hover active You can remember that by: Lord Vadors Former Handle Annakin
  17. It should be a colon instead of a period: #menu a.link { ---- and all the other a's (a:hover, a:visited, etc.) ---- should be #menu a:link {
  18. Which is exactly what Stef's PHP Include Video Tutorials are all about......
  19. Don't put a space in your file or directory names - that's where the '%20' is coming from. And if you enter (or call your link) www.crossoverchruch.net/yougAdults/ only, then that's all you'll see.
  20. Look at the time we posted - Stef will have to add micro -seconds!!!
  21. In the first version, you have a subfolder called "youngadults' created under your root folder and a file called index.html loaded into this subfolder. In the second version, it's a file called "youngadults.htm" loaded into your root folder (in the same directory as the index.htm file)
×
×
  • Create New...