tables and cell phone screen

Does anyone know an html tag or css that can load another page, if the browser detects Web site is loaded on a phone screen?  or any other solution to put a couple of things in tables maybe so they load correctly on a mobile phone?  I have some pages I'm working very well and they load fine on my laptop and my MS Surface, but watching them in dreamweaver using the resolution feature, the tables don't look just to the right, so I would like to know if there is an alternative out there that might work and always show things in a table properly.

Thank you.

Use div tags 3 or more floating that breaks over a width of single column on smaller devices.

CSS MEDIA QUERY

=================

@media only screen and (min-width: 769px) {}

. Row {overflow: hidden}

/ * clear floats * /.

. Row: after {}

Clear: left;

Display: block;

content: '.';

visibility: hidden

}

. Box {}

Width: 33.33%;  / * 3 rows * /.

float: left;

}

}

HTML CODE:

================

It's 1 box

It is area 2

It's box 3

It's 1 box

It is area 2

It's box 3

Nancy O.

Tags: Dreamweaver

Similar Questions

  • Inserting a Flash Drives and cell phone causes blue screen - stop 0x3B

    Original title: inserting a few Flash Drives, but not all, and cell phone causes a blue screen of death

    Computer Dell Inspiron 518 Intel core 2 quad, 6 GB memory, office 2 years.
    HP Vista 64-bit, Service Pack 2, updated version 6.0.6002 fully implemented.
    No change to HW or SW immediately before the first detected failure, but the USB port which is not often used.
    History - off Ready Boost after a short experience and installed months ago driver and card Renesas Electronics USB 3.0.  This driver has been disabled through all of this, but I've not yet physically removed the card.  Disable ready boost was simply to stop - no other instructions not found for removal.

    Anitvirus BitDefender and Malwarebytes scans are both clean.

    A flash drive works fine, but three others cause seconds blue screen of death after installing into any USB port.   Bought a new flash drive and it also causes a crash.  Found cell phone also gives BSOD.  All work fine on another computer.  USB is currently led printer, external hard drive, digital camera downloads and keyboard/mouse very well.  Tried both USB ports with the same results and back and disconnected all other USB devices except the keyboard and mouse.  Remove and reinstall all USB drivers (6) one by one (the 1CH9 Intel USB controllers host family) and USB controllers enhanced (2);  also storage device USB and device drivers USB Composite and façade drivers card reader.  After each new facility, any 'bad' flash player causes immediate crash.  'Good' flash player's Centron Centon Pro 8 GB and one of bad flash drives is one attached PNY 8 GB, another a San Disk.  I think, but I don't remember, that the 'good' flash player was installed for Ready Boost test.

    Unable to find a failure code or no trace of several accidents in the problem reports.   Here is all the data of failure that I could find:

    0x0000003B
    (0x00000000c0000005)
    0xfffff8002a8db87
    0xfffffa601

    I'm puzzled.  Thanks in advance.

    Tom

    Hello

     
    You must update the BIOS (Basic Input Output System) and the Pilots of the Chipset using the computer manufacturer.
  • I forgot my password while my wi - fi and cell phone are disabled

    Hello my dear it

    I forgot my password so I searched in Internet sites and found 3 ways for restoring my iphone but unfortunately:

    1-i have my Apple ID user and pass, but the wi - fi and cell phone are off and I clouldn can't disable the password to icloud.

    2. I did recovery about 6 times but unfortunately it did not work.

    What should I do now...?

    Please answer me... Please...

    sincerely

    Ali

    • Connect your device to your computer and open iTunes. If you don't have a computer, borrow one from a friend or go to an Apple Store or service provider authorized Apple for help.
    • When your device is connected, force restart it: press and hold the sleep/wake and home for at least 10 seconds, and only release when you see the Apple logo. Keep until you see the screen in recovery mode now.
    • When you see the option restore or update, choose update. iTunes will try to reinstall iOS without erasing your data. Please wait while iTunes downloaded the software for your device.
      If the download takes more than 15 minutes the device out of recovery mode, you must repeat these steps and choose restore instead of update when you return to this step.
    • After the update or restore is complete, configure your device. If you have backed up your device with iTunes or iCloud and you need to restore your device in step 3, you may be able to restore from your backup during installation.

    Contact Apple Support so you can not update or restore your device with the recovery mode, or you cannot use the recovery because of the broken or stuck buttons mode.

    If you are unable to update or restore your iPhone, iPad or iPod touch - Apple supports

  • Cannot transfer images from the camera and cell phone.

    Original title: print printer print

    I have a HP Photosmart C42oo all-in-one printer. It works fine and prints, but I can not all images of my little Kodak camera or my cell phone to my computer. It is as if the connection does not exist and in fact it s use to work perfectly until I get a new computer with windows 8. Can someone please help?

    Hello

    To provide the proper resolution, I would need more information on your side.

    1. what exactly happens when you try to transfer the images from the camera and cell phone?

    2 are the devices found on the computer?

    3. do you receive any error messages? If Yes, what is the exact error message?

    I suggest to use App Photos and to try the steps, click the link:

    Organize your photos
    http://Windows.Microsoft.com/en-in/Windows-8/organize-photos

    Please provide the necessary information to help you further, I'll be happy to help you.

  • Table and cell Style

    Hi all

    Greetings...

    The script below works perfectly in indesign CS3 to apply table and cell style. But in indesign CS4 shows runtime error. Kindly help me on this...

    var myTable = app.activeDocument.stories.everyItem().tables; 
    
    for (var n=0; n < myTable.length; n++)
    { 
         myTable[n].appliedTableStyle = "Table Style 1"; 
         myTable[n].cells.everyItem().appliedCellStyle = app.activeDocument.cellStyles.item("[None]");
         myTable[n].cells.everyItem().clearCellStyleOverrides (true); 
    
         alert(myTable[n].rows.length);
    
        for (var a = 1; a < myTable[n].rows.length - 2; ++a)
         {
               myTable[n].rows[a].cells.everyItem().appliedCellStyle = "T body";
               alert(a);
         }
      
        myTable[n].rows[0].cells.everyItem().appliedCellStyle = "T col hd";//First Row 
         myTable[n].rows[-1].cells.everyItem().appliedCellStyle = "T body bot";//Last Row
    
    }
    

    Thank you

    Knockaert

    Hi Karthik,

    Please try the JS Code below and come back.

    var myTable = app.activeDocument.stories.everyItem().tables;
     for (var n=0; n < myTable.length; n++){
    //~      myTable[n].appliedTableStyle = "Table Style 1";
    //~      myTable[n].cells.everyItem().appliedCellStyle = app.activeDocument.cellStyles.item("[None]");
    //~      myTable[n].cells.everyItem().clearCellStyleOverrides (true); 
    
    // Please check the table cell styles name is correct or not?
        var myActiveTable = myTable[n];
        myActiveTable.rows.itemByRange(0,-2).cells.everyItem().appliedCellStyle = "TB";
        myActiveTable.rows[0].cells.everyItem().appliedCellStyle = "TCH";//First Row
       myActiveTable.rows.itemByRange(-2,-1).cells.everyItem().appliedCellStyle = "TBB";//Last Row
        }
    

    the output of code js above looks like this snapshot.

    THX

    csm_phil

  • AppleScript to apply styles of table and cell in IDCS4

    I have an Applescript script to format all the tables in a document as I want.  It is adapted from a previous version that did not use styles, that works perfectly.  This script creates styles if they are not present and this bit works fine, but when it starts to try to apply them to the tables, it falls.

    tell application "Adobe InDesign CS4"
         tell active document
              set BlackColor to color "Black"
              set SolidStroke to stroke style "Solid"
         end tell
         tell active document
              try
                   set myTablePara to paragraph style "4.2 Table text"
              on error
                   set myTablePara to make paragraph style with properties {name:"4.2 Table text", applied font:"Helvetica Neue", font style:"Regular", point size:"8.5", leading:"10"}
              end try
              try
                   set myBasicCell to cell style "Basic cell"
              on error
                   set myBasicCell to make cell style with properties ¬
                        ¬
                             {name:¬
                                  "Basic cell", bottom edge stroke weight:0 ¬
                                  , bottom edge stroke color:BlackColor ¬
                                  , bottom edge stroke type:SolidStroke ¬
                                  , right edge stroke weight:0 ¬
                                  , right edge stroke color:BlackColor ¬
                                  , right edge stroke type:SolidStroke ¬
                                  , top edge stroke weight:0 ¬
                                  , top edge stroke color:BlackColor ¬
                                  , top edge stroke type:SolidStroke ¬
                                  , left edge stroke weight:0 ¬
                                  , left edge stroke color:BlackColor ¬
                                  , left edge stroke type:SolidStroke ¬
                                  , left inset:¬
                                  "0p4", right inset:¬
                                  "0p4", top inset:¬
                                  "0p4", bottom inset:¬
                                  "0p4", vertical justification:top align ¬
                                  , applied paragraph style:myTablePara}
              end try
              try
                   set myHeader to cell style "Header"
              on error
                   set myHeader to make cell style with properties ¬
                        {name:¬
                             "Header", based on:myBasicCell ¬
                             , bottom edge stroke weight:¬
                             "0.5pt", top edge stroke weight:"0.75pt", vertical justification:bottom align ¬
                             }
              end try
              try
                   set myFooter to cell style "Final Row Cell"
              on error
                   set myFooter to make cell style with properties ¬
                        {name:¬
                             "Final Row Cell", based on:myBasicCell ¬
                             , bottom edge stroke weight:¬
                             "0.75pt"} ¬
                             
              end try
              try
                   set myLeftCol to cell style "First Column Cell"
              on error
                   set myLeftCol to make cell style with properties ¬
                        {name:"First Column Cell", based on:myBasicCell, left inset:0}
              end try
              try
                   set myLeftHeader to cell style "First Row, First Column Cell"
              on error
                   set myLeftHeader to make cell style with properties ¬
                        {name:"First Row, First Column Cell", based on:myHeader, left inset:0}
              end try
              try
                   set myLeftFooter to cell style "First Column Last Row Cell"
              on error
                   set myLeftFooter to make cell style with properties ¬
                        {name:"First Column Last Row Cell", based on:myFooter, left inset:0}
              end try
              
              try
                   set myTableStyle to table style "Horizon"
              on error
                   set myTableStyle to make table style with properties {name:¬
                        "Horizon", body region cell style:¬
                        myBasicCell, header region cell style:¬
                        myHeader, footer region cell style:¬
                        myFooter, left column region cell style:myLeftCol}
              end try
         end tell
         set allTables to every table of every story of active document
         repeat with i from 1 to count of allTables
              set myTable to item i of allTables
              set table style of myTable to myTableStyle
              set properties of cells of myTable to ¬
                   {cell style:myBasicCell}
              set properties of cells of first column of myTable to ¬
                   {cell style:myLeftCol}
              set properties of cells of first row of myTable to ¬
                   {cell style:myHeader}
              set properties of cells of last row of myTable to ¬
                   {cell style:myFooter}
              set properties of first cell of first row of myTable to ¬
                   {cell style:myLeftHeader}
              set properties of first cell of last row of myTable to ¬
                   {cell style:myLeftFooter}
              clear cell style overrides
              clear table style overrides
         end repeat
    end tell
    

    When it is to 'set style table of myTable to myTableStyle' it is said ' impossible to define style table id of the table to text frame id page id 220 190 of spread id 185 [the first table] document \"Untitled-1\" table style id 264 [style newly generated] document \"Untitled-1\" 224 "  But I can't tell why.  Can anyone help?

    Table and cell styles are objects. When you want to apply, you must set the appropriate properties that are 'applied the style of table"and"cell style ". So: «the game applied style table myTable...» »

    But in terms of results, you'll be probably happier using the commands ' apply the style of table cell / ' instead, which allows you to clear the replacements.

    --

    Shane Stanley [email protected]>

    AppleScript Pro Sessions http://scriptingmatters.com/aspro>

  • The Pro 9.7 IPad wi fi and cell phone with Verizon prepaid data

    Unfortunately, my wonderful inch Mac Book Pro 17 2009 did the bone yard. Consider buying the iPad 9.7 Pro with keyboard Smart as his replacement. Change of situation so now I can to portability and having the availability of mobile data is a great advantage.

    It looks like the people at Verizon are advising me make sure you get the compatible Verizon. OK, they want to sell me a plan but wouldn't it be a simple thing to get prepaid Verizon or I am wrong? I think read there is CDMA and GSM capacity. Something tells me that it is not a problem and I could use any carrier choose, but my face to face shopping experience has been the roadblock after roadblock - I feel they are trying only to sell me what they want me to buy and not what I want. The smart keyboard is also - which are available with backlight?

    Hello Sandy,

    Thank you for using communities of Apple Support.

    I see you have a few questions about the new iPad Pro and Smart Keyboard. The following article provides some basic information about the iPad Pro: iPad Pro

    For cellular connectivity.

    All cell phones + Wi - Fi models are unlocked, so you can pop in a SIM card at any time you want to connect. For added convenience, a SIM Apple is already installed on the iPad 12.9‑inch Pro in a number of countries. And 9.7‑inch Pro with an integrated SIM Apple iPad is available everywhere in the monde4, so it is easy to buy a package of cellular data directly on your iPad without commitment long term.

    More information on the Apple Sim Card are available here: Apple Sim

    The smart keyboard is not available with backlight. You can discover the keyboard Smart here: Smart Keyboard for iPad Pro

    Best regards.

  • Tame the table and cell styles

    I find table styles and cell styles to be quite a nightmare in InDesign - in other words, as long as the paragraph style is included in the definition of the cell style. The only way I could get a table without substitution involves the steps as much as it is not effective:

    1) click an empty paragraph.

    (2) apply the paragraph style.

    (3) type the text that will come eventually in a table cell. (All my paintings are a cell, a column tables).

    (4) select the text without selecting the symbol of paragraph at the end.

    (5) choose table > convert text to table.

    I would be very happy if anyone knows of a script that can do these steps and can put me out of my misery.

    (Or maybe is there a way to avoid cell style replacements that I did not discover. (There was a discussion on this problem to http://forums.adobe.com/message/2043634#2043634, but none of the suggestions got rid of substitutions of paragraph style cell.)

    Hi jay

    You should check the character styles. If paragraph styles will not be on the trip, I found that it is because it applies a character style. Some people use styles to the paragraphs format characters. (?!)

    RB

  • Centering the table and cell borders.

    Hello, everyone:

    I am creating a tabular presentation and wish to have my main table (containing another table in some of its cells) is centered in the window of my browser so that as the viewer resizes the window web page design remains in the Middle both in horizontal and vertical plans. I found a command in Dreamweaver that allows me to Center a table on the horizontal plane, but nothing that allows me the same thing on the vertical plane. How can this be accomplished? I prefer to stay away from CSS that I'm still not familiar and sufficiently comfortable around her. I prefer to stay with a simple table layout.

    I also try to set fixed sizes for my table cells, but have not found a way to do it. I managed to create transparent GIF images to use as placeholders but (1) this seems to be too much work for something that probably can be accomplished in a much easier way and (2) the cells are not confined to the size of the GIFs and eventually larger than GIF images.

    Any suggestions will be appreciated.

    Thank you in advance,

    Joseph Chamberlain

    James:

    I thank you for your help and you have my apologies for this late reply.

    I looked at the link you provided and it has the answer to my question. Thank you once again. I wish just that there is a simpler and intuitive to do.

    Best regards

    Joseph Chamberlain

  • Is there a way to sync between my table and my phone? I don't want to have my office involved.

    I would like to sync between my Tablet and phone. I don't want to share with the office. Is there a way to do this?

    Hi, you will need to create a sync account on the desktop, but does not synchronize the activity of browsers. After having a key synchronization you can use it between your devices.

  • navigation does not work on the cell phone screen

    Hi guys,.

    I'm baaacckkkk... ok I downloaded on the web. My browsing on the mobile phone does not work and the carousel does not work... they worked in dreamweaver, so I must have broke something when I loaded up...

    Here is the html file something seems obvious:

    <! DOCTYPE html >

    < html lang = "en" >

    < head >

    <! - Bill DiLuigi website, a site of basic home, contact, media and songs, time, work and credentials - >

    <!-Kathy Bampfield | -> 28/02/2016

    < meta charset = "utf-8" >

    < meta http-equiv = "X-UA-Compatible" content = "IE = edge" >

    < meta name = "viewport" content = "width = device-width, original scale = 1" >

    < name meta = "keywords" content = "Bill Diluigi, songwriter, musician, artist, christian, Editor, Nashville, Tennessee" > ""

    < name meta = "description" content = "Bill DiLuigi is a composer, musician and artist, publisher who lives in Tennessee Nashille." >

    < title > Bill DiLuigi < / title >

    <!-"bootstrap"->

    < link href = "bootstrap.css" rel = "stylesheet" > "

    < link href = "styles.css" rel = "stylesheet" >

    <! - HTML5 shim and Respond.js for IE8 take in charge of the HTML5 elements and questions from the media - >

    <!-WARNING: Respond.js does not work if you view the page via file://-->

    <!-[if lt IE 9] >

    " < script src =" https://OSS.MaxCDN.com/html5shiv/3.7.2/html5shiv.min.js "> < / script > .

    " < script src =" https://OSS.MaxCDN.com/respond/1.4.2/respond.min.js "> < / script > .

    <! [endif]-->

    < / head >

    < body >

    < div class = "container-fluid #wrapper" >

    < nav class = "navbar, navbar-default" >

    < div class = "container" >

    <!-brand and toggle get grouped together for better mobile display->

    < div class = "bar navigation-header" >

    < button type = "button" class = "toggle navigation bar has collapsed" data-toggle = 'collapse' data-target = "#defaultNavbar1" aria-expanded = "false" > < span class = "sr only" > toggle navigation </span > < span class = 'bar icons' > < / span > < span class = 'bar icons' > < / span > < span class = 'bar icons' > < / span > < / button >

    < / div >

    <!-collect the nav links, forms, and other content to alternate->

    < div class = "navbar-collapse collapse" id = "defaultNavbar1" >

    < ul class = "navbar-nav nav" >

    < class li = "active" > < a href = "index.html" > home < span class = 'sr-only' > (ongoing) </span > < /a > < /li >

    < class li = "active" > < a href = "work.html" > work < span class = "sr only" > (ongoing) </span > < /a > < /li > ""

    < class li = "active" > < a href = "contact.html" > Contact < span class = "sr only" > (ongoing) </span > < /a > < /li > ""

    < /ul >

    <!-/ .navbar-collapse->

    < / div >

    <!-/ .container-fluid->

    < / div >

    < / nav >

    < div id = "carousel1" class = "slide Carousel" data-ride = "Carousel" >

    < ol class = "Carousel-indicators" >

    < li data-target = "#carousel1" data-slide-to = "0" class = "active" > < /li >

    < li data-target = "#carousel1" data-slide-to = "1" > < /li >

    < li data-target = "#carousel1" data-slide-to = "2" > < /li >

    < /ol >

    <! - a wrapper for the legends and images/objects - >

    < div class = "Carousel-interiors" role = "listbox" >

    < div class = "active item" > < img src = "Images/slide1.jpg" alt = "First slide" class = "Center-block" > "

    < div class = "Carousel-caption" >

    < h3 > Bill DiLuigi < / h3 >

    < p > musician | Songwriter | Artist < /p >

    < / div >

    < / div >

    < div class = "item" > < img src = "Images/slide2a.jpg" alt = "Second image slide" class = "Center-block" > "

    < div class = "Carousel-caption" >

    < h3 > Anthony Smith, Bill DiLuigi, Chris Young < / h3 >

    Songwriting < p > < /p >

    < / div >

    < / div >

    < div class = "item" > < img src = "Images/slide3b.jpg" alt = "Third slide" class = "Center-block" > "

    < div class = "Carousel-caption" >

    < h3 > Richie McDonald < / h3 >

    Duo "still there for me" < p > with Amber Hayes < /p >

    < / div >

    < / div >

    < / div >

    <! - carousel controls - >

    < a class = "Carousel-control left" href = "#carousel1" role = "button" data-slide 'prev' = > < span class = "glyphicon glyphicon-chevron-left" aria-hidden = "true" > < / span > < span class = 'sr-only' > previous </span > < /a > < a class = "carousel-control right" href = "#carousel1" role = "button" data-slide 'next' = > < span class = "glyphicon glyphicon-chevron-right" aria-hidden = "true" > < / span > < span class = 'sr-only' > next </span > < /a >

    < / div >

    < section id = 'hand' >

    < h1 > Bill DiLuigi < / h1 >

    < p > Bill DiLuigi is a musician who came out of the eclectic music scene of Philadelphia. His influences are just as eclectic; Since the Delta Blues to Grunge and country. He was part of the Mantra Sierra in the 2000s. The Palestinian Authority based band mixed the heaviness of Soundgarden with sampling and female vocals.

    His background as a cult leader also helped to learn the craft of Christian Music. He gives thanks in all things to his Lord and Savior, Jesus Christ. < /p >

    < p > in 2005, Bill moved to Nashville and is now a writer of staff for partners in rhyme on Music Row. In addition to writing hits for stars, it is a powerful performer with a unique style of honest. "I don't want to just people to come watch me do, I want to share my heart and give them something to take away." His songs have been in the Country of the Billboard Top 100 and Americana Top 100 charts. He is a regular performer at the Bluebird Café. He played in the world of the Bitter End in New York for the Tamworth Festival in Australia. < /p >

    < / item >

    < p >

    < /p >

    < / div >

    < div class = "row" >

    < div class = "col-md-4 collar-xs-12" >

    < div class = "thumbnail" id = "a" > < img src = "Images/ThumbNailSchedule.jpg" alt = "Thumbnail Image 1" class = "promoting the img img-sticker" > ""

    < div class = "caption" >

    < h3 class = "center text" > annex < / h3 >

    < p > listening to the music of live Bill! < /p >

    < class p = "center text in uppercase text" > < a href = "BillSchedule.html" class = "btn, btn-primary" role = "button" > find out where Bill is to play < /a > < /p > "

    < / div >

    < / div >

    < / div >

    < div class = "col-md-4 collar-xs-12" >

    < div class = "thumbnail" id = "two" > < img src = "Images/desktop_young_and_the_restless_entertainment_hd-wallpaper - 200.jpg" alt = "Thumbnail Image 1" class = "promoting the img img-sticker" >

    < div class = "caption" >

    < h3 class = "center text" > investments < / h3 >

    < p > extract work. the Bill < /p >

    < class p = "center text in uppercase text" > < a href = "work.html" class = "btn, btn-primary" role = "button" > work of Bill < /a > < /p > "

    < / div >

    < / div >

    < / div >

    < div class = "col-md-4 collar-xs-12" >

    < div class = "thumbnail" id = "3" > < img src = "Images/LetsTalk200.jpg" alt = "Thumbnail Image 1" class = "promoting the img img-sticker" > ""

    < div class = "caption" >

    < h3 class = "center text" > Let's Talk < / h3 >

    < p > need to talk with Bill? < /p >

    < class p = "center text in uppercase text" > < a href = "contact.html" class = "btn, btn-primary" role = "button" > Contact Bill < /a > < /p > "

    < / div >

    < / div >

    < / div >

    < / div >

    < div class = "row" >

    < div class = "col-md-4" > < / div >

    < / div >

    < footer > Bill DiLuigi | Rhyme partners and 888 red music | 1109 16TH Ave South, (former Vincent music Bldg). Nashville, TN 37212 | 615-336-4556 | & copy; Copyright 2016 < / footer >

    <! - jQuery (necessary to Bootstrap JavaScript plugins) - >

    "< script src ="... / js/jquery-1.11.3.min.js "> < / script >"

    <! - include all the plugins compiled (see below), or include individual files to the need - >

    "< script src ="... / js/bootstrap.js "> < / script >"

    < / body >

    < / html >

    Remove the highlighted items and everything is fine!

  • How can I export table and cell styles to use in another InDesign document?

    I've been looking for... and looking but cannot find out how to export table styles in InDesign CC. If there is an option of the control panel load table styles, it goes without saying that there should be an export. Any help would be appreciated, thanks.

    Frank.GRG wrote:

    If there is an option of the control panel load table styles, it goes without saying that there should be an export.

    I understand your logic, but you think too much of it. Charge function Styles opposes the need for an export feature. When you call the function of load, you simply select the source document, then the individual styles that exist already in it. They need not be implemented beforehand.

  • Table and cell borders

    I use CS4. I created a table style in my stylesheet that calls for an orange 2 px wide border. The border only described the entire table, but not individual cells. Anyone know how I can fix this in the stylesheet?
    The URL is http://www.virginiacpac.org/pages/conference.html
    Thank you

    Hello

    Try this:

    {.table_border}
    border-collapse: collapse;
    }
    .table_border td {}
    border: 2px solid #E2832F;
    padding: 2px;
    }

    Take care
    Tim

    "dlipscombe" wrote in message
    News:giekco$BQJ$1@forums. Macromedia.com...
    > I'm using CS4. I set up a table style in my stylesheet that calls for a 2
    > px
    > orange wide border. The border only outlines the entire table but not the
    > individual cells. Anyone know how I can fix this in the stylesheet?
    > The URL is http://www.virginiacpac.org/pages/conference.html
    > Thank you,
    >
    > .table_border {}
    > border: 2px solid #E2832F;
    > padding: 2px;
    > }
    >

  • Remote Desktop works when my office and cell phones are on the same system, but then when I take my laptop home, it does not work!

    I recently updated my computer to Windows 7 Pro.  I also have a laptop running Vista Pro.  I have configured remote desktop on my Windows 7 machine to allow my laptop to access and it works fine when I work the two machines on the same Linksys WRT54 router, here at my small business.  I have configured my router to allow communications to port 3389, but as soon as I take my computer laptop home, I can't access my desktop computer.   I have to configure my home router as well?  It's a new Motorola ADSL router/modem and no place in the configuration to allow port forwarding or port address.  Help!

    Hello

    We are unable to access a computer from another computer if they are in another network by using remote desktop.

    If they are in the same network, use the following links as reference:

    http://Windows.Microsoft.com/en-us/Windows-Vista/connect-to-another-computer-using-Remote-Desktop-connection

    http://Windows.Microsoft.com/en-us/Windows-Vista/Remote-Desktop-connection-frequently-asked-questions

    Hope that helps.

  • Sharing between the office and cell phones driver

    How to share a driver (with data files) from the desktop (Windows 7 Home Premium) with a laptop (window Vista Home Basic) through a router?

    Hello little bb,.

    A quick correction: you mean in car no driver.  A road is a place of storage for files, a driver is a program that communicates with the hardware (printers, cameras, scanners and the mouse have a drivers for example).

    In any case, to share your car from the desktop to a laptop computer, there are several choices.  This tutorial on this page provides an excellent walkthrough.

    However, an easier method is to use the "Homegroup".  Since the first computer, open your Start menu and type "homegroup" to find the option to create a home group.  Once created, you can do the same from the laptop to join the home group.  Once completed, the two computers will see each other and you will see a new folder 'group' on the left side of your file Explorer that allows you to access shared drives on the other computer.

