Padding problem

On the index page only the Google ad displays lower than the header. All other pages display ok.
www.teampenninginfo.com
</div>
  <div id="rightside" class="brd-thin-white-top">
  <h2> </h2><script type="text/javascript"><!--
google_ad_client = "pub-8719045379654380";
/* 180x150, created 3/2/11 */
google_ad_slot = "3005504289";
google_ad_width = 180;
google_ad_height = 150;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
#rightside             {
    float:left;
    width:210px;
    padding: 20px;
#rightside h2        { font-size:18px; font-weight:bold; color:#000; margin:1.5em 0 .5em 0; }
#rightside p        { line-height:180%; font-size:12px; font-weight:normal; color:#000; margin:1em 0;  }
Any suggestions?

Didn't understand most of what I was doing but managed to fix
enough to get the page to display correctly...
Good job!!   As you get deeper into web design, you'll learn that 90% of browser rendering problems are caused by malformed code.  If you take steps to check your code often during development, you'll avoid many hassles.
Do you have any suggestions for easy to understand css and xhtml lessons or tutorials?
Sure.  Start here:
HTML & CSS Tutorials - http://w3schools.com/
How to Develop with CSS?
http://phrogz.net/css/HowToDevelopWithCSS.html
Learn CSS positioning in 10 Steps
http://www.barelyfitz.com/screencast/html-training/css/positioning/
Code Validation Tools
CSS - http://jigsaw.w3.org/css-validator/
HTML - http://validator.w3.org/
Best of luck with your project!!
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media  Specialists
http://alt-web.com/
http://twitter.com/altweb

