Insert Html code

G

Guest

Howdy all

The code below I use on My Space and the radio station appears. I would like
to add to my Buisness web site and would like to insert into a layer. I don't
see in Web Components were I can add HTML add in.

Any suggestion??????

Thanks in advance

<br><CENTER><form action='http://www.poqbum.com' method='post'
target='_new'><embed allowScriptAccess="never" style="FILTER: none"
name=RAOCXplayer
pluginspage=http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/
src="http://x.energyradio.fm/energyx128k" width=320 height=49
type=video/x-ms-asf volume="150%" EnableC..?0? loop="false" AutoSize="false"
autostart="true" ShowStatusBar="1" ShowC..?1?></EMBED></center>
 
T

Trevor L.

douginski said:
Howdy all

The code below I use on My Space and the radio station appears. I
would like to add to my Buisness web site and would like to insert
into a layer. I don't see in Web Components were I can add HTML add
in.

Any suggestion??????

Well, if it works in one page, it will work in another.

At the bottom of the FP screen, there will be several tabs.

One of them should be Code or HTML.
Click on this and the HTML code will be displayed.
You are now in a text editor, so just cut the code from one place (e.g. from your post) and paste it into here.

I don't know why you want a layer.
Do you mean a <div> ?
If so, add <div> before the code and </div> after it
e.g.
<div>
<br><CENTER>
<form action='http://www.poqbum.com' method='post' target='_new'>
<embed allowScriptAccess="never" style="FILTER: none" name=RAOCXplayer
pluginspage=http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/
src="http://x.energyradio.fm/energyx128k" width=320 height=49
type=video/x-ms-asf volume="150%" EnableC..?0? loop="false"
AutoSize="false" autostart="true" ShowStatusBar="1"
ShowC..?1?>
</embed>
</center>
</div>

But do you want this <div> to be anything special, e.g., positioned absolutely (not recommended), hidden or what ?
 
R

Rob Giordano \(Crash\)

Insert | Web Components | Advanced Controls | HTML



| Howdy all
|
| The code below I use on My Space and the radio station appears. I would
like
| to add to my Buisness web site and would like to insert into a layer. I
don't
| see in Web Components were I can add HTML add in.
|
| Any suggestion??????
|
| Thanks in advance
|
| <br><CENTER><form action='http://www.poqbum.com' method='post'
| target='_new'><embed allowScriptAccess="never" style="FILTER: none"
| name=RAOCXplayer
|
pluginspage=http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/
| src="http://x.energyradio.fm/energyx128k" width=320 height=49
| type=video/x-ms-asf volume="150%" EnableC..?0? loop="false"
AutoSize="false"
| autostart="true" ShowStatusBar="1" ShowC..?1?></EMBED></center>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top