![]() |
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... |
<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 |
You got mail. |
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. |
It's putting in that <body> tag automatically. I need my body tag to be different, <body topmargin="0">. |
You should modify your css to use topmargin as part of the body def and not the <body> tag. |
I beleive I gave you this to put in your css body tag for no margin to be there ;) margin: 0px 0px 0px 0px; |
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) |
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> |
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? |
title tag help Quote:
|
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