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

Object Fitting Keyboard Shortcuts Disfuntional

Markers not showing up after opening a saved project. Where did they go!?

Photoshop javascript: Open files in all subfolders