hi

how can change the size of image: from CSS for three pages using dreamweaver ?

how can i (position and reposition something in the page)? i tried this tag, but nothing change:

img.resiz{width:200px;height:1000px;

what is missing ?? should i include the img link? and what will be the correct tag for that!!! i want to resize the omg size in all pages :)

Recommended Answers

All 2 Replies

hi

how can change the size of image:

sorry i mean:: resize

Hi,
You must check your CSS selector here : img.resize means the tag img with the class name .resize somthing like :

<img src="/path/to/image" class="resize" />

Otherwise it won't work.

Check this course

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.