Hi, everyone. I am having a horrible time trying to get this website to behave. <http://www.jonathonvs.com> First concern: The centering is 1px off in...
Hi Jonathon, In the php code, the submit button's name is "submit_check" but you then have "if ($_POST['_submit_check'])". Try removing the underscore in...
Here's my take on your problem #1 and #2, http://tinyurl.com/gzzyy You need to fix the ul though. The problem that you had was caused by the floating child...
Thanks, Jenny and Anggie! You guys are the greatest. Putting the background image in the wrapping div was just the sort of obvious solution I needed, Anggie,...
Right ... I forgot to add another problem I'm having. Sorry for the cross-post, those of you on CAI. Does anyone know why my CSS doesn't validate? It says...
I guess it has something to do with that weird characters at the beginning of your css. http://tinyurl.com/hq9s6 I see them on my editors: - Stylemaster -...
Hey Jon, Just noticed that you put a link to my site there. Thank you and, for an exchange, I put a link to your site on mine :) -- Anggie Bratadinata ...
... That's so strange ... those characters don't display in any program I own. I looked in Dreamweaver, Notepad, WordPad, and Expression Web Designer. I bet...
... Hehe :) what can you expect from betas? Especially Microsoft's ones ... No sweat. I'm glad to help p.s. Thanks for telling me about PSPad. It is awesome; I...
Jonathon, what are you using the implode() for? Are you simply trying to email from a $_POST form? Jenny ... Now I just have to get the contact form...
... implode() in both cases was meant to show the contents of an array. One occurrence of implode() is for when I have errors. All errors are added to the...
Hi Jonathon, Sorry I haven't replied earlier, it's been a crazy at my day job. You can use $_POST as an array, but sometimes I find it easier to assign it to...
... I tried their alpha version, called Bon Echo ... let's just say that it was obviously an alpha and that you're better off with 1.5 until the beta or even...
I'd like to learn more about web design. I have studied HTML and CSS2. I use Dreamweaver 8, Flash 8. I have a site that I started from a Dreamweaver...
... Hi, Gary! I have some technical comments about your site (although I certainly could give aesthetic comments if you want, I didn't think that was what you...
Jonathan: Thank you for doing the site check. I really appreciate it. If you have any cosmetic suggestions, I'm all ears. One of our students was the...
... All right ... I love the nice lightness of the page, but it's not quite harmonious. Here are some things I'd suggest. First, I'd change the inset blue...
I have to go back to school, e.g. lynda.com. I'm not getting relative positioning to work at all. GK ... Gary Kopycinski http://www.shireweb.com ... From:...
I viewed it on my 17" screen @1280x1024 resolution and here's what I saw: http://design.ibshastautama.com/temp/southcyd.jpg I thought you might want to do...
I'm working with it. I set most of it, but I can't do anything with the right Nav bar unless I leave it absolute. I'll come back to it tomorrow. Question: I...
... That's what this forum's for. Notice how #content is black? If you put text between where #left ends and #right starts, it would show up in the black...
Jonathan: Could it be that this site is just too wide? I created a DIV called "entireContent" to wrap the whole site. I had to set the width to 925px. to get...
I think I got it! I hadn't wrapped the center content enough. Now the navBar floats nicely to the right. Please check: http://www.southchiyd.org CSS:...
... Looks good! You're getting the hang of this. Remember to use clear: if you're having problems with content not falling underneath (unless you want to make...