Cell border on one side only

I'm using CS3. I have an htm file with multiple rows and
cells. I want to put borders around the cells so that they appear
only on three sides, leaving the interior border white or empty or
non-existant. This will make it appear that the border goes around
the row, not the cell.
I've tried creating a CSS rule with border-top, border-left,
and border-bottom, but I can't figure out how to apply it to the
cell (the td). Please help.

td { border:1px black; border-style: solid none; } /* this
will start the
process with a top/bottom border only on all cells */
td.left { border-style:solid none solid solid } /* this will
put a left
border on cells with class 'left' */
td.right { border-style:solid solid solid none; } /* this
will put a right
border on cells with class 'right' */
Your table will be -
<table>
<tr>
<td class="left">...</td>
<td>...</td>
<td class="right">...</td>
</tr>
</table>
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
==================
"millifiori" <[email protected]> wrote in
message
news:giu7ce$4ec$[email protected]..
> I'm using CS3. I have an htm file with multiple rows and
cells. I want to
> put
> borders around the cells so that they appear only on
three sides, leaving
> the
> interior border white or empty or non-existant. This
will make it appear
> that
> the border goes around the row, not the cell.
>
> I've tried creating a CSS rule with border-top,
border-left, and
> border-bottom, but I can't figure out how to apply it to
the cell (the
> td).
> Please help.
>

