kperfetto
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to create a ‘link to home’ page ?Someone on another board said I could create a page and add a javascript to redirect it home:
<SCRIPT LANGUAGE=”JavaScript”>
function go(){
window.location.href=”http://www.yourhomepage.com”
}
</script>Has anyone tried this? Also I was told I might need an iframe tag. Excuse my neophyte-ness, but what’s an iframe tag?
Also, if I add the home link to the sidebar php. as suggested in this thread, is that the exact line of code I use? (I’m nothing if very literal.)
Forum: Installing WordPress
In reply to: Problem with javascript in PagesI’m having the same problem, and the codex page wasn’t much help.
To join a blogging ring, I need their blogroll somewhere on my site. Since it’s an incredibly long blogroll, I want to give it its own page as other members have. (It’s the powered by blogrolling kind, if that helps.)
I turned off the rich text editor, thinking I could just paste in the code, but even when I have the “use the rich test editor as the default” unchecked, um, I still have the rich text editor showing, hence no way to paste in the code.
Forum: Themes and Templates
In reply to: Adding image to Almost Spring headerThanks. I just switched from Typepad (the land of one-click header images). The only thing I did differently was change the border-bottom color to #ffffff so the (white) header blends seamlessly.