Make sure you have
img { border: 0px; }
near the top of your CSS (style) page and that will go away.
Funny, I just looked at your site to show someone how cool it was... but the
background colors are missing.. Did you change your look?
On Thu, Oct 1, 2009 at 2:32 PM, Markus <[email protected]> wrote:
>
> Uh, and can anyone explain why I now get borders around all images? I
> am quite sure I did not put this in my css file. :)
>
> Regards, Markus
>
> On Oct 1, 10:59 pm, Markus <[email protected]> wrote:
> > Well, Kevin, the odd thing is: the path in the source is 100 %
> > correct.
> >
> > Also my htaccess has been working for all releases up to 3.16 and is
> > quite simple.
> >
> > RewriteEngine On
> > RewriteCond %{REQUEST_FILENAME} !-f
> > RewriteCond %{REQUEST_FILENAME} !-d
> > RewriteRule ^(.*)$ index.php?p=$1 [L]
> >
> > BUT: I just found out that the image does display on all pages as soon
> > as it is copied to the files folder. There seems to be something weird
> > going on with the boltwire/farm/img folder.
> >
> > Sherlock?
> >
> > Regards, Markus
> >
> > On Oct 1, 10:46 pm, Kevin <[email protected]> wrote:
> >
> >
> >
> > > It can get real tricky based on what your mod_rewrite rules are and
> where
> > > the path to the image is.
> >
> > > I had to hard code the field address in the GUI buttons because it was
> very
> > > irregular where it was looking for them. Most of the time it was okay,
> but
> > > sometimes it would have a really weird path in them.
> >
> > > I think that Dan has fixed some of that now, but I have not played with
> 3.16
> > > or 3.17 yet.
> >
> > > If you use webdev plugin for FF, you can use the image tool to see what
> the
> > > broken images are. That might help you figure out where it thinks it
> is
> > > looking for them. Images -> Find Broken Images.
> >
> > > On Thu, Oct 1, 2009 at 1:35 PM, Markus <[email protected]>
> wrote:
> >
> > > > site.config still has a title ("configuration").
> >
> > > > I hoped this release would magically fix the missing images when
> using
> > > > clean URL's. It's amazing that an image does not display although its
> > > > file path is correct. Tried a zillion things without success. One
> > > > thing I found surprising. When I open the image address in my browser
> > > > the image is not displayed either. Only a missing-page page for
> > > > boltwire.farm.img.myImage.png is displayed.
> >
> > > > What does that mean? As the address points to a file the rewrite
> > > > condition in the .htaccess file should be involved.
> >
> > > > Any hints highly appreciated.
> >
> > > > Regards, Markus
> >
> > > > On Oct 1, 8:10 pm, The Editor <[email protected]> wrote:
> > > > > Here's the details of the latest release.
> >
> > > > > * Added a startup process call to handle special functions early in
> > > > > the startup routine.
> > > > > * Repaired the embed function, broken in the last release.
> > > > > * Fixed functions to unescape parameters so snippets can work in
> them.
> > > > > * Modified the BOLTauth function to strengthen security of
> > > > > site.auth.functions and site.auth.commands, and other potential
> > > > > security systems.
> > > > > * Added a commented out experimental hook for a switchuser
> function.
> > > > > * Slight fix to default style sheet for second level anchors (right
> or
> > > > > left indent as needed).
> > > > > * Improved default styling of various form elements.
> > > > > * Escaped label for external links
> > > > > * Fixed a bug to file links introduced in 3.15 to fix links to farm
> > > > > images. Do we have it all correct now?
> > > > > * Omitted an extra </div> from the default skin. Oops.
> >
> > > > > The first point makes possible various kinds of interesting
> alternate
> > > > > startup options. Namely switchuser and urllogin.
> >
> > > > > I've rewritten the docs for the first one here:
> > > >http://www.boltwire.com/index.php?p=solutions.admin.switchuser
> >
> > > > > And the second allows you to login via url, here:
> > > >http://www.boltwire.com/index.php?p=solutions.admin.urllogin
> >
> > > > > You can run either of these together or separately.
> >
> > > > > Cheers,
> > > > > Dan
> >
> > > > > DrunkenMonk--did we decide on some thing about how to work an
> > > > > alternate site.config system? I didn't see anything in the code...
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---