This is a discussion on "How to make the icon work" within the Web Page Design section. This forum, and the thread "How to make the icon work are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
How to make the icon work
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
How to make the icon work
Hi folks,
I have an icon WELCOME2.gif downloaded on /home/satimis/html/ folder. But I can't make it to work on my simple homepage. What line shall I enter on /home/satimis/html/myhomepage.html file? I tried something like <A HREF="file:///home/satimis/html/WELCOME2.gif">WELCOME</A> etc. It can't work. Only the word WELCOME displayed on the homepage. Please advise. TIA On browser URL box; file:///home/satimis/html/WELCOME2.gif displaying it and working. Furthermore how to control its rotation speed and the size of this icon w/o re-edit it on graphic software. B.R. satimis |
|
|
|
||||
|
Re: How to make the icon work
to include an image you need to use the image tag
__________________
Last Blog Entry: A Royal Mistake (Feb 20th, 2008)
|
|
||||
|
Re: How to make the icon work
soryr for the second post, a <a href> is for hyperlinks only, not for images.
take the above bit of code, replace images/WELCOME2.gif with the path to your image, and insert the desired height and width of your image in the width and height quotes. the alternate text does not appear in the browser normally, only if either the image does not display, or the user has a text only browser for more information go to http://www.w3schools.com/html/html_images.asp Hope this helps Craig
__________________
Last Blog Entry: A Royal Mistake (Feb 20th, 2008)
|
|
|||
|
Re: How to make the icon work
Quote:
I got it done. The icon is now working. Thanks. Not necessary providing path to the icon because it is on the same folder/directory with the .html file. Is it possible doing something on characters using HTML commands adding features such as blur, shade, etc. without going to graphic editing software? I did lot of graphic editing on Photoshop in the past. It is time consuming. This time I have to run GIMP to do it. They are the same in operation. Is there an easy way? B.R. satimis |
|
||||
|
Re: How to make the icon work
As far as i know there is no way of doing this through HTML
You would probably be best of posting in the Graphic forum with this question http://www.webforumz.com/graphics-forum/ Hope this helps mate Craig
__________________
Last Blog Entry: A Royal Mistake (Feb 20th, 2008)
|
|
|||
|
Re: How to make the icon work
Quote:
B.R. satimis |
|
||||
|
Re: How to make the icon work
All shadows/blurs/etc need to be done in Photoshop/similar.
__________________
Resources Administrator
Grilling Gurus - Interviews with the Best Web Designers and Developers in the Industry Got a Question for Ryan Carson and his Web Design/Development team Carsonified? Jack Franklin - My Blog (It's a Pen in My Mouth BTW)
Last Blog Entry: My Latest Project - Grilling Gurus... (Jun 11th, 2008)
|
|
|||
|
Re: How to make the icon work
Quote:
In the past I did a lot on Photoshop and other graphic editing software running on Windows (>10 years ago). Many web graphic can be created. But it is quite time consuming. I'm now searching whether this is a new way after 10 years. If no solution found I am compelled to do the same work again on GIMP running on Linux. I don't have Windows box here B.R. satimis |
|
||||
|
Re: How to make the icon work
php has GD image manipulation functions. Don't really know how well this would assist you but heres a tut I found by googling: http://www.codewalkers.com/c/a/Misce...dows-with-PHP/
Last Blog Entry: Fobriwap! (Mar 10th, 2008)
|
|
|||
|
Re: How to make the icon work
Quote:
B.R. satimis |
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Javascript menu - does not work on title page, but does work on other pages | Crystal Phoenix | Starting Out | 4 | Mar 24th, 2008 19:40 |
| Make PNG transparency work in Internet Explorer | Pádraig | Web Page Design | 4 | Jun 7th, 2007 01:31 |
| How to make XML file work with slide show player | OmiE | Starting Out | 0 | Jun 4th, 2007 21:49 |
| How do i make my bookmark icon for my site appear as a logo in the favourites list? | guthrie | Introduce Yourself | 3 | Mar 3rd, 2006 12:47 |
| Icon in web address bar | pokerskatershark | Web Page Design | 3 | Jan 18th, 2006 23:25 |