Changing my style sheet is causing problems with my images

www.britolequstrianservices.co.uk
After eventually getting my gallery images correct with lots of help on here, i'm back.
I am following a video of changing my page layout on this particular page but it makes my images go wrong.  The instructions I am following is telling me to do a new #content-fullwidth 100% so I can use all of the conent area that I want to do and then chage the div id to content full width.  This works but then my images don't work properly.  And when I load up to the server it says about my photos changing.  I up loaded it as I said but my gallery page don't work.  I have now put everything back to it was but I still want to use the who content area.  I know it's something to do with my photos in my gallery being within my content area but not too sure what.  Appreciate help again!  Thanks you busy people.
<div id="content">
            <h1>Gallery</h1>
                <div id="gallery">
                <a href="images/photos/1.jpg" title="12x12ft Stable">
                <img src="images/photos/1a.jpg" width="120" height="80" /></a>
                <a href="images/photos/2.JPG" title="12x12ft Shelter">
                <img src="images/photos/2a.jpg" width="120" height="80" /></a>
                <a href="images/photos/3.jpg" title="12x24ft Stable">
#content                               { width:650px; float:left;  }
#footer                               { clear:both; margin-top:20px 0; border-top:1px #ccc solid;
                                                   padding-bottom:20px; }

On your current gallery.html page all of your thumbnail images are inserted in the <div> with the id 'gallery' (see below)
<div id="gallery">
                <a href="images/photos/1.jpg" title="12x12ft Stable">
                <img src="images/photos/1a.jpg" width="120" height="80" /></a>
                <a href="images/photos/2.JPG" title="12x12ft Shelter">
                <img src="images/photos/2a.jpg" width="120" height="80" /></a>
                <a href="images/photos/3.jpg" title="12x24ft Stable">
                <img src="images/photos/3a.jpg" width="120" height="80" /></a>
                <a href="images/photos/4.JPG" title="12x24ft Stable">
                <img src="images/photos/4a.jpg" width="120" height="80" /></a>
                <a href="images/photos/5.jpg" title="12x24ft Stable">
                <img src="images/photos/5a.jpg" width="120" height="80" /></a>
                <a href="images/photos/6.jpg" title="12x24ft Stable">
                <img src="images/photos/6a.jpg" width="120" height="80" /></a>
                <a href="images/photos/7.jpg" title="12x24ft Stable">
                <img src="images/photos/7a.jpg" width="120" height="80" /></a>
                <a href="images/photos/8.JPG" title="12x24ft Stable">
                <img src="images/photos/8a.jpg" width="120" height="80" /></a>
                <a href="images/photos/9.JPG" title="12x24ft Stable">
                <img src="images/photos/9a.jpg" width="120" height="80" /></a>
                <a href="images/photos/10.jpg" title="12x24ft Stable">
                <img src="images/photos/10a.jpg" width="120" height="80" /></a>
                <a href="images/photos/11.JPG" title="12x24ft Stable">
                <img src="images/photos/11a.jpg" width="120" height="80" /></a>
                <a href="images/photos/12.jpg" title="12x24ft Stable">
                <img src="images/photos/12a.jpg" width="120" height="80" /></a>
                <a href="images/photos/13.JPG" title="12x24ft Stable">
                <img src="images/photos/13a.jpg" width="120" height="80" /></a>
                <a href="images/photos/14.jpg" title="12x24ft Stable">
                <img src="images/photos/14a.jpg" width="120" height="80" /></a>
                <a href="images/photos/15.jpg" title="12x24ft Stable">
                <img src="images/photos/15a.jpg" width="120" height="80" /></a>
                <a href="images/photos/16.JPG" title="12x24ft Stable">
                <img src="images/photos/16a.jpg" width="120" height="80" /></a>
                <a href="images/photos/17.jpg" title="12x24ft Stable">
                <img src="images/photos/17a.jpg" width="120" height="80" /></a>
                <a href="images/photos/18.jpg" title="12x24ft Stable">
                <img src="images/photos/18a.jpg" width="120" height="80" /></a>
                <a href="images/photos/19.jpg" title="12x24ft Stable">
                <img src="images/photos/19a.jpg" width="120" height="80" /></a>
                <a href="images/photos/20.jpg" title="12x24ft Stable">
                <img src="images/photos/20a.jpg" width="120" height="80" /></a>
            </div>
