Ok..I'm New to Web Design.. i'm Designing a Local Tv Channel Site.. i'm designing site in html5 (Dream Weaver) ... in this site i want add scrolling about news headlines,breaking news like that...so my problem is they modify scrolling every 1 hour... and they don't have knowledge on web design.. so i want to creating some thing like... if we type txt in notepad that matter automatically shows in scrooling... i mean is there any link or any way to link notepad file with html....
WHY in the world are you doing this so complicated? Provide a form on the admin-bit of the site, where the users updating it can input whatever text they want - store it in a database or something. Why bother with reading a txt-file which could very easily break if there's a problem with the formatting, or it's been edited in the wrong editor (saved with the wrong encoding etc.) Although, since you're using Dreamweaver, I'm suspecting you don't really know that much about webdesign, and server-side code. Correct me if I'm wrong on that bit, but as I said - a short form with inputs for text, a server-side script which takes that input and stores it in a database with a timestamp, and some sort of slider/scroller/something that displays those news wherever you want to show it, would probably be a better solution.
thank you for answer. you are not i'm not a professional webdesigner. and even it's not work. basically i'm vfx compositor and video editor.. thanks for your answer