A novice learning Java: I want to add login and logout hyperlinks on the right side of the navigation bar, but the control cannot be dragged when placed in the div control of DreamweaverCC, and the browser display and design view are too many to check. How to fix it?
Due to the complexity and confusion of the current web front-end, there is no real "what you see is what you get" web ide product . Dreamweaver can't help.
Now, it’s all about “touch typing” the code, and then running it to see the page effect.
Another question, regarding your div, it must be a "fluid layout". You can drag by modifying the layout mode or setting the top and left attributes.
You can choose the free Expression Web development tool.
Generally speaking, however, professional developers choose the fluid layout method for web design. Amateurs, however, prefer to locate based on pixel coordinates.