New upload is ready, same location. The download link is right at the bottom. The video is responsive, I had to work a bit on that one.
I left your table (advert) as is for now, it is responsive anyway, so it works. But it contains some deprecated code that we can work on later.
You will see that I have created a 'textboxwide' and a 'textboxnarrow' class in the css. The narrow one has been used for the text to the right of the video. The wide one is for any text or other elements that go across the whole width of the 'main' div. If you need textboxes in other widths, the width can be overridden by inserting a new width as inline style, directly on the actual box.
You want elements that appear on all pages to be linked to the pages instead of inserted in every page sepearately, if I understand you correctly. There are different ways of doing that, It is just being discussed here:
http://www.coffeecup.com/forums/html-ed … post221094
My preferred method is the one Per describes, with php. But first you have to check if your server has php installed. You do that by opening a new file in the html Editor, and in the body of the document you paste in this bit of code:
<?php
phpinfo();
?>
then save the document as info.php and upload it to your server. Afterwards navigate to it with your browser and see if it tells you something. If you could copy the first chunk of the file, with the version number and attach it here, then I will know what to do.