I agree with the general consensus. Link directly to the PDF file but also add a link to the reader (go to www.adobe.com to get latest direct link).
Most ppl have the reader already so it is a moot point if you choose not to add the link.
-
Mike
http://www.cgiscript.net
FREE CGI/Perl/JavaScripts
Need more padding in the table that contains:
"Member Savings With - The Dental Record" data
Maybe make the table wider so 'read more' is on last line.
I like the basic design, I think it flows well. I look forward to testing it as it progresses.
-
Mike
http://www.cgiscript.net
FREE...
I would LOVE to see some graphics on the right side of the white strip change for each pick on ther menu.
There are plenty of free stock gfix out there to make this happen.
The site looks plain w/o graphix
-
Mike
http://www.cgiscript.net
FREE CGI/Perl/JavaScripts
Do you need the "3" G's? If not, get rid of the left and right one. Do the "lamp posts" have to be so over powering? Drop them down so the top ball is even with the text. The header graphic won't take up as much room this way.
The footer "G" graphic. Resize it using a better graphics...
I agree, start here:
http://www.w3schools.com/
There are many FREE resources available to you.
-
Mike
http://www.cgiscript.net
FREE CGI/Perl/JavaScripts
This is not a flame...
Bro, why didn't you spell check as you were building the each page?
I have been there, not fun!
-
Mike
http://www.cgiscript.net
FREE CGI/Perl/JavaScripts
I am trying to get the bgcolor to blink red when the button is pressed.
<FORM><INPUT TYPE="button" NAME="Button" Value="CONTACT US" onClick="document.bgColor='#FF0000'; setTimeout(document.bgColor='#FFFFFF', 5000);"></FORM>
-
Mike
http://www.cgiscript.net
FREE CGI/Perl/JavaScripts
I will start.
You have a good design started. It took a long time for me to load (maybe just a fluke).
Too much whitespace on the main page. Maybe some food pictures or something to spruce it up?
Actually, as I look deeper the white space is throughout. Maybe add theme pictures depending...
Hi all! Hope all has been well with you.
Why won't the bottom dotted line show up when I use this code?
<html>
<head>
<style type="text/css">
p
{
border-left: thin dotted red
border-bottom: thin dotted red
}
</style>
</head>
<body>
<p> Some text.</p>
</body>
</html>
Thanks!
-
Mike...
I want to make bullet points but I don't want the inherent blockspace/indentation that comes with the <UL><LI> usage.
Is there a way to call out the bullet without using <UL><LI>?
-
Mike
http://www.cgiscript.net
FREE CGI/Perl/JavaScripts
Click on "Edit in ImageReady" and you will see the "Save Optimised As" option there.
That option isn't available in PS. AFAIK
-
Mike
http://www.cgiscript.net
FREE CGI/Perl/JavaScripts
Try something like this:
<script type="text/javascript">
// List all the IPs you wish to ban, seperate each with a comma.
var bannedIPs = ["123.123.123.123", "456.456.456.456"]
var ip = '<!--#echo var="REMOTE_ADDR"-->'
var sortEmOut = bannedIPs.join("|")
sortEmOut = new...
If you know the IP addy you want to block you could write a small Javascript program that would redirect them to a specific page of your site that tells them they are blocked. Go to the Javascript forum and post this question.
Freeware:
Software that is available for free, usually over the Internet.
Shareware:
Software that is available for free, usually over the Internet. It sometimes expires or has a volutary pay system associated with it.
Open source:
Same as freeware but the source code (the code that makes it...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.