Jump to content

[SOLVED] Header table image not working!!


pix582

Recommended Posts

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

Link to comment
Share on other sites

<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 (maximus@nsimail.com) 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?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.