Jump to content

[SOLVED] Header table image not working!!


pix582

Recommended Posts

hi im new to this site and i cant find what im lookin for  :( i have been updating my headers on my site but the table image only works on the main page not on my shop, blog, and gallery can any one plz help???

 

http://www.emmelene-fadden.co.uk/gallery/index.php

http://www.emmelene-fadden.co.uk/wordpress/

http://www.emmelene-fadden.co.uk/shop/

Link to comment
https://forums.phpfreaks.com/topic/144052-solved-header-table-image-not-working/
Share on other sites

logoheader.jpg

 

<?php plogger_init(); ?>
<style type="text/css">
<!--
.style1 {
color: #FFFFFF;
font-size: 12px;
}
.style2 {
color: #FFFFFF;
font-size: 36px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
-->
</style>


<div id="wrapper">

<table width="99%" background="logo.jpg">
      <tr>
        <td colspan="9"> </td>
      </tr>
      <tr>
        <td colspan="4"><div align="left"><span class="topheader style2">Emmelene Fadden</span></div></td>
        <td colspan="4"> </td>
        <td width="17%"><?php echo generate_search_box(); ?></td>
      </tr>
      <tr>
        <td colspan="4"><div align="left"><span class="2header style1">Photography </span></div></td>
        <td colspan="5"> </td>
      </tr>
      <tr>
        <td colspan="9"> </td>
      </tr>
      <tr>
        <td width="75" align="center" valign="baseline" background="logo.jpg" bgcolor="#FFFFFF" class="mybutton" scope="col"><a href="http://www.emmelene-fadden.co.uk" class="style8">Home</a></td>
        <td width="75" align="center" valign="baseline" background="logo.jpg" bgcolor="#FFFFFF" class="mybutton" scope="col"><a href="http://www.emmelene-fadden.co.uk/gallery/index.php" class="style8">Gallery</a></td>
        <td width="75" align="center" valign="baseline" background="logo.jpg" bgcolor="#FFFFFF" class="mybutton" scope="col"><a href="http://www.emmelene-fadden.co.uk/bio.php" class="style8">Bio</a></td>
        <td width="75" align="center" valign="baseline" background="logo.jpg" bgcolor="#FFFFFF" class="mybutton" scope="col"><a href="http://www.emmelene-fadden.co.uk/wordpress" class="style8">Blog</a></td>
        <td width="75" align="center" valign="baseline" background="logo.jpg" bgcolor="#FFFFFF" class="mybutton" scope="col"><a href="http://www.emmelene-fadden.co.uk/contact.php" class="style8">Contact</a></td>
        <td width="75" align="center" valign="baseline" background="logo.jpg" bgcolor="#FFFFFF" class="mybutton" scope="col"><a href="http://www.emmelene-fadden.co.uk/shop" class="style8">Shop</a></td>
        <td width="75"> </td>
        <td width=75"> </td>
        <td> </td>
      </tr>
    </table>
<div id="header">
  <div id="search-container"></div>
  
	<div id="breadcrumbs">
  
		<div id="slideshow">
		  	<?php echo plogger_slideshow_link(); ?>
			<?php echo plogger_print_button(); ?>
		</div>

		<?php echo generate_breadcrumb(); ?>

	</div>

	<!-- <p></p> -->

</div>
<?php echo plogger_download_selected_form_start(); ?>

 

logo is in same place :S

<html>
<head>
<title>Gallery</title>
<base href="http://www.emmelene-fadden.co.uk">
</head>
<?php plogger_init(); ?>
<style type="text/css">
<!--
.style1 {
color: #FFFFFF;
font-size: 12px;
}
.style2 {
color: #FFFFFF;
font-size: 36px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
-->
</style>
<script language=JavaScript>
//Disable right mouse click Script
//By Maximus ([email protected]) w/ mods by DynamicDrive
//For full source code, visit http://www.dynamicdrive.com

var message="Hey what gives?!";

///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}

function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}

document.oncontextmenu=new Function("alert(message);return false")

document.ondragstart = function () { return false; };
</script>

<div>

<table width="99%" background="logo.jpg">
      <tr>

 

done that but dont work even if i put in image/logo.jpg i hav the logo at http://www.emmelene-fadden.co.uk/logo.jpg

 

could it b somethink to do with the css page or index.php in gallery?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.