Iframe inside a conditional tag in sidebar
-
I want to include an Iframe inside a conditional tag in the sidebar, but as I have very little coding exeperience I have no clue.
On my page named Music I wish to include an itunes Iframe. In the sidebar I have added this:
if (is_page('Music')) {
}
else {}
…at the top. When I add the iframe information shown below, I get all kinds of parse errors and know this is because of my coding stupidity. Please help!
<iframe src="https://pf.tradedoubler.com/pf/pf2?a=863157&cuid=97853&tid=5045&oe=ISO-8859-1" width="200" height="500" frameborder="0" border="0" marginwidth="0" marginheight="0" scrolling="yes"></iframe>
..Thanks!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Iframe inside a conditional tag in sidebar’ is closed to new replies.