How do I create a div with no right or left margin in Dreamweaver?


i attempting create responsive website using dreamweaver bootstrap extension. create tables out of element bit div. warning, these novice questions. latest challenge:

 

i like:

  1. to add background image has 0 top, right, , left margin
  2. the background image repeat horizontally (not vertically)
  3. to know if possible build site tables within div containers preset without pushing containers out of wack , ruining responsiveness of site , if how , if not possible, how make div tags stay put them tables.

here link: http://www.graphicmechanic.info/soniabooker/doubletest.html. white bar top meant continuous bar across top no left , right margins.

 

thanks in advance assistance.

xonoboom wrote:

 

i like:

  1. to add background image has 0 top, right, , left margin

 

background images default have no margin applied margin on <body> tag

 

body {

margin: 0;

padding: 0;

}

 

 

 

xonoboom wrote:

 

  1. the background image repeat horizontally (not vertically)

use css:

 

background-image: repeat-x;

 

 

xonoboom wrote:

 

  1. to know if possible build site tables within div containers preset without pushing containers out of wack , ruining responsiveness of site , if how , if not possible, how make div tags stay put them tables.

 

 

i'm not @ sure how tables perform in responsive design can't of on point one. point 2 can addressed use of css margin/float applied <divs> position them want them. if using method first time it's steep learning curve.



More discussions in Dreamweaver support forum


adobe

Comments

Popular posts from this blog

how to devide a circle into equal parts

"Could not fill because there are not enough opaque source pixels" - not solved by any other thread

Why can't I change the billing info for my account?