Tag Archives: Webpages
are all of my webpages called index.html?
when i make my webpage in dreamweaver cs3, is just the main page called index.html? index.htm[l] is a default page that will be fetched by the server if the user accesses the site/dir without specifying file name I.e. http://yourSite/yourDir/ and http://yourSite/yourDir/index.html will fetch the same file, the idea is that you have ONE index.htm[l] file … Continue reading
1 CSS doc to control different layout for 3 XHTML docs?
I have to develop three webpages, but each one must have a different layout. Is it possible to produce these just from one CSS doc? off the top of my head, i’d say you could use descendant selectors. give each <body> a different id, and make all your selectors descendants of a particular body id. … Continue reading
How do I log in to my DreamHost.com account and edit my simple (eg. index.html) webpages?
I have a DreamHost.com account. Where do I go to update the text of my index.html and all other pages? I do not have anything fancy like databases. I put something up when I first got it, but I can’t figure it out now. :S Thanks. First see if you can login to your control … Continue reading