[SOLVED] Site 95% done accept a couple of problems
Posted: Sun Mar 07, 2010 6:11 pm
Hi
I've nearly finished my CMS MS web site but I have a problem whereby any new page or content block is pre populated with the code below and will not go away. How can I stop this ?
Secondly I have a page containing screen shots of films. The films are encoded as .flv files and are hosted on my server. Ideally I'd like visitors to the web site to click these whereby a popup opens and the video begins to play instead of having 7 pages with the video player code embedded is there a way to only use 1 page and pass something over in the url so that the correct video is played. Youtube and similar are not an option.
Thanks :)
----------------------------
I managed to sort out the problem with the code appearing which makes total sense now. Turn off the full page TinyMCE plug-in. I'm still playing with videos.
I've nearly finished my CMS MS web site but I have a problem whereby any new page or content block is pre populated with the code below and will not go away. How can I stop this ?
Code: Select all
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<__html>
<head>
<title>Untitled document</title>
</head>
</__body>
<__body>
</__html>
Thanks :)
----------------------------
I managed to sort out the problem with the code appearing which makes total sense now. Turn off the full page TinyMCE plug-in. I'm still playing with videos.