Help! -- site disappeared, replaced by SSL/TLS-aware Apache Webserver messg page!

Hello Drupal Nation,

I have been in the process of moving a site to a new server, which was done sucessfully with the site rendering/displaying as it should. Our domain has not yet resolved to new name server so we are utilizing IP address to access site.

After adding SSL to the server, below is the messg/page which appears when we attempt to access our site at: http//:207.218.201.82

====
Hey, it worked !
The SSL/TLS-aware Apache webserver was
successfully installed on this website.

Bad CSS classes from Drupal 4.7 Image module

Image module (4.7) is spitting out HTML with ...class: "image preview" and "image thumbnail" when it should be "image-preview" and "image-thumbnail". Spaces aren't legal in CSS classes and I can't style them as they are.

add a background image to a single page of content

Here's what I'm trying to do:
Include a single background image in the body of a single page on my website.

I'm a bit new to HTML and CSS, so I'm having trouble figuring out how to do this.

Using HTML, I can add a background image to a table. Easy. But I can't find a way in HTML to keep it from repeating. So, I am attempting to incorporate CSS styling into the HTML body of my page.

Specifically:
/**

body {background-image: url("http://localhost/ststephens-seattle/files/u1/mission1.jpg"); background-repeat: no-repeat;} etc...
**/

Here's the confusing part:
When I save the changes, the

text is not saving. The picture doesn't show up and when I go back in to look at it, the css text has disappeared. (Obviously I'm doing something wrong here!) :~) My best guesses are that (1) I have entered the code wrong, (2) there is some setting in drupal that I need to check in order to allow writing CSS into the HTML body of the page, or (3) there is some setting in my theme which I need to change in order to allow CSS to be read in the body of my pages. FYI, I've installed tinymce and use it to edit the content of my pages.

Where are the LOGS kept?

I've searched for the term "logs" but only come up with posts about "logging" in.

When I logged in as admin and went to administer, there used to be 4-5 pages of "logged" stuff. Today, the are 12 entries.

Where are they kept, and what controls when the get deleted, backed up or whatever?

Thanks

Menus how to

Could anybody please explain me how to realize menus that exapands when I click on them?
I don't understand if I have to do that with primary/secondary links or if I can achieve that from admin>> menus.

Example: the navigation bar of my site is on the left (I used the primary links in the header for three "quick links"). I need to have expandible menus, i.e., when I click on Item 1, it should display Item1A - Item 1B - Item 1C and so on.

Could anybody help me, please? I'm in great trouble

Valeria

$ is not a function

I upgraded from 4.6.2 to 4.7.6 and am running into the following javascript error when I edit a node:

$ is not a function in upload.js line 32

for the function redirectFormButton(uri, $(button), this); in misc/drupal.js. When I disable the upload module, I still get the error, but related to another function:

$ is not a function
[Break on this error] input = $(input.id.substr(0, input.id.length - 13));

in another file autocomplete.js.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 4.7.x