/    Sign up×
Community /Pin to ProfileBookmark

Image Placement question

Hey guys!…After i place a image in dreamweaver, how do i move it around? For ex: in flash mx, if u import a pic, you can just drag it whever you want. Can i do something similiar in dreamweaver? This is really bugging me. Thanx

to post a comment
HTML

8 Comments(s)

Copy linkTweet thisAlerts:
@bravo27authorDec 03.2004 — Anyone?? All i need to know is how to move a pic to any exact location.
Copy linkTweet thisAlerts:
@PeOfEoDec 03.2004 — write the code by hand, then you will not have problems.

<img src="top:10px; left:60px; position:absolute;"/>

That is one way to use css to position an image.
Copy linkTweet thisAlerts:
@bravo27authorDec 03.2004 — im totally new to webdeign so i dont use css yet. Is there any way i can do it without css?
Copy linkTweet thisAlerts:
@PeOfEoDec 03.2004 — I think you should actually dive into learning html and css. It would be better then using a wysiwyg editor because it is cramping your ability to learn. Yes you can position images without css, but that would mean using a table, and tables should not (according to the w3c) be used for layout. So CSS is the only good option.

www.w3schools.com has good html and good css tutorials.

www.bluerobot.com has information on how to position things (really how to layout a site) using html and css.
Copy linkTweet thisAlerts:
@bravo27authorDec 03.2004 — Thanx for the info Peofeo, i guess i'll start learning css than..lol
Copy linkTweet thisAlerts:
@PeOfEoDec 03.2004 — [i]Originally posted by bravo27 [/i]

[B]Thanx for the info Peofeo, i guess i'll start learning css than..lol [/B][/QUOTE]

?, just diving right in will save you time in the long run.
Copy linkTweet thisAlerts:
@bravo27authorDec 03.2004 — ok, if this is the code, where and how would i insert the img tag?

body {

font-family: Arial, Helvetica, sans-serif;

font-size: 12px;

}

td {

font-family: Arial, Helvetica, sans-serif;

font-size: 12px;

}

th {

font-family: Arial, Helvetica, sans-serif;

font-size: 12px;

}

form {

font-family: Arial, Helvetica, sans-serif;

font-size: 12px;

}

input {

font-family: Arial, Helvetica, sans-serif;

font-size: 12px;

}
Copy linkTweet thisAlerts:
@PeOfEoDec 03.2004 — well that is a block of css, you would put the image tag within the html in the body of the page. You can use the html it attribute to get the css in that block to apply to the image. I can give you some examples later on, prolly around 10 tonight eastern time.
×

Success!

Help @bravo27 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.3,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,

tipper: @Samric24,
tipped: article
amount: 1000 SATS,
)...