| View previous topic :: View next topic |
| Author |
Message |
jason102178
Joined: 15 May 2008 Posts: 40 Location: Ohio
|
Posted: Wed Aug 20, 2008 2:14 pm |
|
|
|
i was wondering if someone could possibly login to my website via ftp to get my favicon logo to work i cant get it to work for firefox orinternet explorer and people shouldnt have to bookmark it for it to show up because when we go to yahoo.com or any other website we do not have them book marked and they show up just fine in any browser ive tried every code and tried placing everywhere in my html even between the <head>
ive tried these codes
| Code: |
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
also have tried putting in the code that they say with the www.jaysonberger.com/favicon.ico
the people who developed this said on a normal website you shouldnt have to put any code anywhere because in the browser will automatically detect the favicon.ico file
please i really need help and ive been working on this for the past 2 days non stop trying to get this to work |
|
|
PayneLess Designs

Joined: 28 Feb 2007 Posts: 1391 Location: Biloxi, MS
|
Posted: Wed Aug 20, 2008 3:20 pm |
|
|
|
| Problem has to be with your browsers because I see your favicon in both Firefox and IE. |
|
jason102178
Joined: 15 May 2008 Posts: 40 Location: Ohio
|
Posted: Wed Aug 20, 2008 5:16 pm |
|
|
|
This is odd. ive never had so much problems getting to work the way i want until i switched to godaddy for my hosting.
i have 3 computers im on my desktop now its less then 6 months old and i went to jaysonberger.com and the favicon doesnt show then i go to my desktop and i use firefox over there and it loaded the favicon and i cant see how it would because i dont have no code on my site telling were its at
then i just tried internet explorer on all 3 computers i went to jaysonberger.com that worked fine until it comes to my next page it shows nothing if i go to http://www.jaysonberger.com/index2.html i dont know why its not working on internet explorer now it use to show my webpage just fine.
then on my laptop when im in the main part of my site it plays the song like i want it in windows media player and on my desktop i have windows media player installed on it but it chooses to open it with quicktime player and i have window media player set to default player |
|
jason102178
Joined: 15 May 2008 Posts: 40 Location: Ohio
|
|
PayneLess Designs

Joined: 28 Feb 2007 Posts: 1391 Location: Biloxi, MS
|
Posted: Wed Aug 20, 2008 5:43 pm |
|
|
|
| I can't see anything but a blank page in Internet Explorer, but I DO see the favicon. You have not corrected your frame code as I suggested, nor have you added a doctype to all frame pages. You are throwing the browsers into Quirks Mode. Until you correct all those coding errors, you are going to keep beating your head against the wall. |
|
PayneLess Designs

