Copy link to clipboard
Copied
For some reason no matter what I try I can't drag tables around and it's really annoying, it's making everything a lot harder than ever and also, I can't set myself to beginner for some reason. I do have 2017 and I'm on a PC is this helps. But really it's frustrating. I don't do the coding, I design more than anything.
Unless an item is given absolute positioning in its css, you won't be able to click and drag it.
Legacy versions of DW had a button for something called APDivs that would create a "layer" that you could drag to wherever you liked within the Design View interface. Due to changes in the way the internet is viewed (smartphones, tablets and monster desktop screens) they fell out of favor a long time ago and were removed from the program for causing more problems than they solved.
Now days, positioning
...Copy link to clipboard
Copied
It's the same thing with images, it's really annoying and makes making websites so much harder for me
Copy link to clipboard
Copied
Unless an item is given absolute positioning in its css, you won't be able to click and drag it.
Legacy versions of DW had a button for something called APDivs that would create a "layer" that you could drag to wherever you liked within the Design View interface. Due to changes in the way the internet is viewed (smartphones, tablets and monster desktop screens) they fell out of favor a long time ago and were removed from the program for causing more problems than they solved.
Now days, positioning is handled by by using css margins, padding and floats. Flexbox (more advanced css) is another "even more complicated, but better in the long run" way of laying out a page.
Copy link to clipboard
Copied
Oh, I see! Thank you very much, that helps a lot!
Copy link to clipboard
Copied
#1 DW is not a click & drag app.
#2 Table-based layouts are not used anymore except for emals. Modern web design requires you to use CSS layouts.
# 3 to use DW effectively, you must understand how to work with code. At a minimum HTML, CSS & to a lesser extent JavaScript. See links below.
If you can't or won't learn to work with code, switch to Adobe Muse. It's aimed at non-coders.
Nancy
Copy link to clipboard
Copied
I appreciate that, I do understand some coding, mostly java and HTML but Muse was something I didn't know about and might be easier for my uses, thank you!