Can I over-ride thrColFixHdr.css template for homepage only?

My site, http://isuckatgolf.net has a thrColFixHdr.css template used throughout the site. Which is fine for every page but the homepage. I want the homepage to be wide open so I can make a landing page more like a newpaper effect and not be restricted to fitting items into the small sidebars for instance. I want to do something more like this http://golfweek.com/ .
I'd prefer to just add html to the homepage that would collapse the left and right sidebar and leave the main content area large. Right now the sidebars are 175 pixels and the content 600. I'd like the to be 950pixels and the sidebars 0 pixels. But leave the rest of the site as is.
I'd prefer not to add a second style sheet just for the homepage, as that would mess up my spry menu bar that is on every page.
Can it be done? If so what's the easiest (note I didn't say "best"!) to do so.
Thanks so much.
Ken

Make a back-up of your homepage first just incase it all goes belly up and you want to revert back to the original.
Open the homepage and add the below css:
.thrColFixHdr #sidebar1, .thrColFixHdr #sidebar2  {
display: none;
.thrColFixHdr #mainContent {
margin-left: 0;
width: 960px;
Look for this piece of css coding which already exists in your page:
<style type="text/css">
#mainContent {
    background-color: #222222 !important;
    background-image: url(/gradientgreenchris2.jpg);
    background-repeat: repeat-x;
