Outset border

Last post 09-01-2011, 5:27 AM by WebEngineer. 2 replies.
Sort Posts: Previous Next
  •  08-26-2011, 9:08 AM 69838

    Outset border

    For some reason when I incorporate DotNetGallery in my application and use SlideShow each image (the full image and the thumbnails) seems to have an Outset border added though this does not happen when I run the downloaded Web version as a standalone. I cannot find anywhere in my own code where an Outset border is called for in a CSS file.
     
    How to overcome this? 
  •  08-30-2011, 7:27 AM 69871 in reply to 69838

    Re: Outset border

    Hi WebEngineer,
     
    Please create a page by the code beow. Do not use any css file in it and do not under any master page.
     
    <%@ Page Language="c#" AutoEventWireup="false" %>

    <%@ Register TagPrefix="DotNetGallery" Namespace="DotNetGallery" Assembly="DotNetGallery" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
        <title>example</title>
    </head>
    <body>
        <form id="form1" runat="server">
            <DotNetGallery:GalleryBrowser runat="server" ID="GalleryBrowser1" Width="720" Height="400" />
        </form>
    </body>
    </html>
     
    Regards,
     
    Ken
  •  09-01-2011, 5:27 AM 69904 in reply to 69871

    Re: Outset border

    Thank you, Kenneth.
    I have decided it will be easier and faster for me to develop my own routine for my own needs than it will to try to follow and modify someone else's code. You have done a great job, though. 

View as RSS news feed in XML