In your lightbox css file the gallery <div> is set to a specific width of 580px (see below)
#gallery {
padding:10px;
width:580px; /* Sets width of gallery */
Your thumbnail images won't go right across the page as a consequence of it being set to 580px wide.
Also I have no idea what you mean by:
'but then my images will not display properly on my website.'
How don't they display correctly? Do they disappear, appear top to bottom, left to right, inside out or back to front, suddenly appear with MIckey Mouse faces all over them?
If you post in the forum at least give some detailed explanation of what it is that is happening. No one is a mind reader!

Similar Messages

  • Changing colors/style sheets with custom header portlets?

    We would like write a completely custom header portlet (a standard portlet that is designated as a header, notusing the branding server), but I can't seem to find a way to change the style sheets in subportals when I do this.
    Am I missing something? Do you have to use the branding engine to control style sheets in subportals, or is there another way?
    Chris StoffelPortal DeveloperHalliburton KBR

    ------- developersupport wrote on 12/11/03 4:24 PM -------
    The way Branding accomplishes what you're looking for is by setting a portlet setting called &#034;Portal-Style&#034; on the header portlet using the EDK.  This setting can be set either as an Admin level or CommunityPortlet level setting.  When the portal loads a page with a header, it will check to see if the header has this preference set (first on the CommunityPortlet level, if the header is on a community, and then on the Admin level).  If so, the portal will cause everything to use the stylesheet specified in the setting value.
    The setting value is the name of the stylesheet.  For example, if you wished every page displaying the header to be orange, you could set the &#034;Portal-Style&#034; Admin setting on the portlet to a value of &#034;mainstyle17&#034;, the orange-themed stylesheet.
    Perhaps I'm not setting the preference properly. Sniffing the HTTP headers between the gadget and portal servers, I do see:
    [HTTP_CSP_GLOBAL_GADGET_PREF] => Portal-Style=mainstyle17
    (I also tried it with Portal%u002DStyle, but neither works)
    The remote server header portlet doesn't seem to be picking up the fact that there is an admin pref to override the main page's stylesheet. Did I create the portlet wrong, or am I setting the preference incorrectly, or what? Thanks

  • My host name changes every few days, since Xmas adding a macbook its changed 6 times. Do I need to stop this? Does it cause problems with sharing between the iMac and macbook?

    my host name changes every few days, since Xmas adding a macbook its changed 6 times. Do I need to stop this? Does it cause problems with sharing between the iMac and macbook?

    There are several possible causes for this problem.
    1. Two (or more) computers on the local network have the same Bonjour name, such as "X's-MacBook-Pro.local".
    2. You have two simultaneous connections to the same local network: probably Ethernet and Wi-Fi. If applicable, disconnect the Ethernet cable or turn off Wi-Fi.
    3. A Mac wakes from sleep due to network traffic. This is due to a bug in OS X that may only affect some models.
    4. A device that gets its network address from the router wakes from sleep, and the address it was using before has been assigned to another device.
    5. A third-party wireless router has incompatible settings or firmware. In that case, refer to the manufacturer or ISP for support. Restarting the router may help, temporarily.
    6. See also this support article.
    Rename the computer in the Sharing preference pane.

  • I have two Iphones with different email addresses sharing one Apple ID. Will that cause problems with using messaging and FaceTime?

    I have two Iphones 5 with different email addresses sharing one Apple ID account.Both are using IOS 8.
    I would like to set up a new Apple Id for one of the phones and remove it from the old account.
    If I do that, can I move all of the purchased apps and songs to the new Apple account?
    Also, will sharing one Apple ID account with two devices cause problems with using messaging and FaceTime?

    Sharing an iCloud account between two devices can be done without causing issues with iMessage and FaceTime, just go into Settings for each of these functions and designate separate points of contact (i.e. phone number only, or phone number and unique email address).  While that works, you'll then face the problem where a phone call to one iPhone will ring both if on the same Wi-Fi network -- but again, that can be avoided by changing each phone's settings.
    Rather than do all that, don't fight it -- use separate IDs for iCloud.  You can still use a common ID for iTunes purchases (the ID for purchases and iCloud do not have to be the same) or you can use Family Sharing to share purchases from a primary Apple account.

  • If I install the update to Adobe Reader 10, will that cause problems with Acrobat Pro 9?

    Firefox (version 15.0.1) is telling me I need to install an update to Adobe Acrobat 9.4 in order to view pdf files in my browser. I use Acrobat Pro 9. The update is actually Adobe Reader 10, and I am wondering if I install this, will it cause problems with my version of Acrobat Pro?
    Because I am not sure if this is so, I have temporarily disabled the plug-in and now pdf files download automatically rather than display in my browser. I would prefer they open in my browser but do not want to upgrade to Acrobat X.
    My OS is Windows Vista. I did not include the "troubleshooting information" file because I'm not sure what specific info is being requested.
    Thanks for any help.

    Hi WMdotcom
    did you try to view pdf with your acrobat pro 9 ?
    see
    [https://support.mozilla.org/en-US/kb/change-firefox-behavior-when-open-file Change what Firefox does when you click on or download a file]
    [https://support.mozilla.org/en-US/kb/set-how-firefox-handles-different-file-types
    Set how Firefox handles different types of files]
    thank you

  • I just updated my latest java but the update is causing problems with some externale devices. So i would like to uninstall this latest java update and get back the previous one. That should solve to problems with my external device

    i just updated my latest java but the update is causing problems with some external devices. So i would like to uninstall this latest java update and get back the previous one. That should solve to problems with my external device.
    Is this possible and how do i do that?
    Anyone who responds thanks for that!
    Juko
    I am running
    Hardware Overview:
      Model Name:          Mac Pro
      Model Identifier:          MacPro1,1
      Processor Name:          Dual-Core Intel Xeon
      Processor Speed:          2,66 GHz
      Number of Processors:          2
      Total Number of Cores:          4
      L2 Cache (per Processor):          4 MB
      Memory:          6 GB
      Bus Speed:          1,33 GHz
      Boot ROM Version:          MP11.005D.B00
      SMC Version (system):          1.7f10
      Serial Number (system):          CK7XXXXXXGP
      Hardware UUID:          00000000-0000-1000-8000-0017F20F82F0
    System Software Overview:
      System Version:          Mac OS X 10.7.5 (11G63)
      Kernel Version:          Darwin 11.4.2
      Boot Volume:          Macintosh HD(2)
      Boot Mode:          Normal
      Computer Name:          Mac Pro van Juko de Vries
      User Name:          Juko de Vries (jukodevries)
      Secure Virtual Memory:          Enabled
      64-bit Kernel and Extensions:          No
      Time since boot:          11 days 20:39
    Message was edited by Host

    Java 6 you can't as Apple maintains it, and Java 7 you could if you uninstall it and Oracle provides the earlier version which they likely won't his last update fixed 37 remote exploits.
    Java broken some software here and there, all you'll have to do is wait for a update from the other parties.

  • Reduce folders in Windows 7 for pictures without causeing problems with PSE11

    I want to simplify  my Windows 7 folders and reduce the number of the folders. Can you please advise me on the best way to do this so as not to cause problems with PSE11 finding the pictures? Thank you.

    19441965 wrote:
    I want to simplify  my Windows 7 folders and reduce the number of the folders. Can you please advise me on the best way to do this so as not to cause problems with PSE11 finding the pictures? Thank you.
    The only way to move files or folders/subfolders without causing problems, that is not creating 'missing files' is to do this from within the Organizer, not the OS (Win/Mac).
    You can create folders and move pictures from the Organizer.
    Note that if you are moving the files of several subfolders into a single one, you run the risk of wanting to move files with the same filename into the same folder ; your OS won't allow that. So the Organizer will rename pictures if needed.
    If you want to do such a big reorganizing task, absolutely do a full backup before. There is no advantage  for such a reorganizing from an Organizer point of view, but if you need it for some reason, it has to be done from within the organizer.

  • I need to download dell drivers to a jumpdrive connected to my iMac.  Will this cause problems with my Mac?

    I need to download dell drivers to a jumpdrive connected to my iMac.  Will this cause problems with my Mac?

    Thanks.  These drivers are for the audio, etc. for a dell laptop I purchased used.  ( Needed something cheap for a training video that would only run on Windows.  Tried Emedia player but picture was too fuzzy.)  Dell support said I should contact Apple support for instructions on how to get the drivers onto the jumpdrive.  Any tips on doing that?

  • Have to re install elements 11 & premiere elements 11. cause problem with upgrade windows 8.0 to 8.1

    have to re install elements 11 & premiere elements 11. cause: problem with upgrade windows 8.0 to 8.1.    Lost all software and data.
    how to re install elements11. (downloads purchased in your store 2013-05)
    [email protected]

    have to re install elements 11 & premiere elements 11. cause: problem with upgrade windows 8.0 to 8.1.    Lost all software and data.
    how to re install elements11. (downloads purchased in your store 2013-05)
    [email protected]

  • WE + CE cause problem with accented characters

    While creating a CFF font which contains the WE as well as the CE character set, it causes problems with most of Adobe programs (Photoshop 7, Illustrator 10, Photoshop Elements 2.0) under Mac OS X. Problem: the accented characters get replaced by Helvetica (Photoshop) or Myriad (Illustrator). Only InDesign treats it right.
    I tested under Mac OS X 10.2 as well as 10.3; no difference. I tested on 'old machines', but fresh machines as well (machines which didn't have the fonts installed before); no difference. All the same problem.
    Deleting the CE characters solves the problem, but yeah, I want to create a CFF font which contains both character sets.
    Generating the font in FontLab or FDK doesn't make any difference.
    So, what's the solution? Sounds like a mystery.
    Bas

    Two comments:
    OpenType/CFF fonts should work to some degree on versions of Mac OS from 8.x on. "Some degree" means that pre-Mac OSX, you need ATM for them to work, and you only get the Roman char set. On Mac OSX, Unicode savvy apps will give you access to the entire charset, but at the moment only Adobe apps support any OpenType features.
    About your problem with CE charset: this is a known problem, and is still a mystery. Adam Twardoch has reported the same problem and has supplied some test fonts. I have spent over a day looking over the fonts, and looking into old code, and can't find any problem in the font data. Investigating further is likely to be a several day effort, and will happen, but not soon.

  • Automatic page updates causing problems with your screen reader? this kind of message come when i access yahoo mail.yahoo mail page not come properly.

    Automatic page updates causing problems with your screen reader? this kind of message come when i access yahoo mail.yahoo mail page not come properly.i can't chat,compose mail nothing accessing.

    Try Refresh Blocker: https://addons.mozilla.org/firefox/addon/992

  • GEARAspiWDM.sys causes problems with PlexTools.

    The unsigned driver GEARAspiWDM.sys (to be precise: upper filter) that you installed on my system cause problems with my DVD recorders (Px-716A and PX-760A). First thing I notice is a longer responce time (delay). The big problem is that there are faults while trying to erase or burn DVD media (I mostly use rewritable disks). I love iTunes, but just keep in mind why using upper filters and/or unsigned drivers is a very-very bad idea! The least you can do is to ask the user if he/she wants to install this driver.
    I found my way to uninstall the driver manually. Later I found the uninstaller from Gear Software:
    http://www.gearsoftware.com/cfknowledgebase/articledisplay.cfm?articleid=295
    Now iTunes will alert me that it cannot burn disk on every startup. You know what? I don't care about this future! So don't bother me every startup!

    We know about the large file support issue (though this given version of it looks new to me) and work on it.
    There is no intent to set __GNUC__ for us, nor we recommend users to define __GNUC__ with our compiler.
    However we do have (another) solution for this issue and it will be available in one of the upcoming Sun Studio eXpress releases.
    regards,
    __Fedor.

  • Over the course of many years I seem through using different computers to have several apple ids and three email addresses, this is causing problems with synchronising, I have an iPod, iPhone and ipad

    Over the course of many years I seem through using different computers to have several apple ids and three email addresses, this is causing problems with synchronising, I have an iPod, iPhone and ipad

    Hi there
    Sorry for hijacking your thread as put by Dahveed. However I have resolved my issue so I thought I'll share it with the rest of you.
    I checked for the error 3194 in youtube and I found some good videos that tell you how to resolve the problem. The issue I was facing was the actually (I know because I have resolved it now) the communication between my computer and apple server which can be fixed as following (if you are using windows):
    There is file in following directory:
    C:\Windows/system32/drivers/etc/hosts
    The file normally has no extension and it is in file format. You need to open it and make sure that every line that has apple server id starts with "#". In my case one of the line started directly with the ip address and then gs.apple.com.
    Perform your restore/update after that and hopefully it should be resolved (mine did).
    Cheers

  • My Mac is 15 months old and all of a sudden it has started resetting the time and date then I get a message saying not all apps will work because of the pre Jan date any help as to why ? Causing problems with wireless router.

    My Mac book pro is 15 months old and now suddenly it has started resetting the date and time, causing problems with applications and my wireless access. Any suggestions as to why this is happening and how to fix it?

    Seems the time isn't being saved to your computer correctly, it may be a corrupt file that isn't saving the time anymore.
    You can move the
    com.apple.systempreferences.plist
    file out of your Users/Library/Preferences folder to the desktop and reboot.
    then go to your System Preferences > Date and Time and set a time server close to your location (or in your time zone)
    (trash the file on the desktop if no ill issues occur later on)
    or you can follow/bookmark these support docs to reset your PRAM and SMC (and for future reference)
    http://support.apple.com/kb/TS2570
    http://support.apple.com/kb/TS1440
    http://support.apple.com/kb/HT1455
    http://support.apple.com/kb/ht3964
    http://support.apple.com/kb/HT1379
    http://support.apple.com/kb/ht1379
    http://support.apple.com/kb/HT1509
    I don't remember exactly where OS X is keeping it time settings now, but I think one of those choices should help resolve your issue and won't hurt anything giving them a shot. Perhaps someone else could refresh my memory.

  • Firefox causing problems with web pages and Yahoo

    Firefox has been causing problems with:
    Yahoo: no matter how many times I reset the font size, it is always much bigger. Also the "From" box (where my name and email address appear) has shrunk;
    This does not happen in Chrome
    A particular website has suddenly stopped working: http://explore.org/#!/live-cams/player/kitten-rescue-cam
    Instead of seeing what is going on on the live cam, all I get is a green screen.
    This does not happen in Chrome.
    I have followed all the instructions:
    - Reset Firefox
    - Disabled and re-enabled add-ons
    And yet this has solved nothing. Iam now having to run both Firefox and Chrome at the same time. This is highly frustrating. I like Firefox better than Chrome but problems are mounting up and I do need help.
    Has any one got some idea what is going on?
    Many thanks...
    Anna

    Hi
    Thank you for your input. I did try Font size, reset, zoom... the lot and nopes it did nothing. As I said the problem is in Firefox, not in Chrome.
    I also checked the plug-ins issue and it seems they are in order and up to date.
    Now this morning, the website has been working again in Firefox (was working ok in Chrome).
    Overall Firefox's performance with some websites is poor. My health report confirms the number of times it crushes (many times a day, which is highly frustrating). I am keen to keep Firefox as it is so mcuh nicer in many ways than Chrome but it's performance is an issue for me... sigh...

Maybe you are looking for

  • IF...ELSE.. STATEMENT in BEx Query Designer

    Hi, Why there is no IF, ELSE function in BEx Query Designer? Assuming I need to write the following logic, how can it be accomplished? IF (A=0 OR B=0)     THEN 0 ELSE IF ( B/A <0)     THEN '       *' ELSE     B/A * 100 i.e. if A or B is equal to 0, t

  • Satellite Pro A300 - error message box: Pwdbank - Abstract Error

    Pro A300 notebook continually popped up error message box: Pwdbank - Abstract Error. Must kill pwdbank process to stop it. Does anyone know what's the problem and how to fix it? Thanks.

  • Need Advice on Projector

    Can anyone tell me the best projector to use with a MacBook Pro with Retina Display?

  • Properties missing from Organize Bookmarks

    I'm unable to access the properties in Organize Bookmarks even though I'm able to access them in Bookmarks sidebar. I prefer using Organize Bookmarks vs Bookmarks sidebar. I'm not sure how soon after upgrading to Firefox 3 I started having this probl

  • Optical Drive Has Failed - Can I disable it, what's next?

    My 2 year old Mac Mini's optical drive has failed. I had finished importing a CD and went to eject it and all I heard was grinding and the CD would not come out. I tired everything under the sun to get the disk to eject with nothing working, so I too