Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   [SOLVED] Where is <HEAD> ? (http://forum.bytesforall.com/showthread.php?t=3722)

denbert Oct 4, 2009 08:08 AM

[SOLVED] Where is <HEAD> ?
 
Hi there,

I'm trying to make a popup button in which I would like to show a flash movie.

I used the javascript code popup generator

And now I have this I would like to add to the <HEAD> sector:

Code:

<SCRIPT LANGUAGE="JavaScript">
<!-- Idea by:  Nic Wolfe -->
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=775,height=385,left = 312.5,top = 332.5');");
}
// End -->
</script>

But where do I find the <HEAD> area on my webside?

/ Denbert

juggledad Oct 4, 2009 09:37 AM

Check out the HTML/CSS Options page of the theme options

denbert Oct 4, 2009 11:55 AM

Thank you for guiding me in the right direction.


All times are GMT -6. The time now is 03:34 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.