Similar Messages

  • HP Mini 210-1000sa Track Pad Problem

    I've just bought a HP Mini 210-1000sa and I'm finding the Track pad truely AWFUL to use - not at all up to the usual HP high quality.
    As the left and right buttons are part of the track pad "sensitive" area, when you use one finger to position the cursor then touch the left button area with another finger the track pad will either:
    a) move the cursor to a new position!
    b) ignore your click because you already have a finger touching the pad (leading to having to make several click attempts!
    c) it might work
    A further problem is that although the buttons give a re-assuring "click", as they are part of the "sensitive" area of the pad, if your finger is too high on the paad (ie outside the marked area of the button), it will still "click" but nothing happens.
    Is there an update (software or hardware) to fix this problem?  I'm finding it unusable as it is, I have to use an external usb or bluetooth mouse.  This partly defeats the object of having an ultra portable device!
    Thanks for any help ...
    Gavin
    Gavin

    Hi I bought recently HP Mini 210-1118TU laptop, I am observing that bottom of laptop is gettign very hot, I am not sure how to check whether fan is working or not, or how to check PCU temperature. What is the maximum temperature that it can go to, I am unable to enter bios settings by pressing Fn+F10, Pls help me with these issues, Regards Sabir

  • Tracking Pad problem/other stuff

    Two days ago my 3 and 4 finger tracking pad commands stopped working. Restarting didn't help. Then after walking away while it was on and coming back a few hours later, the commands started working again. They worked for a little over 24 hours and now they stopped working again. What could this be?
    Also, I have been having some other problems such as the audio jack continually resetting every time I change the input (I have to go to audio and midi settings every time and click the drop-down menu for it to work). The thread is here: http://discussions.apple.com/message.jspa?messageID=11086478
    Also 4 days ago a docx file wouldn't open that I wrote and saved on this computer. No matter what I do I cannot open it in word, only in the text editer program.
    Any solutions to these problems would be appreciated, also let me know if they seem to be related. This computer is brand new so I don't understand why so many things would be going wrong this quickly and are unrelated. Thanks alot,
    -Austin

    Since this Mac is brand new, it's probably worth bringing all this to Apple's attention and letting them sort it out. No idea what is going on here, but if it is hardware related, they need to fix it or possibly replace the machine.
    Good luck!

  • CSS padding problems

    Hi
    I am building a site for a client that has had the page
    designed by a graphic designer and she is being EXCEPTIONALLY picky
    about the font size, spacing and many other things. The problem I
    have is, that on some browsers, the space between the text and the
    border at the top of the container, is double what it is in IE6 and
    IE7. Can anyone tell me how I can fix this so that it has the same
    amount of spacing in all browsers.
    Many thanks
    Julie
    CSS code:
    /* CSS Document */
    /*formatting divs*/
    body a p td th div blockquote ul ol dl{
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    color:#999999;
    margin: 0;
    body { margin: 0px; padding: 0px; background:#262425}
    h1 {font-family: Arial, Helvetica, sans-serif;
    font-size:36px}
    a:link {
    text-decoration:underline;
    color: #000000;
    a:visited {color:#666666; text-decoration:underline;}
    a:hover {color:#ff9c04; text-decoration:underline;}
    /*layout divs*/
    #wrapper {width: 820px; position:relative; margin:0 auto;
    top:15%}
    #header {clear:both; height:50px; width:820px}
    #leftcol {
    width: 108px;
    float:left;
    padding-right:12px;
    text-align: right;
    #container {margin:0; padding:0; float:right; width:695px}
    #content {background-color:#FFFFFF; width: 328px; padding: 0
    10px 0 10px; height: 500px; float:left; color: #666666; font-size:
    14px; overflow: hidden;}
    #rightcol {width: 347px; float:right}
    #footer {clear: both}
    #text {padding: 0 10px 10px 0; height: 370px; overflow:auto}
    /*menu*/
    #leftcol ul {}
    #leftcol li {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    list-style:none;
    .logo {
    margin-right: 0px;
    margin-left: 0px;
    padding: 23px 0px 12px 0;}
    /*design elements*/
    .scroll {
    scrollbar-face-color: #ffffff;
    scrollbar-shadow-color: #C2A2DA;
    scrollbar-highlight-color: #C2A2DA ;
    scrollbar-3dlight-color: #ffffff;
    scrollbar-darkshadow-color:#ffffff;
    scrollbar-track-color:#FFFFFF;
    scrollbar-arrow-color:#C2A2DA}

    Designing for the web is NOT the same as designing for print.
    Graphic
    designers do not understand that there are too many variables
    you can't
    control such as screen size, browsers, and the default text
    size used by
    visitors. Firefox, Opera & Safari will render pages
    differently than IE. In
    some cases, you can use IE hacks or CSS tricks to get it
    closer to what you
    want. Or you could make one big graphic or image map but I do
    not recommend
    this as it will impact your site's search engine rankings
    & user
    accessibility.
    --Nancy O.
    Alt-Web Design & Publishing
    www.alt-web.com
    "ukjooles" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hi
    >
    > I am building a site for a client that has had the page
    designed by a
    graphic
    > designer and she is being EXCEPTIONALLY picky about the
    font size, spacing
    and
    > many other things. The problem I have is, that on some
    browsers, the
    space
    > between the text and the border at the top of the
    container, is double
    what it
    > is in IE6 and IE7. Can anyone tell me how I can fix this
    so that it has
    the
    > same amount of spacing in all browsers.
    >
    > Many thanks
    > Julie
    >
    > CSS code:
    >
    > /* CSS Document */
    >
    >
    > /*formatting divs*/
    >
    > body a p td th div blockquote ul ol dl{
    > font-family: "Times New Roman", Times, serif;
    > font-size: 14px;
    > color:#999999;
    > margin: 0;
    > }
    >
    > body { margin: 0px; padding: 0px; background:#262425}
    >
    > h1 {font-family: Arial, Helvetica, sans-serif;
    font-size:36px}
    >
    > a:link {
    > text-decoration:underline;
    > color: #000000;
    > }
    > a:visited {color:#666666; text-decoration:underline;}
    >
    > a:hover {color:#ff9c04; text-decoration:underline;}
    >
    >
    > /*layout divs*/
    >
    > #wrapper {width: 820px; position:relative; margin:0
    auto; top:15%}
    >
    > #header {clear:both; height:50px; width:820px}
    >
    > #leftcol {
    > width: 108px;
    > float:left;
    > padding-right:12px;
    > text-align: right;
    > }
    >
    > #container {margin:0; padding:0; float:right;
    width:695px}
    >
    > #content {background-color:#FFFFFF; width: 328px;
    padding: 0 10px 0 10px;
    > height: 500px; float:left; color: #666666; font-size:
    14px; overflow:
    hidden;}
    >
    > #rightcol {width: 347px; float:right}
    >
    > #footer {clear: both}
    >
    > #text {padding: 0 10px 10px 0; height: 370px;
    overflow:auto}
    >
    >
    > /*menu*/
    >
    > #leftcol ul {}
    > #leftcol li {
    > font-family:Verdana, Arial, Helvetica, sans-serif;
    > font-size: 11px;
    > color: #FFFFFF;
    > list-style:none;
    > }
    >
    > .logo {
    > margin-right: 0px;
    > margin-left: 0px;
    > padding: 23px 0px 12px 0;}
    >
    >
    > /*design elements*/
    >
    > .scroll {
    > scrollbar-face-color: #ffffff;
    > scrollbar-shadow-color: #C2A2DA;
    > scrollbar-highlight-color: #C2A2DA ;
    > scrollbar-3dlight-color: #ffffff;
    > scrollbar-darkshadow-color:#ffffff;
    > scrollbar-track-color:#FFFFFF;
    > scrollbar-arrow-color:#C2A2DA}
    >
    >

  • KM Collaboration Launch Pad Problem

    Hi , I am using EP6 .
    The Portal shows link for Collaboration Launch Pad but whenever i click over it the following error is occuring:
    Exception Class: class com.sapportals.wcm.WcmException
    Exception Message : Cannot get an instance of the presence state service
    Pls help me solve this problem.

    Hello Vinod,
    Check this:
    https://www.sdn.sap.com/irj/sdn/thread?threadID=177728
    Greetings,
    Praveen Gudapati
    p.s. Points are always welcome for helpful answers

  • Any X301 users having touch pad problems?

    Everyone of my X301 units have had a problem where double tapping on the touch pad does not work for a few seconds at a time.  Also there can be a few seconds delay waiting on what I typed to appear on the screen.  I know the X301 has a lower powered processor but sometimes when I am doing simple word processing these quirks will appear.
    Is there a setting to make the touch pad more sensitive?
    Is there a setting to move the input of the touch pad up on the list for the processor to handle?
    Other than this, the X301 is perfect for me and my employees.
    Greg Gebhardt

    Have you run all the newest updates at the new Lenovo update site.  It is up and running and took my computer a while to update including a new bios.
    This helps but will/can make it worst for a while.
    My Take:
    If you laptop is new OR you have just installed a good bit of software OR did anything to move alot of files around on your drive it will take time for Vista to re index the files.  Being that the processor is slow it will suck up resources that are required for the touchpad or even the keyboard.  Mine would even freeze the keyboard and you could type and nothing would happen and then all of a sudden everything you typed pops up on the screen.
    I have found that when ever you "upset" the indexing it is best to just leave your computer alone and let it do it's thing.  You will see alot of hard drive and processor activity.  After this stops, all is well and you should not have any more problems.
    This is my opinion on what is happening and I have noticed the same on all three of my X301 units one with normal hard drive and one with 80gb SSD and 128gb SSD.  Basically the slower processor is fine 90% of the time but seems to bog down a bit when asked to do too much.
    Try this and see.  Leave you laptop up and running for several hours, make sure it is set to not go to sleep and come back and see if it does not make a difference.

  • Ideapad u450p-3389 touch pad problems

    Hi, I have a new u450p that is constantly giving me problems with the touchpad.
    When my left palm is too close to the left side of the nav pad, my mouse stops moving.  My palm does not make any kind of contact with any of the nav pad, a portion of my left thumb is hovering a good distance above the pad though.
    Is there a way I can fix this?  Perhaps even disable a portion of the left nav?  I've never had an issue like this on previous Lenovo laptops. 
    I have already disabled the pinching zoom feature in an attempt to resolve this.
    Thanks for any help!

    try to un-install the synaptics drivers.

  • Lenova Flex 2-14 Mouse Touch Pad Problem

    I've just recently bought my son a Flex 2-14 which he thinks is great. However today the mouse pad stopped working which has put a downer on a new and smart laptop. As I'm a windows and laptop user myself, I've checked the driver, ensured that it's enabled, checked to ensure that it's the latest version, made sure that it's toggled on from a keyboard perspective. However it refuses to recognise any physical interaction. As the screen is touch sensitvie and the USB mouse is working fine we can get away with this. But really why is it not working? The only thing I can guess is that as you turn the screen and keyboard around to into touch screen mode the hardware recognises this and disables the mouse pad. It looks to me that it's now stuck in this mode which is really frustrating. It;s getting to the point that I might aswell take it back as it's not fit for purpose.
    Any help would be very much appreciated as anything I try to do does not solve the problem?

    Hi, ghstahl
    I would try uninstalling the current driver by going to Device Manager and opening up Mice and other pointing devices. Next, right-click on the device and select Properties. A window should appear. Navigate to the Driver tab and select Uninstall... from the bottom. Once this driver is uninstalled, go here and download the latest driver. This driver is the base Synaptics driver. Synaptics is the company that develops the UltraNav software that is currently on your machine, most likely. This driver has helped users before having TouchPad issues, so it may be able to do the same for you.
    Hope it helps,
    Adam
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution!" This will help the rest of the community with similar issues identify the verified solution and benefit from it.

  • Axis offsets and padding problems

    I am having problems with getting my charts to draw as columns to the right of tick marks.  Here is what the chart should look like:
    But here is what mine looks like in Flex:
    Below  are snippets from my code to draw the chart in Actionscript.  As you can see, I am currently using the padding property on CartesianChart to keep the chart from clipping the columns.  Then I use offset on the columnSeries to get the columns off the labels.  But I am left with a big gap on the left...
    // code
         var genericChart:CartesianChart = new CartesianChart();
         var axisList:ArrayCollection = chart.getAxisList();
         var renderers:ArrayCollection = new ArrayCollection();
         var seriesArray:ArrayCollection = new ArrayCollection();
         var hAxis:LinearAxis = new LinearAxis();      
         hAxis.padding = 100;
        var ar:AxisRenderer = new AxisRenderer();
        ar.axis = hAxis;
        genericChart.horizontalAxisRenderers = [ar];
        genericChart.horizontalAxis = hAxis;
        var vAxis:LinearAxis = new LinearAxis();
        vAxis.baseAtZero = false;
        var axr:AxisRenderer = new AxisRenderer();
        axr.axis = vAxis;
        var columnSeries:ColumnSeries = new ColumnSeries();        
        columnSeries.columnWidthRatio = 90;
        columnSeries.offset = 50;
        columnSeries.verticalAxis = vAxis;
        seriesArray.addItem(columnSeries);
        renderers.addItem(axr);
        genericChart.series = seriesArray.toArray().reverse();
        genericChart.verticalAxisRenderers = renderers.toArray();

    This appears to be a common problem with Axis not specific to Sun ONE Web Server: http://www.google.com/search?q=org.apache.axis.client.Stub.extractAttachments
    You say you tried Axis 1.2, but the NullPointerException you point out appears to have been fixed in Axis 1.2: http://cvs.apache.org/viewcvs.cgi/ws-axis/java/src/org/apache/axis/client/Stub.java?rev=1.32&view=log#rev1.32
    Perhaps you're running into a different, unrelated problem with Axis 1.2?

  • X1 Carbon Windows 8 Pro touch pad problem?

    So, one can swipe from the right to left on the carbon touch pad and bring up the windows 8 charm menu.  I can do this and everything works as expected.  
    However, ever so often, the windows 8 charm menu would just popup.  I thought I was triggering this with my palm, but then I noticed a bad defect;  The mouse buttons all stopped working.
    So;
    1. Charms suddenly popup
    2. All mouse buttons (the dedicated ones and the touch pad ones) are now not working at all.
    3. The mouse pointer still works using the trackpoint button, and the touchpad pointer still works.  All mouse button clicks no longer work.
    4. I have to esc out of the charm menu and hit ctrl-alt-del and arrow down to the sign out menu.
    5. signing back on fixes the problem.  Reboot is NOT required to fix this.
    At this point I don't know if it is a lenovo problem or windows 8 problem.
    Has anyone else seen this.
    Thanks

    Hi, ghstahl
    I would try uninstalling the current driver by going to Device Manager and opening up Mice and other pointing devices. Next, right-click on the device and select Properties. A window should appear. Navigate to the Driver tab and select Uninstall... from the bottom. Once this driver is uninstalled, go here and download the latest driver. This driver is the base Synaptics driver. Synaptics is the company that develops the UltraNav software that is currently on your machine, most likely. This driver has helped users before having TouchPad issues, so it may be able to do the same for you.
    Hope it helps,
    Adam
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution!" This will help the rest of the community with similar issues identify the verified solution and benefit from it.

  • Touch pad problem

    Hello all,
    I have an HP 6730b laptop. I purchased it used. I runs Win 7 @ 64bit. All was well, until I had to do a restore to an earlier time, due to a bad program download. 
    Now, my problem is: the "Synaptics touch pad" used to have a listing in the "device manager" section to change setings for it, and an icon in the lower right of the task bar, which accessed it. Now, the Synaptics part is listed,(under device mgr.) and when I click it 2 times, I get a box that gives me the basic info on the pad, nothing else. When I first got it, it had a very nice complete program of settings for "touch sensitivity," etc. Very controllable. Now, I can't do anything in terms of settings at all. The settings choices are gone. I downloaded the "Synaptics Touch Pad" driver straight from HP. However, this did not help me. Anyone know what to do? I would appreciate, if their is, a siple solution to the problem. I am a bit of an amature. Thank you!! Tom
    This question was solved.
    View Solution.

    Hi
    Please find the link given below might help you to fix your issue.
    Link
    Let us know how it goes!
    "I work for HP."
    ****Click the (purple thumbs up icon in the lower right corner of a post) to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    Regards
    Manjunath

  • 9105 Key pad problems

    I got my peal 9105 a few months ago and chose it mainly because its a BB and the fact that I don't do that much texting.
    However I have had so growing problems with it recently.
    Some of the keypad buttons seem to be growing in sensitivity, I can press a button once as you would normally and suddenly 2-5 letters can appear on the screen! Does any one else have this problem? It is extremely annoying sometimes, especially when typing on it is already quite slow and is slowed down even more by having to edit what you just typed.
    I know this one isn't to do with the hardware but BB predictive typing is much worse than others I've used in the past.
    Also, is an os update ever coming to the pearl? Every other BB I've seen has a much newer system.

    I have a 9100 and had the same problem. I asked on forums and people said it could be the pad under the keys. People also said to slow the key rate down. I upgraded to OS6 and it removed much of the issue. I do find the true type has degraded since I got the phone. I am tempted to replace the pad but I hope there is another fix.

  • TS1388 Touchp pad problem (Incompatibility with Windows 8)

    Hello;
    In addition to the Mac OS, I also use Windows on my Mac computer.
    Everything was OK with Windows 7, but I updated the OS to Windows 8.
    Everything worked fine in general; however the touch pad is not
    supported in any way. Even though I can get the required driver (Apple
    Multitouch) online from device manager, I am getting "Code 18" error
    when installing it. The touch pad on Mac is not working in any way
    with Windows 8.
    As another issue, I am also having problems with "HID Non-User Input
    Data Filter". It says I have the current software, but it is not
    installing and this device can also not be used. I guess it is not
    supporting Windows 8.
    I do need your assistance to resolve both of these problems. I
    contacted Microsoft previously and was adviced to get in touch with
    you.
    Thanks in advance.
    Regards,

    MDT 2013 requires the ADK for Windows 8.1, regardless of what OS you are deploying (Windows 7, 8, 8.1).
    You can use the ADK for Windows 8 to deploy Windows 8, but you would have to use it with MDT 2012 Update1.
    Thanks,
    -Michael Niehaus
    Senior Product Marketing Manager, Windows Deployment
    http://blogs.technet.com/mniehaus
    [email protected]

  • Mail and Touch Pad problems

    Didn't know where to put this so I put in Leopard and Mail...
    I'm using a MacBook Air running 10.5.3 and a friend of mine is using a Powerbook 1.5 GH running 10.4.latest. The mbAir track pad is set up as: Tap to Click, Dragging, Two Finger > Secondary Click, Scroll (Pinch open & close Rotate), Screen Zoom, 3 fingers > Swipe to Navigate. The powerbook is very similar but since it doesn't have the iPhone type touch pad like the Air, it's not quite the same set up.
    We were talking the other day and realized that we are having the same problem: whenever we are in Mac's Mail program and we are typing, all of a sudden we find ourselves on another line somewhere in the text that we have just written. Some of the text that was just type may have also been deleted. We both find that we can't figure out how it is happening.
    The only thing I know is she (with the Powerbook) didn't have this problem until I turned on some of the other features of the touch pad, such as Tap to Click and Secondary Click, etc..
    Has anyone had this happen to them?
    Does anyone have any idea what is happening?
    Any ideas are appreciated.
    Thanks,
    Jim

    Yes, I am having this problem. Here's more detail:
    In Mail:
    I can type into Mail's To: (or CC: or BCC:) field one address that is in the address book; the auto-complete works, and when I press Return or comma to auto-complete and start entering another recipient, everything I type thereafter is cumulatively reproduced. It looks like this, for example:
    (Babbette Duck)MMaMarMarkMarkSMarkScMarkScuMarkScupMarkScuppMarkScuppeMarkScupper (...etc.)
    The name above in parens ( ) represents the successfully entered e-mail address. Everything after it is what happens (I selected and pasted it right from Mail) when I then try to type another name. As I type letters, something takes each letter I type, repeats it and every subsequent letter I've typed, and adds the new letter I type. Every character key, plus Delete, Return, and Shift, and the arrow keys, results in the reentering of the previous typing as illustrated above. Only the modifier keys Control, Option, and Command, the F keys, and the sound volume keys, are unaffected (and modifier+character combinations).
    Trying to edit a name in Address Book (which I hadn't done before reading your post) results in the same phenomenon.
    Then there's a weird thing: If I then select all the text in the To: field, using either mouse or Command-A, and delete using the 2nd-row Delete key, everything is deleted BUT then the name I was trying to type in appears, correctly typed. So somehow it is registering correctly, but it's as if the system is, after one entry in the To: field or any typing into an Address edit field, using any subsequent keys as select/copy/paste of everything that is typed before it.
    And Console is now showing anything at all, let alone an error.
    Message was edited by: DStewart

  • Touch pad problem on Zen Visio

    I have a Creative Zen Vision: M with a broken touch pad. I already did a research on this forum about how to fix it and none that works for me. I mean, first the tap touch is fine but up/down scrolling is not working. Then up/down scrolling comes back but tap touch stops working. I'm thinking this is a hardware problem. There is any other way to fix it's By the way, my Zen already out of the warranty period.
    Is there anyway to just set it as a USB without using tap touch to set it's

    Why not replace the part? Instructional video link also on the page? http://www.thegadgetdr.com/Zen-Visio...hpad-black.htm

Maybe you are looking for