Search results

  1. J

    Multiple box CSS layout

    Check out the web developer toolbar It will make css way way easier.
  2. J

    How do I get div tags to align next to each other?

    If you use an unordered list check out display: inline-block Here is a cross browser solution display:-moz-inline-stack; display:inline-block; zoom:1; *display:inline; You can set the li tags to inline then the a tags to inline block and they will all line up plus you can set...
  3. J

    Wordpress, Joomla or Drupal for my website idea?

    CMS Made Simple would work for this.
  4. J

    Opinion needed

    Everything looks nice don't really care for the menu, I like the effect but it looks strange they aren't the same size.
  5. J

    Layers in a table

    A better appoach would be placing it inside of a div tag rather than a table.
  6. J

    CSS image resize issue

    let's see all of the css & html and i'll see if I can help next time I check back here.
  7. J

    uploading color issues???

    Are you run in 16 bit or 32 for display?
  8. J

    PHP auto-script

    I don't think this is a good approach. The script has to be ran at the exact time you would want to send out the emails. Therefore you would have to run the script at everytime the emails were sent out. I am sure there is some logical to do this. Here's some software i found browsing that...
  9. J

    Help getting started

    Firefox devolper toolbar is a good addon when you get into css
  10. J

    Help getting started

    I would acctually suggest learning xhtml. No sense in learning outdated technology.
  11. J

    uploading color issues???

    Hmm are you using the same hex values? Any source code to & an image to compare.
  12. J

    Difficulties with page size in dreamweaver.

    It's essential. Could be some extra <p> tags if you are just using interface of the editor and not acctually coding. With css the possibilities are endless to what it could be.
  13. J

    Copywriter teaming with web designer

    The correct wording would be web content writer.
  14. J

    JavaScript: change text in a table cell

    <html> <head> <script language="javascript"> function something(){ document.getElementById("cell_1").innerHTML = "Text modified in the first cell" document.getElementById("cell_2").innerHTML = "Text modified in the second cell" } </script> </head> <body> <table border="1"><tr>...
  15. J

    Web designer needed

    Hmm the website is down, I assume your server is down. Do you have php capabilites on your server. If so this sounds really simple to do, and I would be willing to do this for a small fee. The txt file shouldn't be a problem at all. Let me know if you still need help my email is [email protected]
Top