PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   Header Question (http://www.photopost.com/forum/photopost-pro-how-do-i/112052-header-question.html)

Steve_C February 8th, 2005 01:04 AM

Header Question
 
In my headtags.html, I have

<html>
<head>
<title>Site</title>

but I have no idea where this is being pulled from since I do not use the vb Integration (other than registration):

================================
<script type="text/javascript">
var PopUpHelpX = (screen.width/2)-150;
var PopUpHelpY = (screen.height/2)-200;
var pos = "left="+PopUpHelpX+",top="+PopUpHelpY;
function PopUpHelp(url){
PopUpHelpWindow = window.open("http://photos.com/"+url,"Smilies","scrollbars=yes,width=300,height=400,"+pos);
}
</script>


<link rel="stylesheet" href="http://photos,cin/stylesheets/default.css" type="text/css" />
</head>
<body>
=====================

Then my header.html begins. My problem is that I need a different body tag than the one that is automatically inserted...

Chuck S February 8th, 2005 09:25 AM

<html>
<head>
<title>Site</title>

That doesnt get put in a headtags file

You would have to link your header and headtag files here for me to see so I can give you a suggestion but as far as body tags you technically can not have multiple instances and be valid html

Steve_C February 8th, 2005 09:44 AM

You got mail.

Chuck S February 8th, 2005 10:24 AM

Okay those files look fine so what is the specific question here?

Here is your page source below. In fact everything looks fine except you need to remove the body tag out of your headtags.htm file. If you want to define the body tag you need to edit your css file for the body tag and place this in there

margin: 0px 0px 0px 0px;

if you want no margin. CSS files would be the best way to customize the body tag also per category

Code:

Content visible to verified customers only.

Steve_C February 8th, 2005 10:33 AM

It's putting in that <body> tag automatically. I need my body tag to be different, <body topmargin="0">.

Michael P February 8th, 2005 10:39 AM

You should modify your css to use topmargin as part of the body def and not the <body> tag.

Chuck S February 8th, 2005 10:46 AM

I beleive I gave you this to put in your css body tag for no margin to be there ;)

margin: 0px 0px 0px 0px;

Steve_C February 8th, 2005 10:53 AM

ahh... I keep forgetting about that file here. ok. Fixed. Now, can anyone tell me why the header is not letting my flash banner load? It works fine by itself, but with PP, it does not load:

http://photos.sirstevesguide.com/sho...y.php?cat=1911 (not working)

http://photos.sirstevesguide.com/hea...05/468x60.html (works)

Chuck S February 8th, 2005 12:32 PM

How about the relative url? Make it a full url to the file in the embed tag. The reason it works in your header link the file one cause the file exists there. 468x60.swf does not exist in the photopost directory ;)

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="468" height="60" id="468x60" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="468x60.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<embed src="468x60.swf" quality="high" bgcolor="#ffffff" width="468" height="60" name="468x60" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>

Steve_C February 8th, 2005 12:48 PM

I think you caught it when I was trying some things but yes, you are correct. I came back to post I figured it out and you already replied. :)

BTW - I didn't even notice this How Do I? Category. How about one specifically for PhotoPost Pro questions?

appsfinder December 3rd, 2008 05:12 AM

title tag help
 
Quote:

Originally Posted by Chuck S (Post 1090799)
Okay those files look fine so what is the specific question here?

Here is your page source below. In fact everything looks fine except you need to remove the body tag out of your headtags.htm file. If you want to define the body tag you need to edit your css file for the body tag and place this in there

margin: 0px 0px 0px 0px;

if you want no margin. CSS files would be the best way to customize the body tag also per category

Code:

Content visible to verified customers only.

Hi how do i change the title tag Photo Gallery - Main Index

Chuck S December 3rd, 2008 10:45 AM

You change your site name at to of admin global options as far as Main Index thats the phrase for the index itself to change that name you edit the english.php language file in the languages folder.


All times are GMT -5. The time now is 07:03 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97