<!--
.style9 {
    font-size: 24px
-->
</style>
Add the two new css selectors as shown below: (please note your opening comment <!-- is in the wrong place. I've corrected it below:)
<style type="text/css">
<!--
#mainContent {
    background-color: #222222 !important;
    background-image: url(/gradientgreenchris2.jpg);
    background-repeat: repeat-x;
.style9 {
    font-size: 24px
.thrColFixHdr #sidebar1, .thrColFixHdr #sidebar2  {
display: none;
.thrColFixHdr #mainContent {
margin-left: 0;
width: 960px;
-->
</style>
You could just add - margin-left: 0;  width: 960px; - to the css selector which already exists like this:
<style type="text/css">
<!--
#mainContent {
    background-color: #222222 !important;
    background-image: url(/gradientgreenchris2.jpg);
    background-repeat: repeat-x;
    margin-left: 0;
    width: 960px;
.style9 {
    font-size: 24px
.thrColFixHdr #sidebar1, .thrColFixHdr #sidebar2  {
display: none;
-->
</style>

Similar Messages

  • Can't get rid of safesear.ch for homepage

    I can't change my homepage to yahoo, its safesear.ch. I've tried EVERYTHING: updated firefox, refreshed firefox thru troubleshooting information twice, scanned 3times(once was full scan) thru windows defender, micro-soft security safety utilities, malwarebytes & removed all unnecessary quarantine files, restarted without addons twice, went options tried all 3 "show homepage-blank page-last browser &tabs" etc.... In the grey area under options,general, homepage it won't let me type in mozilla firefox homepage, have firefox checked for default under general, also in my default settings. There is something I'm missing have read every article there is on setting homepage for firefox. Have never had this problem before with setting homepage. There's nothing downloaded in programs, checked windows update. PC is running great, no virus Toshiba Laptop windows8.1 64bit!! Can somebody PLEASE HELP ME...I would really appreciate it...........

    Hi, you seem to have done almost everything! [https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-caused-malware This article] will probably tell you what you already know, but try any of the malware removal links near the bottom of the page that you haven't done already - in particular AdwCleaner.
    It might help to know if other browsers you may have are affected, because if they are, it will prove that it's not a FF specific problem.
    It's likely that this malware was bundled with something you downloaded - uninstalling that might remove it, although you will probably have to remove the malware separately.
    Have you thoroughly searched your hard drive? I suggest you enable Show Hidden Files and Folders - [http://www.bleepingcomputer.com/tutorials/show-hidden-files-in-windows-8/ instructions here,] then go to your hard drive, and in particular, open Users > Personal Folder (your name) > App Data > Roaming, and have a look in there - you can right click to delete, but only if you're certain it's the right file!

  • HT3867 When traveling with my i pad with Verizon 3G network, can I over ride a wi fi service that charges a fee when I'm paying verizon for my wi fi service. The fee is added to my hotel bill.

    I'm new at this. Please bear with me. Can I over ride a wi fi location when traveling to use my default Verizon wi fi 3G network that I am paying for each month.
    When I stay at the Encore Wynn Resort in Las Vegas there is a charge for daily use of their wi fi service. I'm discourged to pay for the wi fi service twice.

    You are not paying Verizon for WiFi. You're paying them for 3G cellular. If you don't want to use WiFi, turn it off (Settings>WiFi>Off) and just use the 3G.

  • How can I get rid of CSS

    OK. I am a newbie. I am a photographer and I am teaching
    myself DW 8 because none of the 4 people I hired was able to build
    a website that I could control -and add photos and descriptions
    myself.
    So, I am working on a site that has the footprints from
    several other designers.
    I thought that I had constructed/modified the site with
    tables, but I apparently still have some CSS elements in the site I
    wound up with.
    For example, others have noted that:
    >Unrelated problem, but your CSS looks to be a little
    messed up. You are linking to an invalid stylesheet, you are
    >referencing styles that are not defined, and your naming
    conventions are rather meaningless.
    and
    >..and in some of your pages you are referencing css files
    on your local drive.
    How do i identify and delete the CSS files and references -
    but keep my tables and information intact? I have only a few pages
    to work on, so manual editing of the pages is no problem now.
    At some point I will try to learn CSS - but for now I just
    want a site that works, and that I can understand and update.
    How do I get rid of CSS??? Or maybe I should ask - -Can I get
    rid of CSS?
    Dick
    http://www.naturephotostudio.com

    quote:
    Originally posted by:
    adrianTNT
    You probably need someone else to clean your code, as a note
    I think this looks wrong:
    <link href="ws2.css.LCK" rel="stylesheet"
    type="text/css">
    it should probably be without ".LCK"
    something about images:
    http://www.naturephotostudio.com/photography.html
    this is a bad practice to place large image in a site and
    forced it to re-size by html, user will still wait to load full
    image size when you could have a small image there and the image
    quality is bad when image re-size is forced. You should re-size
    images outside of html and place them in html to its original size.
    >
    Thanks very much for your reply. I will look for yet more
    help to get rid of CSS.
    I do not understand your comment on the images. I created,
    for example, dune-1120 - as a 700x695 jpeg in Photoshop CS (saved
    for the web). On my browser -Mac Safari - it IS opening as that
    size (using JustSo PictureWindow). I did not intend for it to be
    resized by HTML. i will check the other images on the various pages
    (as you noted on
    http://www.naturephotostudio.com/photography.html)
    i think that those 2 images were created at 700x700 pixels and then
    resized whe I inserted them into the table. They are only one or
    two images that do not link to full size windows, and I could
    remake them as jpegs at the final size.
    On the other hand - I see no problem with the images as is on
    my Safari browser and Mac monitors.
    I am sorry that there is no simple fix for removing all the
    CSS code. I may just start over and re-build the site from scratch
    with tables. I am not ready yet for CSS, but I need to get a site
    up and running - while doing my real job as a photographer. i am
    also tired of trying to find designers who are willing to sit in my
    studio and build the site on my local Macs so that I can run it
    form the studio.
    Dick
    http://www.naturephotostudio.com

  • Can I over-ride the default setting in Organizer to allow sorting photos by filename ?

    I am converting slides from the 1970's and 80's to digital files and using PSE 8 to Organize them but it is important to me that they stay in the order of the file name I give them and NOT "Date: newest first or last" because it would seem that PSE, in the absence of metafile information, uses the date and time I uploaded the file to the Organizer as the "Date:".  ACDSee has a much more sensible arrangement in giving me full control of how my photos are sorted.  I am being driven to using ACDSee as the organizer and PSE as the photo editor, a not very convenient arrangement.  So my question is, "Can I over-ride the default setting in Organizer to allow sorting photos by filename ?"

    The type of file system that you're trying to set up, is actually done better by creating you own file heirarchy in Windows, and then viewing by import batch.  For example; you might create a top level folder "My Slide Scans", then perhaps, "My son John". So, the scans of john all go in the same folder, you import the folder in one batch, and you're where you want to be.
    That said, PSE will fight you at every turn to do this, since with the scanner hooked up with PSE, PSE is going to want to store your photos in "scanned photos" and import them as you scan them.
    I woud suggest this.  After the scan and import, use PSE to move the photos to their final destination folder, say " Hawaii 1994", and create a tag of the same name". Then when you're done scanning photos of this event, use the tag to view all the scans at once. Then, delete all the photos from the organizer. (Yeah, sounds radical I know). Take heart! All you've gotta do then is to reimport the whole folder. All the same name photos will be in one import batch. And with all the photos of any given topic in one folder, you'll be able to also use Windows Explorer in any number of modes to view the photos outside PSE.
    Keep in mind you can rename batchs of photos by selecting them, or by import batch or even tag, then "Ctrl. > Shift > N" will bring up the name change dialog box.
    This technique is quite contensious, but, it makes a whole lot more sense than storing all your photos in the "My Photos" folder on the "C:/" drive where any viral or malware hiccup might cause the necessity of a reformat, which could cause the loss of years of work.
    If a name search is a priority, that would be "Ctrl ."Shift" > "K" then type in whatever your heart desires.
    Caution: Before attempting a delete/ reimport manuver, Alway, always, write the tag and file info to the photo. "File" >"Write Tag and Properties Info to File".
    I always am quite adamantine about suggesting that you do NOT use the same physical HDD that contains Windows to store your photos, that's just asking for trouble. HDDs are quite cheap nowadays, and they're worth every penny in piece of mind. Plus to use a storage ("Volume") drive, you have to create your own file heirarchy anyway, so that leads right back to the beginning of this discussion.

  • Can't over ride "Secure connection failed", no over ride option shows.

    Secure Connection Failed
    I have connected to this page many times before.
    Emptied cache and cookies last night. Now FF won't allow
    site. There is no "Allow" option showing on warning screen.
    How can I over ride/ allow?
    An error occurred during a connection to ohiomeansjobs.com.
    The OCSP server has no status for the certificate.
    (Error code: sec_error_ocsp_unknown_cert)

    My friend has found a workaround:
    [7/24/14, 10:08:46 AM] Andy Nowakowski: go to 'about:config' in a new tab
    [7/24/14, 10:09:13 AM] Andy Nowakowski: toggle security.use_mozillapkix_verification
    [7/24/14, 10:09:23 AM] Andy Nowakowski: and it will return to previous behavior
    found on the bugzilla :)
    ''(fixed pref name - c)''

  • Can anyone provide a simple css file for Apex Application

    Hi,
    Can anyone provide a simple css file for Apex Application please don't mention W3schools link to learn...
    Regards,
    Pavan

    in each item have ..HTML Form Element CSS Classes .e.g style="color:red",  you can change whatever you want!
    or using CSS at page header level.
    check the page: http://apex.oracle.com/pls/otn/f?p=25110:3:0:::::
    more css and JS file in Google drive(If my application/js/css breaks your computer, your database, your car's transmission anything it's your fault not mine, I have nothing to do with it and will deny all responsibility.)

  • I have finished a book in Aperture 3. When I press buy book a text comes up " empty text field detected in book" I have been through the book many times and can't find it. Can I over ride it at this stage the book wants to cancel

    I have finished a book in Aperture 3. When I press" buy book' a text comes up " empty text field detected in book" I have been through the book many times and can't find it. Can I over ride it?  At this stage the book wants me to cancel

    I have been through the book many times and can't find it. Can I over ride it?  At this stage the book wants me to cancel
    Sure, you can override the warning and press "Continue" instead.
    But you said "you have been through the book many times" - have you checked the pages in Aperture's book view or have you checked the preview of the book? I'd look at least at at the "Preview" of the Book - after pressing "Continue" you will see the "Preview" button when the next panel is shown. Look carefully at the preview of the book, if any text is missing.
    If you are sure that you like what you see in the preview and no empty textfields show, you can proceed to buy the book.
    Regards
    Léonie

  • Why is there no option for the voice over feature to be available for iBooks only?

    Why is there no option for the voice over feature to be available for iBooks only?

    Hello,
    We are aware if the 'black box' issue with the shim installer (downloaded from get.adobe.com/flashplayer), however, this should not be the case with the full installer.  The links for the full installers are posted at the bottom of the Installation problems | Flash Player | Windows page, in the 'Still having problems' section.
    Maria

  • Can I get rid of the twitter for iPhone thing at the top for good

    I am using twitter mobile and don't want to install the app. I am wondering instead of hitting the x by the app, can I get rid of that forever or do I have to just hit the x every time? Maybe there's a way and I don't see it. My ipod is a touch 5th Generation. Hope that helps. Thanks for your kind help.

    Just delete the app form the iPod and if you sync with iTunes make sure that you do not resync it to the iPod. You can delete it from your iTunes library too..

  • How can I over ride the combination code to access the volume limit?

    I want to increase my volume limit but there is a combination lock that shows up and I dont know what the code is! Is there some way I can over ride this and increase my volume limit? It's hard to hear any music.

    The only way to bypass the volume limit passcode is to restore the device to factory settings in iTunes.
    Restoring iPod to factory settings
    B-rock

  • How can I over-ride the regional code?

    I buy DVD from different countries.
    In my Microsoft I could over-ride the regional code.
    Question: What can I do with my Probook to play DVDs from variious regional codes?
    Is there a software avaliable or what else can I do?
    Volker

    "Is there a software avaliable or what else can I do?"
    There is no method by which an MBP can have the regional code reset.  There are external players that do not utilize the regional coding, and allow all optical media to be used.  Google is your friend.

  • Can I use an alternate Edit template for a WebApp?

    Can I use an alternate (backup) Edit template for a WebApp?

    Nope! If it is absolutely essential that you have different editable bits of the web app, then you might want to consider splitting your web app into different apps and linking them together with data source.

  • How do i get rid of CSS on one page only?

    I have a website that is being hosted for me. I want to take
    a web page and make an ebay auction template out of it. I can't get
    rid of the CSS and it's driving me crazy. Everytime I want to
    change the text, it reverts back and posts the CSS code in the
    page. I don't want that.
    The site uses CSS, and I have not done a website in years and
    CSS is still a little french to me & kind of a pain in the ***
    since I have not much idea of how it works.
    How do I get rid of the CSS for a page within a website that
    uses CSS, or am I SOL? Does eBay allow CSS?
    Help!

    Last try and then I give up :-)
    > .style1 {font-family: Verdana, Arial, Helvetica,
    sans-serif}
    That's css in the head of the document right?
    When you say: <p>I type text here &amp; change the
    format</p>
    Do you change it via the property inspector and you end up
    with the css
    snippet above in the document? How do you change the format,
    what format do
    you use?
    From the portion of the code you've sent I can't see anything
    apart from the
    style for the font, so that itself won't give you 'red text'.
    I can only
    assume then, that there is something happening when you
    upload the page to
    the ebay server or whatever.
    Sorry I can't help any further, but I'm stumped without any
    further links or
    the code for the whole page.
    Nadia
    "Blow Me Down" <[email protected]> wrote in
    message
    news:[email protected]...
    > It's pointless to send you the html, because even when I
    open a new html
    > document with no css, in a new folder, with no css at
    all, I get css
    > automatically into the html if I try to change anything
    in the new html
    > page,
    > so it's dreamweaver that is making any page a css page.
    >
    > Here it is, text before I change the font:
    > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN"
    > "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    > <html xmlns="
    http://www.w3.org/1999/xhtml">
    > <head>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=ISO-8859-1" />
    > <title>Untitled Document</title>
    > </head>
    >
    > <body>
    > <p>I type text here &amp; change the
    format</p>
    > </body>
    > </html>
    > --------------
    > After I change to Verdaine:
    > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN"
    > "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    > <html xmlns="
    http://www.w3.org/1999/xhtml">
    > <head>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=ISO-8859-1" />
    > <title>Untitled Document</title>
    > <style type="text/css">
    > <!--
    > .style1 {font-family: Verdana, Arial, Helvetica,
    sans-serif}
    > -->
    > </style>
    > </head>
    >
    > <body>
    > <p class="style1">I type text here &amp;
    change the format</p>
    > </body>
    > </html>
    > ---------
    > It plops in the CSS, when there is no css set up for
    this site, my old one
    > from years ago. I can't even add a html only page w/o
    css getting plopped
    > in
    > there.
    >
    > Anyone else can help me on getting rid of CSS from a web
    page?
    > Sigh...
    >

  • How can I specify a different css file for mobile browsers?

    I'm experimenting with updating our website to be "mobile friendly". I could use some help.
    We use a lot of static HTML landing pages for things like links from email ads, etc. What I'm trying to do is have 1 landing page so the content/html page is always the same, but the page will detect what browser/device you are using and then load a different css file depending on what it is. But, we don't want to have to load the style info from the PC version if you're not on a PC.
    What I'm doing now is specifying the media type in the css link, like this..
    <link rel="stylesheet" href="style.css" type="text/css">
    <link rel="stylesheet" media="only screen and (max-device-width: 480px)" href="mobile.css" type="text/css">
    What's happening is it's loading the main stylesheet first, and then the 2nd one changes some styles if you're on a device with a max width of 480 pixels (like an iPhone). But since it's loading the PC styles first, it's making some things look screwy.
    So, is there a way to say "If you're on a PC, load this stylesheet. If you're on an iPhone, load this one instead." .. without javascript? I don't trust javascript too much on mobile devices. I feel like this some simple little thing that I'm missing that will make it all automagically work.
    We don't want to have different content depending on the browser, just different stylesheets. Can anyone help?

    Hi
    Would it be better to do 2 different stylesheets, or just one big one and add a section at the bottom like:
    @media only screen and (max-device-width: 480px) {   .styles {whatever: styles;} }
    2 separate style sheets are recommended. The reason for this is that the Safari mobile browser, (as used in iPhone etc) will download any/all images specified in a style sheet even if they are not used or specified in a media-query rule, this is a know bug with that browser.
    I'm also having a new issue where the style "clear: both;" doesn't seem
    to be working right. I set up my top horizontal menu using float: left,
    and there's a lot of links so on the smaller screen it wraps, which is
    fine but now the wrapped links are floating over the page content...
    This is one of the reasons that floats should not be used in style sheets for mobile devices, the only exception I know of is for small typographical feature such as 'pull-quotes', (and never use float: right;). It is also recommended to include a menu at the bottom of the page, (or at least a link back to the top).
    It works, if I have the iPhone as portrait it looks great, but if I turn
    it to landscape, everything is zoomed in. But if I switch back to
    portrait, everything is the right size. Is there any kind of way to get
    the landscape to have the normal zoom level? I know I can do
    "initial-scale=1.0", but that is just for when the page loads, not if
    you change it afterwards...
    I have heard of only one recommendation to fix this and that is a page refresh on resize, but due to bandwidth limits now being implemented by many providers it is probably not a good idea, you could try setting -
    maximum-scale = 1.0
    as well.
    PZ

Maybe you are looking for

  • Having Problems With The Neo2 ? Read This!!!!

    Hi, i just bought a neo2 motherboard, with a p4 2,6 HT and 512 mb Kingston hyper ram ( 2 peaces of 256, else it won't use the dual bandwith :D) In the beginning everything seemed fine, until i got some sudden reboots and other vague stuff. I read it

  • How to create bookmarks on Mac OS 10.8.2 after the installation of a new hard drive?

    At this point I have no bookmarks or folders in Foxfire or Safari. I started with Foxfire and could find no way to create folders for bookmarks. I tried the "Show all bookmarks" under the "Bookmarks" menu and then hold down "Control" while touching t

  • Edit pictures and graphics in a pdf document

    I have many pdf documents that need new and updated logos (jpg images).  How do I delete the old logos and replace them with the new one?  I have Office 2010 and Acrob V10.1.4 but cannot find how to edit pictures.

  • htmlb:fileupload goes into infinite loop

    Hello all, We use the tag <htmlb:fileupload> in our bsp page. Now if the user enters a file name directly, ie:without using the browse button the user simply enters a filename, say 'Resume.doc' in the input field and hits the save button on the page,

  • Cannot burn songs to a "data disk" on new iMac

    I have some demo songs that I can burn as Audio CDs, but sans a CD title and track titles that I need for easy sharing.   However, when I attempt to burn the same playlist as a CD data disk in iTunes using Mountain Lion on my New iMac I cannot initia