Search results

  1. CaldwellYSR

    Margin or padding where there shouldn't be

    Good information, thanks! :)
  2. CaldwellYSR

    Margin or padding where there shouldn't be

    Interesting.... that fixed it but I'm not sure what has the margin on it. I'm using the html5 boilerplate and it has a pretty big CSS reset but I've looked through it and don't see anything that could be causing the problem. Maybe it's something that reset doesn't have in it. FYI: It was the h1...
  3. CaldwellYSR

    how do i set a background image to my div

    It would be very helpful if you would put all of your code inside {HTML} {/HTML} tags (replace the curly brackets with square brackets) I'm not sure what part you were trying to center because I'm not reading all that code if it's not in tags ;) but whatever you want centered should have margin...
  4. CaldwellYSR

    Margin or padding where there shouldn't be

    I have some code that's giving me about 10px of blank space at the top of the page and I'm not sure why. I've put margin: 0; padding: 0; on my body so that shouldn't effect anything. I just want my header to be flush with the top of the viewport and it isn't. I know I could easily put a negative...
  5. CaldwellYSR

    Design through Wix - Bad Practice???

    Web design without learning to write code is like surgery without learning about anatomy first. Yeah you can probably point out where the major organs are (maybe) and you could maybe cut the patient open and dig around a bit and who knows you might get lucky... but if you nick something...
  6. CaldwellYSR

    Legality of Commercials

    This is a bit of a rant but it comes to a point. The main question is last so if you don't feel like reading the rest of it feel free to skip below ;) I'm aware that this country was bought and paid for a long time ago by big companies. So even though I understand how this pet peeve of mine is...
  7. CaldwellYSR

    Web Design tutorials

    FYI I downloaded this software just to see.... even it's code editing capabilities are sub-par at best. You'd be as well off using notepad or text-edit to write your code. The ONLY thing it has above textedit and notepad is it will highlight matching tags. You can make layouts in design view...
  8. CaldwellYSR

    Web Design tutorials

    http://www.youtube.com/watch?v=hvO4H_5DgPo&feature=BFa&list=PL927753CD4028D9C4&lf=plpp_video Your Enerwings bullshyte already fails because you're using tables. Come on man really? Plus you're not writing any code. There will NEVER be a WYSIWYG editor that will work well enough to replace a...
  9. CaldwellYSR

    Need a Web developer/designer

    Hahah be sure to post the end result for us ;)
  10. CaldwellYSR

    Need a Web developer/designer

    Maybe he forgot a 0 on the end? $2450 wouldn't be so bad ;)
  11. CaldwellYSR

    facebook share button help

    Facebook's share button is deprecated... They now use the like button which allows you to select the url that they would be liking. If you just want to send people to your profile it's as easy as putting an image inside a link tag and then styling it correctly.
  12. CaldwellYSR

    Internet Explorer 8 (and older versions) issues

    HA! I wish it were that simple. No, unfortunately you cannot force the users to do anything. Personally I just try my best to make it look presentable in IE8 and below and then put this warning at the top with a conditional tag. (the site is specifically for IE6 but I just go ahead and do less...
  13. CaldwellYSR

    How do I get my div corners rounded?

    Ahem.... actually Glen my second link says the best way to do it is the CSS Pie which is what Ronald was talking about. If that doesn't work the next best thing is the images it was talking about which will definitely work 100% of the time it's just not a great practice. Yes IE sucks but you can...
  14. CaldwellYSR

    Need a Web developer/designer

    good luck for $245
  15. CaldwellYSR

    How do I get my div corners rounded?

    Yeah and that's also the 2nd link I gave :/
  16. CaldwellYSR

    Can you look at this and tell me what I am missing?

    That's really odd... never seen it before, I'm interested to see what is causing the problem. Those are the warnings in the console. Not sure where they're coming from though...
  17. CaldwellYSR

    Nav menu plugin blocking slider and messing with other containers

    Do you have a live link or some code to show? It'd be easier to help with something to see.
  18. CaldwellYSR

    How do I get my div corners rounded?

    Here's what google says... Link 1 Link 2
  19. CaldwellYSR

    Client Help

    Haha that's a good idea about the screenshots... would have saved me alot of time.
  20. CaldwellYSR

    Client Help

    Struggles..... So I'm working on a wp template for a client who I got from elance. The guy is technologically retarded and the only thing he keeps telling me is he wants the design to be "fresh". Like this is 1996 or something and he's the fresh prince. Anyways, I've come up with 5 mockups at...
Top