Maybe you are looking for

  • my macbook pro 6.2 restarts randomly, it was Mac Engineering and other support thech place they all sayd ¨nothing is wrong¨

    MacBook pro MacBook Pro (15-inch, mid 2010) 6.2 Intel Core i5 to 2.53 GHz processor 4 GB 1067 MHz DDR3 memory software version 10.10.5 OSX Yosemite Hello there so the problem is that these reboots the machine randomly without that same warning someti

  • Air bubble in the screen X 61 LCD Tablet

    My X 61 Tablet is currently guaranteed but I have repeatedly rejected by links of 'technical' Lenovo declaring that it is hours billable damage caused by the user. Apparently, I've been asked too much pressure on the LCD screen bringing packed - seve

  • How to change DI unbuffered mode

    My request is when a fall from digital input (camera ready) edge arrives, it will trigger a pulse counter 0, open the shutter of camer. The following code does this: camShutterOutputTask.COChannels.CreatePulseChannelTime ("Dev1/ctr0", "",)COPulseTime

  • installing a video card in p7-1010

    Hi, I have a new HP Pavilion p7-1010.  I am wanting to install a new video in card and want to make sure that I can. The video card I'm interested is an AMD Radeon HD 6950. I realized I have to install a new power supply too, correct?

  • OfficeJet pro 8620: pen replacement

    Printing colours had white lines in diagnostic tests. HP has contacted and send a replacement pen. What the hell is a replacement of the pen still?