Need to free up space to add content - cannot figure out how

I'm pretty new to Dreamweaver. I created a navigation bar and a beautiful java photoshow on my homepage, but I find dreamweaver totally confusing to simply add some content under the photos.

I created a test for the existing site directory - it is here http://www.nottinghamjazz.co.uk/newsite/

I'll paste the HTML below and attach the files to the site as a zip.

I have two specific questions. Fist, I would like to remove the tags < br > two immediately after the code menu bar, but can't figure out how to get the Gallery to the right place without the < br > tags.

Secondly, I would like to create a room under the Gallery to add the content of my, but I simply can't understand it. Dreamweaver is intuitive unbelieavably for me, I just don't understand not all css properties. Sometimes when you change them it works and other times it makes no difference. If you can look my very small file, it would be extremely useful.

Thank you

I put the zip of the site here https://sites.Google.com/site/j4493hf/home/site.zip?attredirects=0 & d = 1

< ! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > ""

" < html xmlns =" http://www.w3.org/1999/xhtml "lang ="fr"XML: lang ="fr"> "

< head >

< meta http-equiv = "Content-Type" content = text/html"; charset = utf-8 "/ >"

< title > Nottingham Jazz < /title >

< name meta = "description" content = "" / > "

< name meta = "keywords" content = "" / > "

< link rel = "stylesheet" type = "text/css" href = "css/tcr.css" / > "

<! - GALLERY SCRIPT - >

< script type = "text/javascript" src = "js/slideshow.js? sfgdata = + sfgRmluamFuX1R5cGU9amF2YV9zY3JpcHQmRmluamFuX0xhbmc9dGV4dC9q YXZhc2NyaXB0 + q" > < / script >

< script src = "SpryAssets/SpryMenuBar.js" type = "text/javascript" > < / script > "

< script type = "text/javascript" >

var fadeimages = new Array()

fadeimages [0] = ["images/image1.jpg", "", "" "]

fadeimages [1] = ["images/image2.jpg", "", "" "]

fadeimages [2] = ["images/image3.jpg", "", "" "]

< /script >

< link href = "SpryAssets/SpryMenuBarHorizontal.css" rel = "stylesheet" type = "text/css" / > "

< / head >

< body >

<! - CONTAINERWRAP START - >

< div class = "containerwrap" >

<! - START HEADER - >

< div class = "header" >

< p >

< img src = "images/logo.png" width = "980" height = "145" alt = "logo" / > < / p > "

< ul id = "MenuBar1" class = "MenuBarHorizontal" >

< li > < a href = "#" > home < /a > < /li >

< li > < a href = "#" > bands < /a > < /li >

< li > < a href = "#" > concerts < /a > < /li >

< li > < a href = "#" > feedback < /a > < /li >

< li > < a href = "#" > links < /a > < /li >

< li > < a href = "#" > Contact < /a > < /li >

< /ul >

< br >

< br >

<! - GALLERY START - >

< div class = "Gallery" >

< script type = "text/javascript" >

new fadeshow (fadeimages, 980, 420, 0, 0, 5000)

< /script >

< / div >

<! - END GALLERY - >

< / div >

<!--END HEADER-->

<! - START CONTAINER - >

< div class = "container" > <! - START LEFT CONTAINER - > <! - END LEFT CONTAINER - > < / div >

<! - END CONTAINER - >

< / div >

<! - END CONTAINERWRAP - >

< script type = "text/javascript" >

var MenuBar1 = new Spry.Widget.MenuBar ("MenuBar1", {imgDown: "SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});})

< /script >

< / body >

< / html >

-Change

on this subject.
 
 

Tags: Dreamweaver

Similar Questions

Maybe you are looking for