hawaiian_kanak 0 Posted November 2, 2005 Report Share Posted November 2, 2005 ok, i read that using css you are able you edit your web pages through out the internet.... and also read that there were some kind of external files and such... but i read on and couldnt find what i was looking for. how do i edit my pages? Quote Link to post Share on other sites
hawaiian_kanak 0 Posted November 2, 2005 Author Report Share Posted November 2, 2005 bump Quote Link to post Share on other sites
Skemcin 13 Posted November 2, 2005 Report Share Posted November 2, 2005 welcome to the forums. I think you just set the record for the quickest **bump** - typically one waits a couple days not a couple of hours!:)Anyhway, your question is rather vague. You can edit pages directly on the internet by way of some online authoring tool. Many free or cheap hosting services offer something like this. Is just a web based form that allows you edit tohe HTML directly.However, seasoned veterns and web professionals always have at least two environments - ideally three. They are "development", "testing" (ideal), and "production". You develop and mess up code all you want in the development environment. You promote it to test once you "think" you have it worked out. Often times you are hypnotized by your own code that you miss something, so you fix it on dev, move it to test and then finally to production. Moving files from one server to the other is either done directly by copying and pasting across your LAN, or by using versioning software (like Visual Source Safe) or by manually FTPing the pages up and down.But CSS, by itself is not a tool or means of editing a page. It is file, just like the HTML page. You can edit the page online or offline, and those changes, once saved, will take hold in the environment in which the file resides. Quote Link to post Share on other sites
F-Man 0 Posted November 3, 2005 Report Share Posted November 3, 2005 Read CSS How To. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.