Search results

  1. freecrm

    CSS testing

    I have noticed a huge amount of people here struggling with css so I thought I would post this php page that I use quite often to try css out. The page is pre-formatted with a container, header, content, columns, footer and menu system. When you run the page (as php file, not .txt) there is...
  2. freecrm

    HTML/CSS issue

    I have this problem a lot so I have written a simple page (in php) that will allow you to alter .css and test it without having to change- upload-test etc. The page layout already has the standard container/header/content/columns/footer layout so you can just play around with it. Just...
  3. freecrm

    Update Multiple (checked) records

    Thanks Nightscream I have amened this line slightly (about half way down the 2nd part of attached script (do-while loop) to the following... <input name="checkbox[]" type="checkbox" id="checkbox[]" value="<?php echo $row_recordlookup['ID']; ?>" /> ..and now added my update fields with a...
  4. freecrm

    Update Multiple (checked) records

    I have a recordset, based on a form submit which then echo's to a table - simple. What I am trying to do is to have a checkbox to the left of each row (again simple) At the base of the table, I would have a sperate blank row with fields and a link or button for "Edit all checked". This...
  5. freecrm

    Globalnews Website [Updated]

    Good first impression although there are a few other things that can be improved. I use IE6 on XP with a download spped of about 5.5MB On IE6, the menu system on the left looks a bit strange with your sub-menus just appearing one on top of the other and with a slight left margin (3px?)...
  6. freecrm

    Your thoughts - Web design (header only)

    Few things. In the header image, there appears to be a building footprint faded out, which I would have liked to have seen a lot more prominent. I don't like the stars and don't think they add anything - IMHO, I think they cheapen the look. The accredidation symbols look a bit out of...
  7. freecrm

    When I remove a line from my htaccess file it's still in effect

    I must admit, I thought these cleared on browser close...:nuts:
  8. freecrm

    Search Engine Optimisation

    WOW - I've got work to do!
  9. freecrm

    When I remove a line from my htaccess file it's still in effect

    I also use XP (since Vista is even worse!) but the same problems arise. Opening in notepad is fine, but saving is where you have your problem. The saving as type just affects the extension .htaccess but it is also expecting a filename - which is why you get a problem because .htaccess files...
  10. freecrm

    Search Engine Optimisation

    Some good posts here - many thanks to all. Regarding this post, you've confirmed what I feared about click-through ratings. I too have another 2 sites but not as competitive, which meant that I got to google 1st page rank within a few months. This one is proving much harder as many of the...
  11. freecrm

    Content Review

    After my first post, this is a good improvement. Something just not quite right..... Got it - the fact that the whole page is left justified... The fact that the majority of graphic elements are on the left and the content wrapper is left justified makes it all left-heavy. Only a...
  12. freecrm

    Construction Site...help.

    Good to see an innovative approach to an ailing business sector! Personally, I hate using templates as they can be tricky to update and the user will probably find it difficult to update. Software-wise, the are plenty of good WYSIWYG editors out there, including the standard Dreamweaver...
  13. freecrm

    When I remove a line from my htaccess file it's still in effect

    As you probably know, saving files without a filename as in .htaccess and .htpasswd does cause some problems. I had to do mine through cmd prompt. Windows is a nightmare!
  14. freecrm

    PHP/MySQL Programming

    V Generous... :biggrin: I'll see if I can get round to your others when I get a second or 3,600 of them!
  15. freecrm

    Please critique my blog!

    V Good from my point of view. Just a small thing - there appears to be an issue with your .css (as per my attachment) in IE6... But there are always problems with IE6 right? :)
  16. freecrm

    PHP/MySQL Programming

    Made a start on the first one, but I need (or someone needs) to set the column variable depending on the radio buttons.... just ran out of time. <?php mysql_connect($hostname, $username, $password); $searchvar = "-1"; if (isset($_POST['searchfield'])) { $searchvar =...
  17. freecrm

    Review my new forum

    I use phpBB3 too and its rock hard to mod! Considering this, I think you've done really well. Bottom space does need tidying though.
  18. freecrm

    Rise Of The Eclipse Arcade

    I agree with leviathons comments and your improvements do look better. However, there are some things that just gel with me: TBH, I would use the banner background colour (light blue) as your page bgcolour - the graded dark blue doesn't contrast well with the other elements and it would...
  19. freecrm

    Review my site layout...

    Must admit, I have to agree with the commetns above - I use IE6, IE7, Firefox, Chrome for testing. I quite like the orange but the header image text is just.... wrong! Try a complementary contrasting colour, rather than the mix you currently have. In addition (I know I keep saying this)...
  20. freecrm

    Please review my website...

    Not a total failure at all, you just need to clean up your fonts and general formatting. I would suggest the following: In your .css formatting, insert a body tag and change the font to something like Arial, 11px - this will ensure all fonts remain constant and more professional. In...
Top