Hi all, this is a topic where I will be providing free support with you beginning HTML & CSS web devs Just leave any questions or problems you have below and I will do my best to help you out with your code
Moving the text going across the screen in a loop? That is <marquee> Indenting the text from left to right or right to left can be done via CSS or using the actual buttons on DreamWeaver. Code: <style type="text/css"> .left { float: left; margin-left: 50px; } { #content { } </style> Then just a simple HTML Code: <div class = "left">Text moved to the left</div>
If you're using DreamWeaver for your class, there is buttons built into that program that does just that
Never used DreamWeaver to be honest, I code with Sublime Text, but yes <marquee> is how you would go about it.