Exactly what I want. Many thanks.
Type: Posts; User: wkenny; Keyword(s):
Exactly what I want. Many thanks.
Can I find out what actions have been carried out on the database e.g. get a list of last queries run with time and date of execution?
Brilliant - that does the trick. Thanks a bunch. :)
Page is at:
proweb4u.com/test.shtml
If I don't use position absolute, the text displays below the image
I have the following:
HTML
<div class="content">
<div class="textbg">
<img src="bg400x400.jpg" width="600px" height="990px">
<div class="textinbox">
<!-- text goes...
Thanks, Daniel. I installed xampp and that does the trick.
I am using SSI's for things like nav bar. When I preview a html file on my local machine for testing, it does not include the file to be included. This means I can't accurately test a page without...
Thanks for the excellent explanation. I should point out that the code sample above shows my width of 50px. The original code had width of 100px.
The following example is from w3schools:
<html>
<head>
<style type="text/css">
img.normal
{
height:auto;
I have the following code
if(killhttp(document.regform.website.value))
{errormessage += "\n\nInvalid website - do not use http:";}
if(killhttp(document.regform.link.value))
{errormessage...
Use the opacity property to make the image transparent. This link has several examples
http://www.mandarindesign.com/opacitycolor.html
Thanks Terrik.
I do not think this is a space-allocation problem as the display is fine in Firefox. However, I will try playing around with width and see what happens.
The entries used to be...
On this page
http://www.estateagentsespana.com/costablanca/javea_estate_agents_01.htm
scroll down to the entry for Guiliano Villas and you will see the email address is broken into three lines....
On my site, IE browser splits email addresses containing a hyphen into three lines
e.g. some-email@email.com displays as
some
-
email@email.com
How do I stop this from happening
Yes, it outputs to browser first. Here is the full code
<?
$message = "";
$errormessage = "";
$nameclass = "formprompt";
$promptclass = "formprompt";
$emailclass = "formprompt";...
I am trying to set up a form in PHP with built-in validation. If validation passes I want to send an email with the form contents and then go to a thank you page. If there is an error I reload the...
Thanks for the offer, Nile. I'm already using scripts to verify input and manage to block most spam in that way, but the odd few get through. I've been looking into caotcha and will probably go that...
Thanks, folks. I think a faulty spam bot is most likely as I get this kind of stuff regularly.
Yes, I realised it was an anchor. I just cannot see the point of sending such a message to my site - what can any spammer get out of this?
My online forms are being spammed (surprise, surprise). Some of these spam entries make some kind of sense in that they contain urls. But what is the point of spam messages such as this
<a href= ...
Not on my server, so I cannot use PHP.
On my own site I use Enarion to build a sitemap. Something like that would be ideal but instead of reporting all pages on the site, just report the page...
Thanks for the very comprehensive reply.
Really all I need is a simple version of something like Copyscape. I want to be able to type in for example www.yoursite.com and a search string such as...
I want something where I can type in a URL and then a search string. The prog should go to the URL and crawl the site. If it finds the string it should return the page name on which the search string...
No, its not what I want but I like the lateral thinking re the image.
Thanks again.
Thanks, Veronica.
I tried that before but in IE it adds a second line to all list items and only shows the grey if there is content on the second line.