Search results

  1. M

    CSS margin only applies to first line?

    This is the style: .sub_sidenav2 { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: 565555; text-transform: uppercase; text-decoration: none; padding-left: 13px; } This is the navigational include that's being pulled into the main page...
  2. M

    CSS margin only applies to first line?

    I've created a text style, using CSS, with a margin of 15 pixels on the left side. It works great on the first line and the text is bumped out by 15 pixels, but as soon as the text wraps to the second or later lines, it's back flush with the side of the cell again as if there was no 15 pixel...
  3. M

    Website works on one server, but not another

    Yep, it works perfectly as an .html file. Guess that answers that! Thanks to everyone who helped. :) m19
  4. M

    Website works on one server, but not another

    Another update: I'm checking with the server's administrator, but I've gotten several others' concensus that the server not having shtml/SSI enabled is indeed the issue. Assuming the admin turns them on, I'll post how it turns out. :) m19
  5. M

    Website works on one server, but not another

    All the pages have that code already, unfortunately. For kicks I bumped the line up to the first one in the header but it didn't make a difference. I'll see if I can do that, thanks. m19
  6. M

    Website works on one server, but not another

    Nope. All it is is straight .shtml from Dreamweaver, uploaded directly to the FTP site. The only thing server-side is the include navigation, navigation.shtml, that currently shows up as the blank rectangle in the top-left corner. But nothing like PHP or ASP, no. m19
  7. M

    Website works on one server, but not another

    I'm working on a client's website. It's worked fine on our test server but when we moved it over to his server this weekend, it started acting up as seen here. Depending on what OS and browser combination you use* (see below), either the pages show up as actual HTML code (rather than a...
  8. M

    Open & print a page automatically?

    I'm working on some simple printer-friendly pages for a site and, when a user clicks on the "Printer Friendly" icon, would like the new page to open the print dialog box automatically when it opens up (as if they'd hit File > Print themselves). What code would I need to implement to enable...
  9. M

    Changing the bgcolor of a Javascript window?

    I'd like to change the color of a Javascript window that pops up when you click on a link, but for the life of me can't figure out how to code it. This is what I've got in the head: <SCRIPT LANGUAGE="JavaScript"> <!-- Begin function popUp(URL) { day = new Date(); id = day.getTime()...
  10. M

    Playing a movie on a page within the browser?

    How would I go about making a video playable within a user's browser? I have an already-existing site and a video file for the site. I'd like a user to go to a certain page and the video would play directly on that page without the user having to download the file and play it with an external...
  11. M

    Firefox - no "copy image" command?

    Weird. It appears that, on my Mac, Firefox (1.0.6) doesn't have any sort of "copy image" command. The only options when right-clicking an image are: - View Image - Copy Image Location - Save Image As - Send Image As - Properties What's going on here? Both my Windows/Mac IE and Windows...
  12. M

    Burning a DVD+RW with Toast 6 Titanium?

    Heh, well that confirms it. Does this apply to just Toast, or are there other Mac programs out there that can do a multisession DVD+RW? m19
  13. M

    Burning a DVD+RW with Toast 6 Titanium?

    You think what I'm trying to do is strange? Why? I've worked that way with CD-RWs for years so it would only make sense that a DVD+RW should be able to do the same thing. If I understand what you're saying, I have to use a DVD-RAM disc to accomplish this effectively. m19
  14. M

    Burning a DVD+RW with Toast 6 Titanium?

    I should've been more descriptive when describing what I'm trying to do. The purpose of this disc is to act as an archive of files so having to erase it each time isn't an option: I need to keep the files on there and then add more files at a later point in time. I would've thought it'd be like...
  15. M

    Burning a DVD+RW with Toast 6 Titanium?

    Can someone give me stupid-proof step-by-step instructions on how to burn a DVD+RW so I can rewrite to it later? I've already wasted one disc because it was finalized, but I don't see any options to change that. m19
  16. M

    Indesign - "unable to set bounding box"

    Nope, it's being resized down, around 70% to be exact. I was going to check what items aren't getting resized but now, on top of getting the error, Indesign immediately quits. I'm pretty sure it was just a text box or two with bounding boxes inside the document borders; everything else appeared...
  17. M

    Indesign - "unable to set bounding box"

    I'm trying to resize a bunch of elements in an Indesign document but keep getting an error. I select everything, do Object > Transform > Scale, but then get an error "unable to set bounding box" and seveal of the elements don't change size. Any ideas why this happens? m19
  18. M

    Swapping harddrives from silver G4 to G5 (and viceversa)?

    No offense, but what difference does it make to you? I had a specific question in mind and you telling me the obvious really doesn't accomplish anything. Your opinion is great, but if you're not contributing please don't bother posting. m19
  19. M

    Swapping harddrives from silver G4 to G5 (and viceversa)?

    Shoot. I was hoping maybe since it was one of the newer G4s it might be possible. Thanks for the quick reply, I appreciate it. m19
  20. M

    Swapping harddrives from silver G4 to G5 (and viceversa)?

    Need a quick answer for this one... We have to Macs in the office: one of the newer silvery G4s and one G5. We're swapping the users of those two computers and rather than switching their files between the two, would it be possible to just physically swap the harddrives? In other words...
Back
Top