|
|
|
|
|
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
|
September 5th, 2002, 04:05 PM
|
BANNED USER
|
|
Join Date: Jul 2000
Posts: 901
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: OT - Webpage design
From personal experiance, I've learned anyone that's paid for a website made in a WYSIWYG editor, well...
They got ripped off.
|
September 5th, 2002, 04:39 PM
|
|
General
|
|
Join Date: Mar 2002
Location: Indiana
Posts: 3,229
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: OT - Webpage design
"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."
Simple, I code 90% of it myself. If i don't code one of the tags myself and I let dreamweaver do it, and I don't like one of the tags in there and I view as uneccessary I just simply take it out myself and either leave it out or insert a more usefull tag that could be used to replace it. You mentioned the Div tag. This is becoming more usefull as HTML moves on. I don't use it however for font tags. But I do use it for centering objects on the screen or centering them in a table or layer. I use the <div align="center"></div> tag to center it all up. I used to use the <center></center> tags but they are slowly becoming out of date IMO. I've seen that tag not work in some newer browsers although I cannot remember which one at this moment.
"From personal experiance, I've learned anyone that's paid for a website made in a WYSIWYG editor, well...
They got ripped off. "
Yes, this could be true. But... that's why I don't use that feature of a editor. The WYSIWYG editors can be bad if you only use the WYS part of it. That's why - like I mentioned to Trajan - I code 90% by hand. That way I have more control over what's going on in the page and so forth. Only problem I have with making pages is designed graphics. I stink at them. So most of the time I find a graphics designer that I can hire or something like that...but that's another time, story and another thread.
__________________
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, 04:56 PM
|
Corporal
|
|
Join Date: Mar 2002
Location: Washington DC
Posts: 185
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: OT - Webpage design
I agree with coding 90% of it yourself. The editors (all of them with a few being less offensive than others) tend to put in a lot of garbage that web pages simply do not need.
The WYSIWYG editors are good for locating a particular line or cell of a page, where I can then go in and alter the code to fit my needs. Using the editors to help you develop pages is nice, but using them to do all the developement is a very idea.
Notepad may very well be the best editor of them all.
Cheers!
Trajan
__________________
'To slander, Trajan paid little heed, and he was no slave of anger.'
-Dio Cassius, Book LXVIII
|
September 5th, 2002, 05:28 PM
|
BANNED USER
|
|
Join Date: Jul 2000
Posts: 901
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: OT - Webpage design
notepad is great, but it lacks some key features I enjoy in a program called textpad ( www.textpad.com ).
I design 95% of all my sites via textpad. Anything beyond that code that is stuff I spend time cleaning out garbage from and formatting it right.
|
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
|
|
|
|
|