Jump to content

JBall

Member
  • Posts

    151
  • Joined

  • Last visited

Everything posted by JBall

  1. Post your code. That will make it easier for us to follow along.
  2. Thanks for your help, Ben. I'll do just that. :|
  3. The only js running is Dreamweaver generated roll overs. The code is just how I wrote it, no changes at all. Could this simply be a HostGator thing?
  4. I'm not sure what you are referring to, so I will say probably not?
  5. Um, well I used simple CSS, html to build it. I got the same notice when I tried to view the index page. the other pages seem fine though.
  6. Shared server? Um, yes I think so. At least I'm not paying for a dedicated one any ways. I moved all the files into a separate folder within my server. Will that do?
  7. Uhg.... Nope just that page. I'm pulling it now, dammit.
  8. I have some very unusual things appearing on my home page. Like half of someone else's site??? Have I been cracked?
  9. Well, for sure you will need to add this in between your tags in your HTML And you'll need to add this to your CSS: div.news{width: 250px;background: #F0F0E7;margin-bottom: 20px} h3{font-size: 100%;margin:0;padding: 0 0 3px;background: #FFC5FF;color: #000;text-align: center} p{margin:0;padding: 5px 10px;line-height: 1.3;text-align: justify} .rtop,.rbottom{display:block} .rtop *,.rbottom *{display:block;height: 1px;overflow: hidden} .r1{margin: 0 5px} .r2{margin: 0 3px} .r3{margin: 0 2px} .r4{margin: 0 1px;height: 2px} .rs1{margin: 0 2px} .rs2{margin: 0 1px} You'll need to tweak for size and color. Other than that just give whatever div you want to have rounded corners a class of "news" and you should be golden.
  10. I have to ask...what is 'Green' about Dreamhost that are different from other web hosting? And what is the percentage of 'Green' that gives them that label? http://www.treehugger.com/files/2007/05/plethora_of_opt.php
  11. JBall

    footer

    Hmm, you may also want to put the footer div inside the wrapper div. Lose position: reletive; in the wrapper css rules and add margin-left:auto; margin-right:auto;
  12. JBall

    footer

    I believe you need to take the margin rules out of the css for the #content div. #content { height: auto; width: 570px; padding: 10px 0 10px 10px; text-align: justify; background-repeat: no-repeat; background-color: #ffffff; background-image: url('images/content-psd.jpg'); }
  13. If your a student ask if your school is a member of the MSDN. You may be able to get it for free.
  14. What about going back to Dreamhost? They are a reputable hosting company and they are "Green" if your into that whole saving the Earth thing.
  15. Well, they signed their own death warrant.
  16. JBall

    footer

    Try giving your content div a set width.
  17. JBall

    footer

    Could you replace the given height with auto?
  18. OK. I might not "demand payment" But I would still hand them an invoice listing the work done both charged and free. along with newseed's idea about the list of helpful sites. It maybe the wrong thing to do but, I'll be damned if I'd give any kind of refund to a client I've already done favors for. No. Nope, Nada.
  19. I'd bill'em. They want a refund, so write up an invoice that details what you have done (include all the free favors) and bill them. Be sure to add in what those favors was worth to you show on paper that they have already received a discounted job and demand your payment. Non negotiable non refundable.
  20. If you understand coding you could use any text editor. There are several freebies out there too. Or ultimately the industry standard is probably Adobe's Dreamweaver.
×
×
  • Create New...