Go Back   CodingForums.com > :: Client side development > General web building

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 11-28-2011, 07:06 PM   PM User | #1
aquilina
New Coder

 
Join Date: Sep 2011
Posts: 22
Thanks: 1
Thanked 0 Times in 0 Posts
aquilina is an unknown quantity at this point
Display your web site logo on the address bar

Below is my php code for the logo on the address bar.. Anyone can help why i cannt remove or change to another icon? after i changed the icon to another icon, its still display the old icon.. even i remove the code of displaying the icon, its still appear.. anyone can tell me???




PHP Code:
<html>
<head>
<link rel="shortcut icon" href="favicon.ico" > 
<link rel=stylesheet type="text/css" href="css/style.css">
<title><?php echo $webtitle?></title>
</head>
<body>
<!--Wrapper-->
<div id="wrapper">
<!--Header-->
<div id="header"><img src="<?php echo $logo?>"/></div>
<!--Top Navigation-->
<?php include("sources/navigation.php"); ?>
<!--end-->
<marquee id="scrollingtext" ><?php echo $scrollingtext?> </marquee>
<!--Sidebar-->
<?php include("sources/sidebar.php"); ?>
<!--end-->
</body>
</html>
aquilina is offline   Reply With Quote
Old 11-28-2011, 07:53 PM   PM User | #2
aquilina
New Coder

 
Join Date: Sep 2011
Posts: 22
Thanks: 1
Thanked 0 Times in 0 Posts
aquilina is an unknown quantity at this point
solved
aquilina is offline   Reply With Quote
Old 11-29-2011, 12:21 AM   PM User | #3
VIPStephan
The fat guy next door


 
VIPStephan's Avatar
 
Join Date: Jan 2006
Location: Halle (Saale), Germany
Posts: 7,614
Thanks: 5
Thanked 865 Times in 842 Posts
VIPStephan is a jewel in the roughVIPStephan is a jewel in the roughVIPStephan is a jewel in the rough
It could help other experiencing similar problems if you told the world how you have solved it.
__________________
Don’t click this link!
VIPStephan is offline   Reply With Quote
Old 11-29-2011, 12:45 AM   PM User | #4
aquilina
New Coder

 
Join Date: Sep 2011
Posts: 22
Thanks: 1
Thanked 0 Times in 0 Posts
aquilina is an unknown quantity at this point
Just clearing the history of the browser
aquilina is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 10:11 PM.


Advertisement
Log in to turn off these ads.