ইমেজ Marquee করাঃ
Marquee করার মাধ্যমে আমরা ইমেজকে বা লিখাকে সচল বা চলমান অবস্থায় পরিণত করতে পারি।
এজন্য অবশ্য HTML কোড জানা দরকার। এখন আমরা দেখবো dreamweaver দিয়ে কিভাবে ইমেজ
মারকিউ করা যায়। প্রথমে নতুন একটি ডকুমেন্ট open করি। Ctrl+Alt+I বা insert থেকে image এ
গিয়ে একটি ইমেজ অ্যাড করি। ইমেজটাকে এখন আমরা marquee করবো এজন্য প্রথমে code view তে যাই। Code View তে চিত্র আসবে। এখন ইমেজ ট্যাগের পূর্বের নিচের কোডটুকু লিখতে হবে। <marquee direction=”right”><img
src=”marquee.jpg” width=”292” height=”192”/> </marquee> এবার Design view তে যাই click on design এখন পেজটিকে Ctrl+s press করে save করি। তারপর F12 press করে দেখি সেটির preview কেমন দেখায়। ইমেজটি বাম দিক থেকে ডান দিকে যা‛েছ। এভাবে চাইলে আপনি ইমেজটিকে ডান দিক থেকে বাম দিকে মুভ করতে পারেন। সেেেত্র নিচের কোড অনুসরণ করতে হবে।
<marqueedirection=”left”><imgsrc=”marquee.jpg”width=”292”
height=”192”/> </marquee> ইমেজটি যদি উপর থেকে নিচে যায় এমন করতে চাই, তাহলে এই
কোড লিখতে হবে। <marquee direction=”down”>
width=”292” hight=”192”/> </marquee>
লক্ষ করুনঃ marquee হ‛্ছে একটি এইচটি এম এল টেগ, যেই টেগের কাজ হ‛্ছে কোন ছবি বা লিখাকে এক স্থান থেকে অন্য স্থানে সচল বা চলমান অবস্থায় পরিণত করা।
উপরে আপনারা লক্ষ করে দেখেছেন marquee-i সঙ্গে direction দেয়া আছে এখানে direction বলতে বোঝানো হয়েছে ’নির্দেশনা, এর মানে এই direction এর পরে দেয়া আছে ”left” আপনি এখানে ”left” এর স্থানে right/up/down দিতে পারেন, তাহলে এই নির্দেশনা (direction)) গুলো আপনার নির্দেশ অনুযায়ী কাজ করবে। এইভাবে আপনি পরবর্তী নির্দেশনা গুলো Edit কারতে পারেন। যেমনঃ- এখানে width মানে বোঝানো হয়েছে ’লম্বা’, আমরা উপরোক্ত লিখায় দেখতে পা‛িছ width দেয়া আছে ২৯২ এখন আমরা উদাহারণ সরূপ ধরুন যদি width=”292” এর স্থানে ৩৫০ করে দেয়া হয় তাহলে লম্বায় বারবে আর width যদি কমিয়ে ২৫০ করে দেয়া হয় তাহলে লম্বায় কমবে। এভাবে যদি আমরা height কে বারিয়ে কমিয়ে নেই তাহলে পাসে বারবে এবং কমবে।
An alternative method of image Marquee
Intensified his vision image or the Marquee we can become active or running.
However, we need to know HTML code. Now we will see how the image dreamweaver
MARQUEE can be. First let us open a new document. Ctrl + Alt + I, or to insert the image
I went to add an image. The first image we'll marquee to go to code view. Code View will appear on the image. Kodatuku will write down the tag before the image. <Marquee direction = "right"> <img
src = "marquee.jpg" width = "292" height = "192" /> </ marquee> to go to the Design view Ctrl + s press PAGE and click on design to save it. F12 press preview and see how it looks. Yaecha image from left to right. Thus, if you can move the image on the left side to the right side. That case will have to follow the code below.
<Marqueedirection = "left"> <imgsrc = "marquee.jpg" width = "292"
height = "192" /> </ marquee> If the image you want to go down, then this
Would be to write code. <Marquee direction = "down"> <img src = "marquee.jpg"
width = "292" hight = "192" /> </ marquee>
HT ML tega a sort of marquee hache, hache work tegera the image or the Intensified his vision of moving from one place to another place or in motion.
You've seen the top of the marquee-i direction with the direction given here refers to an 'direction, this means that the direction of the "left" in the "left" of the right / up / down you can give, then this direction ( direction)) according to the instructions in your will. If you would like Edit the next instructions. For example: the width is meant to mean "tall", we see that the above write paicha For example, suppose we are now in width have been 292 width = "292" of the 350, then was reduced in length, width, and 50 were barabe If you reduce the length. Thus, if we do not reduce the height is boosted and reduce barabe close.
|