Entire cell a hyperlink

I have a 4x4 table with images and text in each cell.  Is it possible to make the entire cell with both text and image a hyperlink and that it changes color when the user mouses over it.

Try this tutorial.
http://alt-web.com/DEMOS/CSS-Clickable-Table-Cells.shtml
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media  Specialists 
http://alt-web.com/

Similar Messages

  • Change the default setting of 'Match entire cell contents' in Excel 2007

    Hi,
    I am using Excel 2007 on Windows 7 and need to search the contents of cells in a large spreadsheet on a regular basis.
    When I open the Find and Replace dialogue box, the Match entire cell contents option is always checked. I deselect this to search for the cell contents I require. If I then enter any values into a cell and try to search for another cell,
    the Match entire cell contents option is activated again.
    Is there a way to change the default setting for this checkbox to be off rather than on?
    Thank you,
    Nitin Suneja

    Hi Chad,
    I will check if it is something localised to the spreadsheet itself as it is shared by a number of people and all are having this problem with this sheet.
    Thanks for looking into this for me.
    Nitin.

  • Fill cell color in report - the entire cell?

    Hi all,
    Apologies to ask for something that has already been touched on.
    https://forums.oracle.com/message/843430#843430
    This solution was great to read. It colors the text background in a cell, in a report, depending on the data within. This is almost, but not quite coloring the entire cell.
    I have been trying for a while but at this point can I put it to the brains trust? (ie you)
    In old school language, what I'm after is
    <TABLE border=1 bgcolor=#FFFFFF>
    <TR>
    <TD>my first table</TD>
    <TD bgcolor=#00FF00>my first table</TD>
    </TR>
    </TABLE>
    ...which colors one entire cell, rather than just the white behind the text.
    FYI, I would then go to make this conditional depending on the data in the cell - Effectively becoming the Excel stype Conditional formatting.
    Thanks.
    NT

    Hi,
    This might help
    Read Article - APEX 4 color classic report single column cells
    Regards,
    Jari
    My Blog: http://dbswh.webhop.net/dbswh/f?p=BLOG:HOME:0
    Twitter: http://www.twitter.com/jariolai

  • Gettin Entire cell in MS-Excel Sheet?

    Hi Friends,
    I'm trying to get the data from MS-Excel and then try to persists in the data base...
    here my code goes like this:
    try {
                   Long OID;
                   String Pricing_Type;
                   Float Min_Spend = null;
                   Float Max_Spend = null;
                   String Pricing_Access_Type = null;
                   int Pricing_Term_Commitment = 0;
                   String State;
                   String Jurisdiction = null;
                   Float Pricing_Min;
                   Float Pricing_Max;
                   POIFSFileSystem pofilesystem=new POIFSFileSystem(new FileInputStream("D:\\abbrivations\\Enterprise Connections Pricing.xls"));
                   HSSFWorkbook hbook=new HSSFWorkbook(pofilesystem);
                   HSSFSheet hsheet=hbook.getSheetAt(0);
    String Judisdiction;
                   Judisdiction=hbook.getSheetName(0);
                   System.out.println("NAME:::::::::"+hbook.getSheetName(0));
                   Iterator rows = hsheet.rowIterator();
                                  while( rows.hasNext() ) {
                                       HSSFRow row = (HSSFRow) rows.next();
                                  System.out.println("Row number"+row.getRowNum());
                                       Iterator cells = row.cellIterator();
                                            do {
                                            HSSFCell cell = (HSSFCell) cells.next();
                                  // HSSFCellStyle style=cell.getCellStyle();
                                  // int index=style.getFontIndex();
                                            Pricing_Type="VCM Pricing";
                                            int count=0;
                                       switch ( cell.getCellType() ) {
                                                 case HSSFCell.CELL_TYPE_STRING:
                                                 String stringcell=cell.getStringCellValue ();//+" ";
    System.out.print( cell.getStringCellValue () +" ");
                                                      break;
                                                 case HSSFCell.CELL_TYPE_FORMULA:
                                                           String stringdate=cell.getCellFormula();
                                                      System.out.print( cell.getCellFormula()+" " );
                                                           break;
                                                 case HSSFCell.CELL_TYPE_NUMERIC:
                                                 String string=String.valueOf(cell.getNumericCellValue());
                                                 System.out.print( cell.getNumericCellValue() +" ");
                                                      break;
                                                 case HSSFCell.CELL_TYPE_ERROR:
                                                 //String string=String.valueOf(cell.getNumericCellValue())+" ";
                                                 System.out.print( "+++++++++"+cell.getErrorCellValue() );
                                                      break;
                                                 case HSSFCell.CELL_TYPE_BOOLEAN:
                                                 String stringencoding=String.valueOf(cell.getBooleanCellValue());
                                                 System.out.print( "Error in Boolean"+cell.getBooleanCellValue());
                                                      break;
                                       }                                   while( cells.hasNext() );
              } catch (IOException ioe) {
                   System.err.println(ioe.getMessage());
    Actually My MS-Excel sheet having the data as
    Title
    Tiers | Swiched | Dedicated
    |1 Year | 2 Year | 3 Year | 1 Year | 2 Year | 3Year
    Here the Tiers wil consists of the data as $1000-$9000......
    my job is to select the $1000 as minmum and $9000 as Maxmimum.......type of the system...like Swiched or Dedicated......term condition like 1 year or 2 year.....
    and then persiste in data base....wht my code is doing is...trying to get each row in the sheet and then try to get each column...instead can i do it any other form.....or is there any method of getting the entire column elements at a time....
    wating for reply...needed importantly......
    thanq friend
    [email protected]

    I would go to Open Office and its SDK and use it to work with Excel cells and many other document formats.
    www.openoffice.org

  • Excel - Remove specific characters from entire worksheet if they are the first 2 in the cell

    Hello,
    I have a very large worksheet that is used to populate a SQL database.
    I need to have the data clean before I pass it on to the owner of that database.
    The data is riddled with "na" where the supplier of the data sometimes leaves it blank, like they should, but instead sometimes puts in "na" as either "not applicable" or "information not available". 
    I just need the all "na" removed.  If I highlight the entire sheet and replace "na" with nothing then where it says "international" it will say "inertional" and I can't have that.
    I need a routine, with an on-click for a button, probably, that removes all of the "na" that comes first in the cell.
    I've seen where you can do it with individual cells, but not looping through the whole spreadsheet.
    Thank you in advance for any help I can get! 
    Gee

    >>then where it says "international" it will say "inertional"
    Selecting the "match entire cell contents" option may give you what you want.

  • Hyperlink in Excel cell

    Is it possible to write hyperlink in each cell of Excel (report 6 and/or 10) in a way to run hyperlink after run report with one mouse click on the cell (active hyperlink) when excel is displayed.
    I was trying with this example below but without succes beside this I can not find any solution on metalink:
    Re: Hyperlink Related Issue
    function F_enameFormatTrigger return boolean is
    begin
    if :ename = 'SMITH' then
    srw.set_hyperlink('http://www.smith.com');
    elsif :ename = 'JONES' then
    srw.set_hyperlink('http://www.jones.com');
    end if;
    return (TRUE);
    end;

    nagornyi, that is the problem, because I must type Enter if I want to make hyperlink active! So it is not enought just writing tekst but type Enter as well. Try to do this and tell me if I'm wrong.

  • Entire contents in cell won't print in numbers

    I am working on a spreadhseet in numbers. One of my cells is text ONLY; in fact, the entire column is text only.Nevertheless, when I click out of the cell, what I see is only see the first line of the cell contents and more importantly, when I attempt to PRINT the entire doc, only the one line prints but not the entire cell's text contents. How do I make all of the text print in the entire cell?

    when I click out of the cell, what I see is only see the first line of the cell contents
    Have you made sure Wrap Text in Cell is turned on for those cells?
    Also, you can increase the height of the rows if that doesn't happen automatically when you turn on Wrap text:
    SG

  • How Do I Change the Padding in Table Cells

    Hi, I am trying to set up a table that will allow text to fill the entire cell. I know that if I double click an individual cell, the left and right boundaries of the cell will be displayed on the ruler. However, I can't select multiple cells (even in a column) to adjust the boundaries. By default, all cells are created with no padding on the left, but half an inch on the right. I want no padding on the right as well. I know I can change the the tab for the table with the text inspector, after the fact.
    So, #1. How can I change the default right cell wrap for all cells in a table?
    Additionally, I know how to get rid of the padding above the text (via text property "instant margins"), but I also need to eliminate the padding at the bottom of the text. When I adjust the instant margin, it just moves the text the upper-left corner of the cell, but does not change the vertical size of the cell. I can change the individual row height by grabbing the border and dragging it up, but, again, this is a pain for large table. I know I can also change the overall cell height by dragging the lower table boundary.
    #2. How do I change the default cell height so the cell is tight against the text, regardless of the font size, for all cells in a table?
    Any help or suggestion will be greatly appreciated.
    Thanks
    Gary

    Thanks for the reply.
    Unfortunately, those options will not do what I need.
    If I turn off "Wrap text", the text overflows the cell and the text in the adjacent cell to the right will hidden. I still want the text to wrap, just not half an inch from the right border.
    And the "Resize to fit" changes the cell width, which I want to keep the cell at a static width.
    One workaround I found, was to modify the table as needed, using text properties, and then save the table as the table default. Unfortunately, that overwrites the factory default, and new table's tabs in other templates (all other properties seem to be retained)
    The second option that seems to work, is to save my entire document as a template. That seems to hold all the properties for graphics, tables, etc.
    A bit kludgy, but those methods seem to do the trick.
    Now, how do I get the default table properties back?
    Gary

  • Is there a way to add multiple borders to a single cell with one click or do I have to add one border at a time for example, one cell with borders on three sides?

    I would like to know if there is a way to add multiple borders to a single cell or selection of cells in one click.  At this time, if i want to add for example a top border and a bottom border to a single cell I have to do this in two steps: first select the top border, style, thickness, and color, and then next select the bottom border, style, thickness, and color.  Is there a way to select the top and bottom border of a cell in one click?  Clicking on the top border then holding down the command key while selecting the bottom border does not work, nor does holding down the option key, the control key, or the shift key work. Thanks for your help.

    Thank you for the suggestion but this did not work for my Mac.  When a cell is selected for which I want borders, the entire cell is lit up.  Then when I go to the border tool and select style, thickness, and color, the entire lit up cell takes on the border, that is the Outside Edges of the cell now have a border.  So selecting the style, thickness, and color first doesn't work.
    If I select the top border first (or any border), the drop down goes away and I can't select multiple borders - I get to choose one at a time.  After selecting one border, style, thickness, and color, said border is now on the spreadsheet.  Then I go back to the border selection and pick another border and the the previously selected style, thickness, and color reverts to null, so I start over with the new border style, thickness, and color.  Yes, it is tedious.
    The Fix would allow the user to select multiple borders, say left and right, before the drop down goes away after selecting only one border
    Does it have something to do with Allow or Disallow border selection?
    I have Numbers '09 version 2.1 (436)

  • How do i select multiple cells in dreamweaver cc?

    Can't get cursor to appear to break and merge table cells. Keeps moving entire cell.
    Thanks,
    winifred

    in past version of dreamweaver I could see the cells and borders in design view and easily select multiples with a cursor. Just updated to CC and now only see blue boxes, arrow.
    Any thoughts on how to get a normal table view where I can select back.
    Any help is appreciated.
    winifred

  • Hyperlinks in FrameMaker 8 File don't work consistently when PDF'd

    I have a FrameMaker 8 file with internal hyperlinks. When I test them in FrameMaker they work but when I PDF the file SOME of them are not working. I'm using Acrobat 8 as well.

    This thread may be dead already, but I'll chime in anyway....
    Kelly (response #5) touches on something that I think is important:  character style changes in a heading or other paragraph style (such as table title) can cause the link to end at the point where the character style changes.
    For example, consider a heading containing italics:  "Configuring the Merlin System."  Whether the hyperlink is broken depends on how you apply the italics:
    If the italics are applied using a named style such as Emphasis, the hyperlink breaks at the "M."  "Configuring the" is hyperlinked, but "Merlin System" is not.
    If the italics are applied without assigning a character style but only by setting Angle to Italics in the Character Designer, the entire heading is hyperlinked.  That's the good news.  The bad news is that your italics are missing in the TOC.
    This behavior is not necessarily buggy.  It is required, in fact, for creating hyperlinks manually:  you mark your text with a named character style and then create a "hyperlink" marker in it.  What would be nice is if Adobe would separate the feature into two flavors:  one that works for generated links regardless of character style, and one that works in its current form for user-created links.
    Fixing bad links:
    If you have Adobe Acrobat Professional, use Tools > Advanced Editing > Link Tool.  It draws a box around each link.  Drag the box handles to resize a link around the proper area.

  • Help with merged cells in table

    I'm just learning how to use Dreamweaver 8 and tables. I am
    trying to use a table with merged cells filled with graphics --
    only one graphic per cell. I make my jpg the size of my cell, which
    it seems to fill. Then, when I upload it to view in browser, it
    looks as though the graphic doesn't take up the entire cell. At one
    point, it was working both in Dreamweaver and the browser. Now, in
    the browser view, it looks as though there is extra space above the
    graphic and below it. Any suggestions on what is going on???

    It's not the use of tables with your graphics that is
    necessarily the
    problem, it's HOW you are using the tables with your
    graphics. Can we see
    the page you have built so we can examine the code?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "degazon" <[email protected]> wrote in
    message
    news:gasr2p$10m$[email protected]..
    > Thanks! It's now evident that I shouldn't use tables
    with the graphics.

  • Line-wrap in a Cell

    Hi,
    I need to implement what seems to be a commonly
    required feature - a long string in my cell
    needs to wrap around and occupy multiple rows,
    instead of getting trucated with a '...'.
    I searched the archives, and the question seems
    to have been raised a couple of times, but there
    were no satisfactory answers or pieces of code
    I could find. The suggestions seemed to be:
    1) define a textarea as the cellrenderer, and
    also manually set the height of the row to account
    for multiple lines (ugh.)
    2) define a multiline tooltip for the cell which contains the entire cell contents. That way users can
    at least mouse over to the cells they are interested in
    and read the full contents without readjusting column
    widths.
    the second solution is more acceptable to me, but I
    don't know anything about tooltips - if someone has
    a piece of code for displaying (esp. multi-line) tooltips for cells in a table, could you please post
    it ?
    Also, why isn't there a better solution for what must be a commonly encountered problem ?
    thanks a lot.
    -s

    check these out -
    http://www2.gol.com/users/tame/swing/examples/JTableExamples6.html
    http://www2.gol.com/users/tame/swing/examples/JToolTipExamples1.html

  • How to link a table cell?

    Hi,
    What would be the best way to link this table cell? I want the entire cell to be linked rather than just the text inside it.
    <table width="160" border="0" align="right" cellpadding="5" cellspacing="0" class="backgroundbox-video">
                          <tr>
    <td width="167" align="left" valign="top"><p class="navheader-lg">Video Clip</p>
                                <p class="navheader-sm">Watch a short<br />
                                  testimonial video</p></td>
                          </tr>
    Thanks so much
    Laura

    Here is what I have in the style sheet...
    .vidA a {
        text-decoration: none;
        display:block;
        background-image: url(../images/videoclip-imageandcolor-tr.gif) no-repeat scroll right bottom;
        background-color:#B1D6D5;
        padding:10px;
    .vidA a:link, .vidA a:visited, .vidA a:hover{
        color:black;
    .vidA a:hover{
        background-color:#4AA3C9;
    .vidA p {
        margin:5px;
    .audioA a {
        text-decoration: none;
        display:block;
        background-image: url(../images/audioclip-imageandcolor-tr.gif) no-repeat scroll right bottom;
        background-color:#B1D6D5;
        padding:10px;
    .audioA a:link, .vidA a:visited, .vidA a:hover{
        color:black;
    .audioA a:hover{
        background-color:#4AA3C9;
    .audioA p {
        margin:5px;
    and here is what I have for those tables...
    <td align="right" valign="top" bgcolor="#FFFFFF"><table width="160" border="0" align="right" cellpadding="5" cellspacing="0" class="backgroundbox-video">
                          <tr>
                            <td class="vidA" width="167" height="100" align="left" valign="middle"><a href="http://www.12results.com/video1.html" onclick="MM_openBrWindow('http://www.12results.com/video1.html','','width=400,height=400');return false">
          <span class="navheader-lg">Video Clip</span><br />
          <span class="navheader-sm"><br />
          Watch a short<br />
          testimonial video</span></a></td>
                          </tr>
                        </table></td>
                      </tr>
                      <tr>
                        <td align="right" valign="top" bgcolor="#FFFFFF"><table width="160" border="0" align="right" cellpadding="5" cellspacing="0" class="backgroundbox-audio">
                          <tr>
                            <td class="audioA" width="167" height="100" align="left" valign="middle"><a href="http://www.12results.com/video1.html" onclick="MM_openBrWindow('http://www.12results.com/video1.html','','width=400,height=400');return false"> <span class="navheader-lg">Audio Clip</span><br />
                                  <span class="navheader-sm"><br />
                                  Listen to a 40 min<br />
    interview about SAW</span></a></td>
                          </tr>
                        </table></td>
    ---I completely removed the styles for those tables (was background-video, background-audio) because all it had was the background styling (which you said to remove) and can't see any other reason to have it there?
    So it's perfect except for the background images are not showing...so did I do something wrong in the fireworks/make transparent process do you think?
    Thanks...
    Laura

  • Clicking in a cell in a JTable that autoscrolls horz

    I have a JTable inside of a JScollPane. The JTable is wider than the JScrollPane so the scroll bar becomes enabled. If I have a column that is paritally obstructed and a I click in a cel in the column the scroll panel scrolls horizontally in an attemp to make the entire cell visible. Is there a way to stop the auto scrolling without making the table disabled?
    Thanks
    Chris

    try with this.
    table.setAutoscrolls(false);

Maybe you are looking for

  • Problem with logging in to Apex administration

    Please disregard the question, it was mistake in the address. When I try to log in to Apex administration (http://<server>:8080/apex_admin, I get a dialog box requiring a user name and password The dialog box has Windows security in the header and sa

  • Want to downgrade laptop from Windows 8.1 to Windows 7 - Not seeing Windows 7 drivers on HP website

    Hello, I purchased a HP Envy TouchSmart 17 Model: j153cl Notebook that came pre-installed with  Windows 8.  I can't stand Windows 8, it just doesn't work for me.  I want to install Windows 7, which I have purched a legal version of.  Before I install

  • "Build 6002: This copy of Windows is not genuine"

    Hi everyone.. I have had my TOSHIBA Satellite L40-139 for over a year. It was bought from PC World and came with a pre-installed version of Windows Vista Home Premium. I do not have any of the disks that came with the laptop but the Windows installed

  • I've lost all my Apps on my itunes account and also on my computer. How can I get them back?

    I helped a lot of people with their iProblems, so it would be pleasure if somebody helped me. Please help me by having my apps back on my itunes account and my computer. I've spent a lot of money in it and suddenly they're gone. I really don't know h

  • Compressor no longer works!!

    My system just downloaded an update for compressor yesterday and now it won't open the window that lets you choose a movie to work with. There is no menu under Window that lets you open this particular window. Can anyone tell me what has happened? I'