Similar Messages

  • Feathering Images (one side only)

    I am trying to feather an image on one side only.
    But appears that feathering can only be applied to the entire perimiter of an image.
    Does anyone know a way to fix this.
    I want to feather just the top of an image so it will blend into the background.
    ????? anyone????

    I would use a linear gradient as an opacity (transparency) mask.
    http://forums.adobe.com/message/1253447#1253447
    http://forums.adobe.com/message/1273413#1273413

  • White border on one side of prints

    No matter what I do, I cannot prevent my 7525 printer from printing a white border on only one side of a photo.  It is always on the right hand side of the print.  I have changed all the settings.  Nothing seems to help.  Has anyone seen this?

    Hi,
    Please use the following software to print, it shows WYSIWYG:
       http://www.irfanview.com/main_download_engl.htm
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • In-ear headphones playing audio from one side only

    My apple in-ear headphones only play audio from one side.  I've tried replacing the cap and mesh; and also tested the headphones on different devices and still get the same problem.  Any advice?

    Probably time to have them replaced.
    B-rock

  • JSplitPane expand/collapse on one side only

    How would I make my JSplitPane expand and collapse only on one side? When I use the method:
    mySplitPane.setOneTouchExpandable(true);It seems that the splitPane can collapse/expand on both sides. I want my splitPane to collapse/expand only on one side.
    (the divider should only contain one arrow and there should only be one component that is expanding and collapsing)

    relatively simple:
    set your own BasicSplitPaneUI, which sets its own BasicSplitPaneDivider.
    you then override the method (from BasicSplitPaneDivider)
    protected JButton createRightOneTouchButton() //for right
    to disable and hide the button

  • Corner effects on one side only

    Hi, I hope someone can help me QUICK!
    I want to apply rounded corners to one side of a rectangle (2 corners); the other side (2 corners) I want to remain square.
    I tried to add anchor points and pull one side to square it off, but it's still rounded... What to do?
    I read in one of the forum posts to use the "corner effects sample script" -- I guess I have no idea what this is.
    Any other solutions? Help please!

    It should work but here's a CS3 procedure.
    Create your rectangle. Add the corner options using whatever setting you
    like.
    Keep it selected and open the pathfinder panel. Click the convert to
    rounded rectangle button.
    Draw a new rectangle and place it on the edge you want to have square
    corners. Click the subtract button.
    Voila!
    Bob

  • Rounded rectangle one side only

    Hi
    can anyone advise the easiest way to create a rectangle with only one corner rounded ie use the rectangle tool to draw a rectangle for a button and then round one corner
    thanks
    Ian

    Hi
    yes thats exactly what I wanted but I'm clearly getting one stage wrong ;-(
    What I did was draw a rectangle using the rectangle tool with shape layers selected.
    Used the pen tool to place two anchor points adjacent to the corner
    switched to the pen tool to activate the beziers.
    I see the curve but not as I expected
    I've attached a jpg of what I end up with what have I missed?
    thanks
    Ian

  • Printer takes the paper in on one side only

    Brand new hp deskjet 1000. takes the paper at an angle. says printer jam afterwards but barely taken the paper in. running win 7 32. 

    it would be an out of warranty fee from apple for $199 or you could try having it repaired a third-party repair place

  • Enabling BFD in only one side

    Hi Everybody
    The theory tells that if BFD stops to receive keepalives, it informs to the routing protocols that the neihgbor is down. If I configure BFD only in one side and associate BFD with the routing protocol, the neighborship goes down?
    Thanks

    Hi,
    You need BFD on both side but you could use echo mode on one side only.
    I tested it with 12.2(33)SRC2, and configuring BFD on one side only doesn't bring down the IGP adj. The BFD session stays in AdminDown state.
    HTH
    Laurent.

  • HT201401 Lighting cable only one side can be charged?

    Why my lighting cable can be use for data transfer in both side
    But only can be charged the power in one side only?
    It is my problem or?
    Design by apple?

    I tried that first.  It didn't get the gunk that was in the bottom of the port.  The toothpick popped it right out in one piece.  Took almost no pressure at all.  I was worried that I would hurt something with the toothpick so I gently inserted it at one side and then slide it to the other side of the connector sorting of feeling it out.  It came out with a big block of gunk from the bottom of the connector.  I was just probing the connector to see if the toothpick would fit.  I really hadn't made any effort to clean anything yet.  I I was amazed at how much gunk there was.  I keep my phone really clean but I guess my pockets are another story...

  • Cell Border Trouble

    Is there away to put a border on one side of a cell only? If not, how do you put a verticle box in at the edge of a cell? I want to seperate some buttons the way that most programs have on the tool bar to indicate groups such as text group or main function groups. Thanks

    Read the Swing tutorial on "How to Use Borders":
    http://java.sun.com/docs/books/tutorial/uiswing/misc/border.html
    I think you want a matte border.

  • Stroke only one side

    Hello i would like to do one-side border around to iteam.
    I cant find out any property in flex/as reference how to apply stroke only to one side of element.
    would be glad to hear any tip from you,
    Thanks
    jbeynar

    Hi beynar,
    You can use the borderSides property to specify the border sides...as shown below:
    <mx:Canvas width="400" height="400" borderSides="[left,right,top,bottom]" />
    <mx:Canvas width="400" height="400" borderSides="[left,right,top]" />
    <mx:Canvas width="400" height="400" borderSides="[left,right]" />
    <mx:Canvas width="400" height="400" borderSides="[left,right]" />
    You can apply borders to any of the one side...
    If this post answers your question or helps, please kindly mark it as such.
    Thanks,
    Bhasker Chari

  • Why does my Alesis ioj2 express only come out through one side? When I sing into the microphone, it only comes out one side. I've set everything to stereo and it still has not solved the problem. Please help ASAP.

    Please help with my problem. I need to start recording!!

    Chris Huber wrote:
    Why does my Alesis ioj2 express only come out through one side?
    http://www.bulletsandbones.com/GB/GBFAQ.html#leftspeakeronly
    (Let the page FULLY load. The link to your answer is at the top of your screen)

  • In my iPad mini if I use earphones I can hear from only one side

    In my iPad mini if I use earphones I can hear from only one side  but the earphones work fine with other devices

    Have you tried different headphones in your iPad mini?
    Check in Settings > General > Accessibility if little slider half way down isn't moved to either side towards "L" or "R".
    If it isn't , try to reboot the device, but it's likely that your audio port isn't working correctly. If so, it should definitely be covered by warranty.

  • How do I get my printer to print only on one side of the paper?

    I want to print only on one side of the papger.  But machine prints out on both sides.  When I remove the duplexer at back of machine, the paper flies out the back and printing error says no paper.  I'm going nuts.   I am a writer and can only submit material on one side of the paper.   I just got this machine and hate that it has no manual and the manual on line is beyond me.  I need simple easy to understand instructions for my simple brain. thanks

    Hi,
    Follow these steps to disable two sided printing:
    Open the file you would like to print. From the File menu select Print. The Print window appears.
    NOTE: The Print window might be minimized. Click the Show Details button to see all available settings.
    Click the settings drop down, it will usually appear as the name of the program (e.g. TextEdit)
    Will appear as Copies & Pages within Microsoft Office applications.
    Select Layout from the drop-down menu.
    Set the Two-Sided option as Off.
    You may save the settings as a preset by clicking Presets > Save Current Settings as Preset...
    By doing so and completing the print job these settings will remain default till another preset will be used in the future.
    Regards,
    Shlomi
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

Maybe you are looking for

  • IMac randomly wakes up to black screen

    Ok, I suppose the title says it all, but here's more detail. We have a mid-2010 iMac used as a family computer with 5 user accounts. 95% of the time there are only two users logged in (me and my wife). Over the past couple of months we've had a probl

  • MY ITUNES IS NOT WORKING!!!!! HELLLLLPPPPPP!!!!11

    I want to listen to music so i went to my itunes. When i click on the song i want to hear it will appear in the box at the top, but will not play. I have exited out many times and it was working earlier today. I do not understand. Please help me

  • Posting Percentages in planning Web Form

    Hi all, I have a web form where in i have all the percentage accounts. When i type in the value 0.02 it takes in the value as 2%. Is there a way to change the setting in which i can directly type the percentage values as 2%? Thanks in advance!

  • Videos will not load in USA Today webpage in safari

    I have fod this to be the case in several website...in Safari the video will not load...if I switch to Chrome....the vieos load with out any issues...

  • Premiere Pro CC to Premiere Pro CS  6

    Hi there, Are Premiere Pro CC files compatible with CS6; Will everything work in CS 6 with files created in CC? Thanks for the advice. Cheers