dreamweaver question
dreamweaver question
Out of context: Reply #9
- Started
- Last post
- 12 Responses
- ********0
here's thae answer fer ivvrybudy:
tae get an image toap left dee this:
CSS:
#myDiv {
position:absolute;
top:0px;
left:0px;
}#myDiv img {
padding:0px;
margin:0px;
}HTML:
< div id=" myDiv " >
< img src="path" />
< / div >