Joined: 28 Feb 2007 Posts: 1391 Location: Biloxi, MS
|
Posted: Wed Aug 20, 2008 6:05 pm |
|
|
|
| jason102178 wrote: |
| my media player html is located in the left.html thats why i have it there is because i want it all the way to the left i didnt want it centered |
Is this "everytime.wav" the one you are talking about. That will play with anyone's default media player.
Thought it was suppose to be a Real Player format?? Little confused here as that can be set up to be run the way I posted the media player code for your banner. Just need to change a few things. |
|
jason102178
Joined: 15 May 2008 Posts: 40 Location: Ohio
|
Posted: Wed Aug 20, 2008 6:26 pm |
|
|
|
| oh sorry for the confustion yea i deleted the rm file because u said real media has alot of malware and is not a commonly used any more so i changed it to everytime,wav and i did change the code for my index2.html but it must have not saved |
|
jason102178
Joined: 15 May 2008 Posts: 40 Location: Ohio
|
Posted: Wed Aug 20, 2008 6:39 pm |
|
|
|
ok check now to see if i changed the coding right for the index2.html like you asked and i inserted the code
<!-- begin embedded Flash file... -->
<table style="border:0; padding:0;" summary="Fire Title">
<tr>
<td><object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' style="width:1400px; height:100px;">
<param name='movie' value="http://www.jaysonberger.com/fire_title.swf">
<param name='quality' value="high">
<param name='bgcolor' value='#000'>
<param name='loop' value="true">
<embed src="http://www.jaysonberger.com/fire_title.swf" quality='high' style="width:1400px; height:100px; background:#000;" loop="true" type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'>
</object>
</td>
</tr>
<!-- ...end embedded Flash file -->
</table>
like you asked in my top.html for my banner
the only problem i see now is in internet explorer on the left side for the media player it is showing it in quicktime when before it showed it in windows media player and it has like white around it |
|
jason102178
Joined: 15 May 2008 Posts: 40 Location: Ohio
|
Posted: Wed Aug 20, 2008 6:41 pm |
|
|
|
| only thing i wasnt certain of is were you wanted me to place this code in index.html or index2.html top.html or main.html |
|
jason102178
Joined: 15 May 2008 Posts: 40 Location: Ohio
|
Posted: Wed Aug 20, 2008 7:00 pm |
|
|
|
also in internet explorer its doing somthing it never use to do before it will say loading www.jaysonberger.com/background.png loading top.html and loading main.html
it might be easier for someone else to make the appropriate corrections via ftp
because im new to html and i had everything working fine weather it was firefox or internet explorer no one seemed to have any problems viewing it but godaddy server or somthing is going completly wrong |
|
PayneLess Designs

Joined: 28 Feb 2007 Posts: 1391 Location: Biloxi, MS
|
Posted: Thu Aug 21, 2008 3:55 am |
|
|
|
| jason102178 wrote: |
| the only problem i see now is in internet explorer on the left side for the media player it is showing it in quicktime when before it showed it in windows media player and it has like white around it |
This is your browser's preference for opening that media file because that extension is associated with QuickTime player. Everyone will use the media player that they have that extension associated with.
You can change it to the program on your computer from Control Panel>Folder Options>File Types. |
|
PayneLess Designs

Joined: 28 Feb 2007 Posts: 1391 Location: Biloxi, MS
|
Posted: Thu Aug 21, 2008 3:58 am |
|
|
|
| jason102178 wrote: |
| only thing i wasnt certain of is were you wanted me to place this code in index.html or index2.html top.html or main.html |
On the same page where you want the media player to play. |
|
PayneLess Designs

Joined: 28 Feb 2007 Posts: 1391 Location: Biloxi, MS
|
Posted: Thu Aug 21, 2008 4:02 am |
|
|
|
| jason102178 wrote: |
also in internet explorer its doing somthing it never use to do before it will say loading www.jaysonberger.com/background.png loading top.html and loading main.html
it might be easier for someone else to make the appropriate corrections via ftp
because im new to html and i had everything working fine weather it was firefox or internet explorer no one seemed to have any problems viewing it but godaddy server or somthing is going completly wrong |
You are loading one heck of a large image. It is a 3324x2000 png which is way, WAY too large. People using dial-up or DSL will no doubt leave your site before image ever loads. The file is 525Kb and is too much for some Internet connections.
You're site is not working fine as you have not corrected the HTML code on all your frame pages so browsers know how to display them.
Last edited by PayneLess Designs on Thu Aug 21, 2008 1:37 pm; edited 1 time in total |
|
jason102178
Joined: 15 May 2008 Posts: 40 Location: Ohio
|
Posted: Thu Aug 21, 2008 10:44 am |
|
|
|
| i went to control panel then folder options and i didnt see anything related to associate with window media player it just tells me how i can view folders on my computer basically theres 3 tabs general view and search |
|
jason102178
Joined: 15 May 2008 Posts: 40 Location: Ohio
|
Posted: Thu Aug 21, 2008 10:47 am |
|
|
|
| ive copied and pasted everything that you had mentioned it would of made it easier if you had told me weather or not to upload it to top.html index.html or index2.html and main.html its all getting confuesing and im not sure were everything is suppose to go |
|
|