|
|
|
|
September 3rd, 2002, 10:47 PM
|
|
General
|
|
Join Date: Apr 2001
Location: Cincinnati, Ohio, USA
Posts: 4,547
Thanks: 1
Thanked 7 Times in 5 Posts
|
|
OT - Webpage design
I know it's off topic, but could someone help me with a little HTML problem? (No, I'm not coding raw HTML, I'm using Word 2002!) I'm doing a graphical overhaul of my website (it is SOOO bland!) and what I want is a picture that links to another page. I've got that, the problem is when I move the mouse over the picture-link, the cursor doesn't change to the pointy-hand cursor - it just stays an arrow. Does anyone know what I can do to change this? There is SE4 stuff on my site, by the way, so it's not COMPLETELY off-topic!
__________________
The Ed draws near! What dost thou deaux?
|
September 3rd, 2002, 10:54 PM
|
Corporal
|
|
Join Date: Mar 2002
Location: Washington DC
Posts: 185
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: OT - Webpage design
Ed,
Show me the code, and then a link where I can see the problem.
I suspect (based on the limited info) that you have not placed the <A href="http://www.####.com"> </a> tags in the correct place. They need to bracket the image source tag that you are using.
An outline of it would look like:
<A HREF="BLAH"> <IMG SRC="BLAH" BORDER="0"> </a>
That should give you the requested link "hand".
If that doesnt work, I will need to see the code. Send it to me if you like and I will look at it at home tonight.
email [email protected]
Cheers!
Trajan
[ September 03, 2002, 21:55: Message edited by: Trajan ]
__________________
'To slander, Trajan paid little heed, and he was no slave of anger.'
-Dio Cassius, Book LXVIII
|
September 4th, 2002, 10:34 PM
|
|
General
|
|
Join Date: Apr 2001
Location: Cincinnati, Ohio, USA
Posts: 4,547
Thanks: 1
Thanked 7 Times in 5 Posts
|
|
Re: OT - Webpage design
Oh, that's OK, I don't really want to mess with the HTML... I don't know anything about that yet! I was just hoping there was some easy way of fixing this!
__________________
The Ed draws near! What dost thou deaux?
|
September 4th, 2002, 11:46 PM
|
|
Lieutenant Colonel
|
|
Join Date: Mar 2001
Location: Emeryville, CA
Posts: 1,412
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: OT - Webpage design
You do not want to use Word to make webpages. For somebody not wanting to learn HTML because it "might be hard", I can understand something like FrontPage or Dreamweaver. But Word just sucks. You would honestly have an easier time learning the 20 or so basic HTML tags/attributes.
__________________
GEEK CODE V.3.12: GCS/E d-- s: a-- C++ US+ P+ L++ E--- W+++ N+ !o? K- w-- !O M++ V? PS+ PE Y+ PGP t- 5++ X R !tv-- b+++ DI++ D+ G+ e+++ h !r*-- y?
SE4 CODE: A-- Se+++* GdY $?/++ Fr! C++* Css Sf Ai Au- M+ MpN S Ss- RV Pw- Fq-- Nd Rp+ G- Mm++ Bb@ Tcp- L+
|
September 5th, 2002, 12:03 AM
|
|
General
|
|
Join Date: Mar 2002
Location: Indiana
Posts: 3,229
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: OT - Webpage design
Quote:
Originally posted by Will:
You do not want to use Word to make webpages. For somebody not wanting to learn HTML because it "might be hard", I can understand something like FrontPage or Dreamweaver. But Word just sucks. You would honestly have an easier time learning the 20 or so basic HTML tags/attributes.
|
Yes that is correct. I personally am a web-page designer. I would never ever in a million years use Word to make a page. When I first started out doing web-pages I started with Frontpage, and I wouldn't even recommend that one now. I hate using it, but that's MHO. I use Dreamweaver. It's a really nice program. Easy to use and code in.
__________________
Ragnarok - Hevordian Story Thread
-------------------
I think...therefore I am confused.
They were armed. With guns, said Omari.
Canadians. With guns. And a warship. What is this world coming to?
The dreaded derelict dwelling two ton devil bunny!
Every ship can be a minesweeper... Once
|
September 5th, 2002, 03:49 PM
|
Corporal
|
|
Join Date: Mar 2002
Location: Washington DC
Posts: 185
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: OT - Webpage design
Ragnarok,
How do you keep Dreamweaver from messing with your code structure and inserting unecessary tags (font div etc...) all over the place?
I prefer using Adobe GoLive as it integrates with the rest of the Adobe products so very nicely. The Allaire Homepage editor is also very nice. In a collaborative development environment, the snippets that Homepage makes available are very useful.
Anyhow...all web developers have their favorite products. Thought, I think everyone would use notepad before they ever used word or frontpage again.
Cheers!
Trajan
__________________
'To slander, Trajan paid little heed, and he was no slave of anger.'
-Dio Cassius, Book LXVIII
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is On
|
|
|
|
|