how to make writing or moving images on a website using Dreamweaver 8.0??
help me please.
thanks...

Dani AI

Generated

Several replies pointed to quick fixes and image-format choices (, , , ). Those can work for a fast result, but they leave accessibility, maintainability and cross‑browser support problems. A better long‑term approach is to keep markup semantic, use stylesheet-driven motion when possible, and treat animation as enhancement rather than essential content.

Practical Dreamweaver 8 workflow: switch to Code view or the Properties inspector, give the text or image a clear class or id, and place it in a simple container. Create (or link) an external stylesheet and define the movement there so the HTML stays clean. For predictable results, plan a single effect per element (translate/opacity/scale), add a non‑animated fallback, and test changes using View in Browser rather than relying only on Design view.

Troubleshooting tips specific to Dreamweaver 8: AP Divs and auto‑generated inline styles from Design mode can override your classes—remove those inline attributes in Code view. If an effect does not appear, confirm the CSS file is saved and linked, inspect the element with browser devtools to see computed styles, and check that no other rule is higher specificity. If the local preview is stale, clear the browser cache or use a private window.

Accessibility and performance notes: always include alt text, keep motion short, and offer a reduced‑motion option for users. Use optimized, scalable graphics (SVG when appropriate) so movement stays crisp across devices. If staying on Dreamweaver 8 is required, do the editing there but test and refine in modern browsers or consider exporting the markup and maintaining it with a current editor to avoid compatibility problems years later.

Recommended Answers

All 4 Replies

hey Qeeqie,

you can use java script or marquee tag for moving images.
thanks

i think you must user image . GIF, good for speed of your web site

To move the image in dreamweaver 8.0 may need to be adjusted for a variety of reasons like the content has been rearranged, flow of the images is no longer appropriate, etc. If the image is moving a short distance, you can use the drag-and-drop method. If it is moving a long distance up/down the page or to another web page, you will need to use the cut and paste method.

for moving text you can use the HTML tag marquee and for images no tag in HTML you have to use JS(java Script) to move image.

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.