Ask a Question related to Adobe Photoshop 7, CS, CS2 & CS3, Design and Development.
-
Danny Adair #1
Web Design Process?
Downloaded a web template from exchange. What is the process to make buttons work or go to the next page? My template has Home,Search,About,Contact. Now what do I do?
Thanks in advance.
Danny Adair Guest
-
CFFILE upload error - The process cannot access the filebecause it is being used by another process
I get this error intermitently when trying to upload a file. <cffile action='upload' ... To make sure there was nothing wrong with the file, i... -
#37998 [Asn->Fbk]: Parent process lost MySQLi connection after child process gone
ID: 37998 Updated by: tony2001@php.net Reported By: dbs at is dot ua -Status: Assigned +Status: ... -
Win32::Process, SetProcessAffinityMask for an existing process =perl crash
Hi! Was planning to use Win32::Process to set the ProcessAffinityMask of some processes but this lead to pure and simple crash of perl.exe. ... -
Win32::Process Kill Process in Windows ME
Hello, I want to kill a Process in Windows ME, which I have started. I have executed the following lines in XP and it works. I execute this in... -
Problem: Process.GetProcessesByName : Couldn't get process information from remote machine
As part of an ASP.NET application, I am creating an Excel spreadsheet using my .NET component. On my machine (win2K) I always get a... -
Shank Williams #2
Re: Web Design Process?
Are the buttons separate images? Are they rollovers? Are they just button-shaped
parts of a single large image?
Which template did you download?
Is there a "read me" file included?
Can you post it on the www?
Why do I ask so many questions? Because I have never used such templates, and am
not sure exactly how you need to proceed.
If you have an image, say a single button, that you want to apply a link to, you
will first need to open the html page in a web design program, or open it in
your browser, then go to View>Source.
In Internet Explorer, that will open the html markup in Notepad. There you will
need to find the buttons in the html, and turn them into links. That is pretty
easy, really. You will want it to end up looking like this (remove the "X"s)...
<Xa href="index.html"><Ximg src="home_button.gif" width="100" height="20"
alt="Home" border="0"></a>
and
<Xa href="about.html"><Ximg src="about_button.gif" width="100" height="20"
alt="About" border="0"></a>
Things get more complicated with search and contact. Do you intend to have a
search feature in your site? Just for the site, or for the whole web? Either
way, this is not something that can be covered in a single reply. This is not
beginner stuff.
With contact, do you want a simple email link, or do you want to make a separate
page for contact?
For the email link...
<Xa href="mailto:biff@biff.com"><Ximg src="contact_button.gif" width="100"
height="20" alt="Contact" border="0"></a>
A better solution might be a separate page with a form for contact.
All in all, you are going to need to learn the basics of html to make this work
for you.
Shank Williams Guest
-
Shank Williams #3
Re: Web Design Process?
"...(<) use <"
Thanks Dave
I was obviously winging it there.
Shank Williams Guest
-
Haggis Tanaka #4
Re: Web Design Process?
<http://www.graphicwebdesign.net/eBook/easy-website-creation.html>
perhaps that helps a little ;)
Haggis Tanaka Guest



Reply With Quote

