Marquee

  • Thread starter Thread starter Robert T
  • Start date Start date
R

Robert T

I have a problem with the <marquee> function. I have inserted by html
method the marquee tag and when I hit the save button to publish my website
to the server it automattically inserts the </marquee> tag where I do not
want it. I have gone through the options and found where it says "Insert
end tag" but there is not the option of me to click it where it will not
insert the tag. Could I get help please. Thanks

Robert
 
switch to Code view and add the tags where you want them. If where you are
trying to put them isn't "legal" HTML then FrontPage is going to move it.
It should be:

<marquee>some text</marquee>
 
Back
Top