just started a page from scratch - in the design view it shows up nicely in wappler, but once uploaded to site the layout is not the same. All files have been uploaded properly. Any suggestions on whay I can get this 2nd nav bar all the way to the left vertically like in the wappler shot.
local is a folder: dashboard
web is folder dashboard within the root of the domain. Nothing else in the domain other than that folder - using as the root. Never had this prob with dreamweaver setup. Have the done the same for other projects.
Well obviously your local and remote folder structure is different. Locally you are not developing in a subfolder in your server root. And as using links relative to site root the link to css file break when uploaded to a subfolder.
The whole issue is your local folder is defined as a root folder.
On your remote server you are uploading to a SUBFOLDER in your root.
The files locally are at the same level as the HTML file but remotely the links are pointing to the root, which is one level up …
ok, i thought if changing over from root to document would fix it, but same effect. this is so simplistic i know, but i have always setup this up the same way in dreamweaver. I dont want to use the root on the web, i want the root as the subfolder. So how do i ensure this works correctly?
Expand your file panel so you can see both the local and remote files. They should be exactly the same. If not, then you don’t have your site set up properly in your site properties.
ok guys understood and thank you. So what is wrong with the settings - i know you say its going to the root and i can see that, but how do i point it to the sub? I thought i was doing that on the web server url.