Search results

  1. freecrm

    Rounded corner Boxes in CSS

    I have to admit, after about 1/2 hour trying to understand the mixed up html and alternative css, I am at a loss! Also where is his element class????:dunno: to get your object to center, you would usually set margins as follows: .dialog{ margin: 10px auto 10px auto; width: 600px; /*or...
  2. freecrm

    reveiw my site AND WIN!

    First impression - very professional!!! And you're under 16?????? Which confuses me a bit... :eek4: After looking through your source and specifically .css, the coding is relatively sophisticated... And yet, your content (in source) has been styled using a wysiwyg editor like...
  3. freecrm

    Review My Perosal Site [Flash Site]

    Considering you're only 17, I think this is exceptionally good work visually (If it's not a template). Depending on how you want visitors to find your pages, you might like to consider SEO for a moment and how search engines work. Flash is not read by search engines! I just ran your...
  4. freecrm

    Review my up and running blog!

    LOL, you'd better rename this line in your index then!!:biggrin: <link rel="stylesheet" href="./styles/acidtech/theme/stylesheet.css" type="text/css" />
  5. freecrm

    Problem with PHP Mail

    After doing much more research into this on my site, I've found that the server (cossacks) has been blacklisted by several mail servers. I've just checked yours again and it's showing that the mail is sent. Have you tried looking in your server mail logs for failures? Other than that, I...
  6. freecrm

    Review my up and running blog!

    Nice looking, but isn't this a templated phpBB forum? (http://www.themesdb.com/phpbb20_theme.acidtech.html) What are we reviewing? Content and general idea is good. I agree with Adsense looking bad but haven't found a good alternative yet. If you're getting 1100 unique visitors a...
  7. freecrm

    Mail Header check

    Many thanks for your kind words!:biggrin: Your registration seems to have worked fine so I'm pleased with the result. I have deleted your record as requested. I like the idea of the log. My current log only stores IP's and the like, but a form/ error log would solve any problems (if it...
  8. freecrm

    Problem with PHP Mail

    Works for me too! If you're not getting the mail, you may have the same problem as me (although you got my mail when you registered!) Keep checking my post for updates.
  9. freecrm

    Mail Header check

    Thanks - its taken a while! I had tried this before but hadn't tested it thoroughly. I think what I'll do is try small sections at a time to eliminate all posibilities. I understand that there is a php bug with From headers, which the ini-set apparently solves. I also heard that the...
  10. freecrm

    How to make a page like youtube?

    No, you don't. We've seen your website (www.taylaaarrr.co.cc) and know what your level of understanding is. As posted above, youtube is a complex site and a tutorial to complete a site like this would be worth a great deal of money. Based on your level of expertise, start asking simler...
  11. freecrm

    navigation bar

    Holy moly, you're asking for a lot!!!! Based on your site (seen in other posts @ www.taylaaarrr.co.cc ), you could do with looking at css for beginners! www.cssplay.co.uk is a good site to get templates and learn from. either that or www.dynamicdrive.com You might like to try to do...
  12. freecrm

    how to achieve a cross browser compatible webdesign ?

    Can I throw in http://browsershots.org here?? This site will trawl through a URL you specify and return screenshots from multiple browsers without you having to do anything else. Oh - and Neil - love your comment about quirks in IE6 or lower just being supid!! LOL. The number of times my...
  13. freecrm

    Mail Header check

    This may be a very daft question, but it appears as though some of the people wanting to register on my site (www.freecrm.x10hosting.com) are not validating their application. On submitting initial info, it sends (php mail) info to the e-mail submitted in the form. On checking my failed...
  14. freecrm

    SQL EXPLAIN DON't WORK

    I can't see anything wrong with the syntax, but I don't see any output code! As far as I understand, the query builds a recordset in much same way as a standard mysql_query but returns only one $row. How are you outputting? These are the fields within the array to source. id |...
  15. freecrm

    Melting Point's new website!

    Yep - in your css, set a to be displayed as block and then set a width. i.e. #navbar a { display: block; padding: 15px; width: 100px; text-align:center; } #navbar a:hover { font-weight: bold; } My pleasure!
  16. freecrm

    Some nice free templates (my pick)

    I think that this is a worthwhile topic. As leviathon states, many users here won't have a clue what css is, and when you do, its tricky getting a good design thats compatible with all browsers. I've voted, if not for myself!
  17. freecrm

    Melting Point's new website!

    Here goes..... 1) margin at top of page is far too big. Try to reduce it to about 10px. 2) Quite like your header, but the menu font looks a little out of place and the edges seem to be degenerating. In addition, the roll-over effect shunts the remainder of the menu to the right, which...
  18. freecrm

    Can you have your own 404 page?

    Either that or use the wizard for error pages found at the base of your cpanel.
  19. freecrm

    session_register vs $_SESSION - PHP

    Glad I could help. Donations very much depend on personal preference, but for my part, I'm not concerned with increasing credits. You can also add to someone's reputation (if you like) by clicking the add to reputation button. Good luck!
  20. freecrm

    session_register vs $_SESSION - PHP

    'depreciated' does mean that it has become obsolete. $_SESSION is the current format, in much the same way the $HTTP_POST_VARS has become $_POST. The Session start command is session_start(); and must always (as you say) come at the very start of the page. Don't worry about...
Top