User Profile

Collapse

Profile Sidebar

Collapse
mikeinspain
mikeinspain
Last Activity: Aug 27 '08, 05:50 PM
Joined: Jan 24 '07
Location: Alicante, Spain
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • mikeinspain
    replied to layout problem
    Thank you, thank you, thank you.. that seems to have done the trick... :-)

    Mike...
    See more | Go to post

    Leave a comment:


  • mikeinspain
    replied to layout problem
    Dormilich thanks

    What would you suggest? Is there a better way to do what I am doing?

    Quite happy to listen to advice especially if it makes things better/easier..

    How would I define the div width on the incorrect page?
    See more | Go to post

    Leave a comment:


  • mikeinspain
    started a topic layout problem

    layout problem

    Hi All

    I am having trouble with a particular site and I am now really struggling to fix it..

    The url is http://www.ifa-properties.com . My footer is on both Safari and FF displaying outside of the div? I think and I can't seem to get it back.

    Both the main index page and css validate

    Only one of my pages is displaying the footer correctly and that is http://www.ifa.properties.com/sear...
    See more | Go to post

  • mikeinspain
    replied to Safari/Firefox DIV Snag
    Update, however I should stop responding to my own questions!!

    I notice that the Nav DIV appears like for like whilst viewing in Safari 3 and Firefox on a Mac.. However it renders slightly differently on Safari 2..

    Will have to live with it for now!...
    See more | Go to post

    Leave a comment:


  • mikeinspain
    replied to Safari/Firefox DIV Snag
    It's not a major deal. I would simply like to find out if I can code it better to allow the NAV Div to link up in the same position. You will notice that the navigation in Safari is positioned more central within the headar image?

    Any thoughts?

    Mike...
    See more | Go to post

    Leave a comment:


  • mikeinspain
    started a topic Safari/Firefox DIV Snag

    Safari/Firefox DIV Snag

    Hi There

    I am having trouble ensuring a particular DIV with my CSS file is displaying in Safari as it does within Firefox.

    I would be grateful if someone new of a better way to code this or introduce a hack to allow that the DIV is displayed in a more unifrom manner...

    The actual DIV code is here:
    Code:
    div.nav {
    	padding-top:180px;
    	padding-left:5px;
    	text-align:left;
    }
    ...
    See more | Go to post
    Last edited by mikeinspain; Jul 5 '07, 12:02 PM. Reason: Sorry forgot to add a link!!

  • mikeinspain
    replied to Implementing PHP Captcha
    in PHP
    pbmods.. thanks for the tip..

    i will check out the re-captcha site.. thanks

    mike...
    See more | Go to post

    Leave a comment:


  • mikeinspain
    replied to Implementing PHP Captcha
    in PHP
    epots9.. thanks for replying.. In your opinion how would you go about doing as you suggested?

    thanks

    mike...
    See more | Go to post

    Leave a comment:


  • mikeinspain
    started a topic Implementing PHP Captcha
    in PHP

    Implementing PHP Captcha

    Hi Guys

    I have a client who's existing site has a html contact form using "sps-mailsend.asp". It has a form validation script in place but is still being spammed and therefore would like to pop a "Captcha" script in.

    http://spanish-property-sales.net/enquire.html

    I am uncomfortable with ASP and not sure how to perhaps intergrate PHP into this page. I have been asked to go in and...
    See more | Go to post

  • mikeinspain
    replied to CSS problems with IE
    Sorry if this is a really stupid question, and I really appreciate your help but below is my first rows of code: I see that I have that tag </style> there..??

    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    ...
    See more | Go to post

    Leave a comment:


  • mikeinspain
    replied to CSS problems with IE
    Thanks for that. I am have tried going through the 2 error pages for xhtml and css, but I really can't seem to get this particular page to display correctly in IE. As mentioned safari, firefox etc.. are all ok and indeed IE except for the one page where it all gets shifted to the left...

    Is it a case of perhaps inputting a little IE hack to render it correct on the screen or is there perhaps an easier solution?

    I...
    See more | Go to post

    Leave a comment:


  • mikeinspain
    replied to CSS problems with IE
    PS: I forgot to include this bit of CSS that is in the php file.

    Code:
    	<style type='text/css' media='screen,projection'>
    		<style type='text/css' media='screen,projection'>
    	<!--
    	body { margin:20px auto;width:500px;padding:20px;border:1px solid #ccc;background:#fff;font-family:georgia,times,serif; }
    	fieldset { border:0;margin:0;padding:0; }
    	label { display:block; }
    	input.text,textarea
    ...
    See more | Go to post

    Leave a comment:


  • mikeinspain
    started a topic CSS problems with IE

    CSS problems with IE

    Hi Guys..

    Hope someone can help. I have a problem with a particular page on one of the sites I am developing. The page is here: http://tagwealth.co.uk/contact/.

    The pages renders fine in Safari and Firefox, but it gets shunted to the left of the screen in IE.

    The CSS for the page is below..

    Code:
    /********************************************
       HTML ELEMENTS
    ********************************************/
    ...
    See more | Go to post

  • Its ok.. I think I have fixed it, but not quite sure how??

    Mike
    See more | Go to post

    Leave a comment:


  • parse error - php form script unexpected $end parse error

    Keep getting this error!

    Parse error: syntax error, unexpected $end in /home/9144/domains/cbweb.co.uk/html/faq_finance.php on line 139

    PHP Below.. Script was working 1 minute and copied the script from another file that was working great.

    [PHP] elseif (!trim($name)) {
    echo "<p>Ooops!, it appears that you did not enter a Name</p><p><a href='javascrip t: history.go(-1)'>Click...
    See more | Go to post

  • mikeinspain
    replied to php form issue?
    in PHP
    That has done the trick.. Thanks again!!
    See more | Go to post

    Leave a comment:


  • mikeinspain
    replied to php form issue?
    in PHP
    Will give that a go thanks..

    Mike

    :-)
    See more | Go to post

    Leave a comment:


  • mikeinspain
    started a topic php form issue?
    in PHP

    php form issue?

    hi there..

    I have a php form script that is pretty much there... I am however having a problem when I go to test the form. the mail comes through into my inbox displaying the information ok apart from the tel no.. field.. where it displays the entered email address.

    the code is below.. any help appreciated... :-)

    [PHP]<?php
    if (isset($_POST["op"]) && ($_POST["op"]=="send"))...
    See more | Go to post

  • mikeinspain
    started a topic Parse error: syntax error | HELP?
    in PHP

    Parse error: syntax error | HELP?

    Hi Guys

    I am getting the following error:

    Parse error: syntax error, unexpected '}' in /home/9144/domains/cbweb.co.uk/html/propertyEnquiry .php on line 5

    This is the referring PHP code...

    [PHP]<?php ('_class_functi ons/rental_sales_sh im.php');
    require_once('_ class_functions/enquiryList.php ');
    require_once('v ars.php');// make sure visitor has selected a property to enquire...
    See more | Go to post

  • mikeinspain
    replied to can anyone help with this coding? please??
    in PHP
    thanks for your help.. will give that a go...

    thanks again

    Mike
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...