Aligning Text next to Table in Dreamweaver CS4- Need Help

Hello,
I have created a table that will hold photos (1 Column). Just to the right of the table I want to add text (centered) next to each cell (row).  So far I have had no luck figuring it out.
Can anyone assist me?
Thanks,
Stacey Mobley

I firgured it out.  I just added a column next to it and this allowed me to align the text anyway I wanted.
Thanks,
Stacey

Similar Messages

  • Errors in Dreamweaver CS4 need help

    Just yesterday I started getting the following error when trying to open Recordsets:
    While executing onLoad in ServerBeh-ASPVbs-SimpRS.htm, the following JavaScript error(s) occured:
    At line 271 of file "C:\Program Files\Adobe\Adobe Dreamweaver CS4\Configuration\Commands\ServerBeh-ASPVbs-SimpRS.js: type has no properties
    What I have done so far:
    1. renamed Configuration folder
    2. Drilled down and found the .js file in DW3 and copied it in
    3. Reinstalled DW
    If anyone could shed some light on why all of a sudden this is happening I would greatly appreciate it.

    Just yesterday I started getting the following error when trying to open Recordsets:
    While executing onLoad in ServerBeh-ASPVbs-SimpRS.htm, the following JavaScript error(s) occured:
    At line 271 of file "C:\Program Files\Adobe\Adobe Dreamweaver CS4\Configuration\Commands\ServerBeh-ASPVbs-SimpRS.js: type has no properties
    What I have done so far:
    1. renamed Configuration folder
    2. Drilled down and found the .js file in DW3 and copied it in
    3. Reinstalled DW
    If anyone could shed some light on why all of a sudden this is happening I would greatly appreciate it.
    I sounds like your Recordset code may be corrupted. Try deleting the Recordset and recreating it.
    HTH,
    Randy

  • How to vertically align text in a table in Pages09

    Why cant I do a vertical text alignment to center text in a table cell that has been resized

    Hi tundra,
    In Pages '09, use the Text Tab in Inspector. Select the cell(s) and
    Or
    Regards,
    Ian.

  • How do I move a table in Dreamweaver CS4?

    Hi,
    I am creating my home page in Dreamweaver CS4 and I made a table. I cannot figure out how to move the table up to the top of the page where I want it. Any ideas on how to move a table?
    Thanks,
    ashmic19

    Add this to your CSS code:
    body {margin:0; padding:0}
    And your table code should begin immediately after the <body> tag in your HTML.
    <body>
    <table>
    <tr>
    <td> something here</td>
    </tr>
    </table>
    </body>
    Incidentally, table-based layouts are NOT the best approach.  You might like to take this opportunity to learn how to work with CSS Layouts.  It is the modern web standard.
    From  Tables to CSS Web Design Part 1 -
    http://www.adobe.com/devnet/dreamweaver/articles/table_to_css_pt1.html
    From   Tables to CSS Web Design Part 2 -
    http://www.adobe.com/devnet/dreamweaver/articles/table_to_css_pt2.html
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Scroll bars on tables in dreamweaver CS4

    hi all, please help, have done this before but some evades me now, need to do scroll bars on a table where the content is much longer than the page intended, please assist am using adobe dreamweaver CS4, would greatly appreciate, urgent

    I think you would be much better off if you posted your question in the appropriate Dreamweaver forum, which you may find here:
    http://forums.adobe.com/community/dreamweaver
    This forum is only for discussing the forums themselves.

  • Dreamweaver CS4 link help................

    I recently built a site on Dreamweaver CS4.  Here is the basic layout of what i did.  My site is based off of a template, i have set it up using both a spry menu bar (vertical) and using a image based nav bar (not at the same time, but tried both in my efforts to get rid of my problem).  I have run into the same issue with both nav options.  I linked all of my pages together and everything worked fine, until i decided to add a couple of extra pages and change a few things on the site.  when i try linking to these pages from the nav bar the links will not work.  The only links that will work are the original ones i set up.  Hope somone can help............
    Thank You

    shane,
    here is the code,  it is actually a hyperlink that is not working
    <div align="left">
          <h2 align="center"><u>Demand Industrial Packing</u></h2>
          <p><a href="packing_graph.html">Graphite</a><a href="packing_graph.html"></a></p>
          <p align="center"> </p>
          <p align="center"><a href="packing_ptfe.html">PTFE</a></p>
          <p> </p>
          <h2 align="center"> </h2>
          <p> </p>
        </div>
    thank you,
    jesse

  • From Bridge cs4 to Flas cs4 to dreamweaver cs4.  Help please

    Hello all in thank you for any help.
    I have Mac os x 10.5.7
    here is my prblem.
    I created a web gallery in bridge cs4   ( great I got that).
    now I open it with flash cs4.
    Now I like to go with the gallery to dreamweaver cs4 (8) or (9) last one
    Any help how I can do it?
    I like to open it with a new page, on dreamweaver, I did it in the passed, but I'm getting old and I forget how to
    Thank You
    Genaro

    This is the forum to talk about the forums, not about individual software
    I think you need the Dreamweaver forum http://forums.adobe.com/community/dreamweaver

  • Scroll bars within tables in dreamweaver cs4

    please assist am trying to create scroll bars for content to be placed inside a table, the content i have is to long for page lenght, am using dreamweaver CS4

    omedia.co.za wrote:
    hi, osgood, thank for reply, i am novice and sorry but i still am not clear on what you mean, could you please explain in detail how to go about doing these scroll bars, greatly apprciate your time. :-/
    Hummm........ not sure how much clearer I can explain it to be honest.
    In your page where you need the scroll area to appear insert your mouse cursor.
    Then switch to code view. You should see your cursor flashing between two <td> | </td> tags, (the table cell)
    Where the cursor is flashing type in:
    <div id="scroller"></div>
    Then insert all the content that you need to scroll into the 'scroller' <div>
    <div id="scroller">Your scrolling content to be inserted here</div>
    Next copy the css below and paste it into the head section of your page directly before the closing </head> tag near the top of our page.
    <style type="text/css">
    #scroller {
    width: 300px;
    height: 200px;
    overflow: auto;
    </style>
    Change the width and height to whatever suits your needs.

  • Page Table = 100% (Dreamweaver CS4)

    I have previously used a table 3 rows by 3 columns. The top
    and bottom row are set to specific heights and the middle row is
    set at 100%. If I use Frontpage - The middle row will ALWAYS fill
    the entire screen regardless of size so that the top and bottom
    rows are always at the top and bottom.
    I just switched to dreamweaver and this is no longer
    possible? At least not as far as I can see. If I insert the same
    table, set the same sizes etc, dreamweaver ALWAYS ignores the
    middle row being 100% and it only gets set to the actual content of
    the middle row?
    Is there any way in dreamweaver to get that middle row to
    100%?

    http://www.apptools.com/examples/tableheight.php
    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
    ==================
    "Steve_Staves" <[email protected]> wrote in
    message
    news:gfcel6$907$[email protected]..
    >I have previously used a table 3 rows by 3 columns. The
    top and bottom row
    >are
    > set to specific heights and the middle row is set at
    100%. If I use
    > Frontpage
    > - The middle row will ALWAYS fill the entire screen
    regardless of size so
    > that
    > the top and bottom rows are always at the top and
    bottom.
    >
    > I just switched to dreamweaver and this is no longer
    possible? At least
    > not
    > as far as I can see. If I insert the same table, set the
    same sizes etc,
    > dreamweaver ALWAYS ignores the middle row being 100% and
    it only gets set
    > to
    > the actual content of the middle row?
    >
    > Is there any way in dreamweaver to get that middle row
    to 100%?
    >

  • Is it possible to move text inside an image in dreamweaver cs4?

    Hello, on a site I'm working on, I want a consistant background logo. I already have my heading, and I just want to move the heading text into the image. Is there any way to do this?
    A quick response would be great.
    -Dimitri

    There are a few ways to do it, without seeing a link to your page, it's hard to give you exactly what you need, but you can turn the logo into a background image of a <div> then use standard html text to write over the top of it. Something like this...
    In your css, add...
    #logo {
         background-image:url(yourimage.jpg);
    Then in your html, add...
    <div id="logo>Your text here</div>

  • How to align the spry menu pannel in dreamweaver cs4

    Can someone tell me how to align the spry menu pannel either left, center, are right in a div tag? I'm talking the whole pannel I have within a div tag.
    Thanks

    Defaults to left align
    To center ul.MenuBarHorizontal{margin: 0 auto; width: 32em;} addjusting the width to suit.
    To align right ul.MenuBarHorizontal {float: right; width: 32em;} addjusting the width to suit.

  • New to Dreamweaver and need help with menu alignment in IE

    Hi l,
    I am new to Dreamweaver, in fact this is my first ever website / question...
    I have just produced this site for a friend
    http://www.grantgibsondesign.com/A_Morrow1/
    I am happy with how everything looks in Firfox etc. however, with Internet Explorer my menu table alignment goes out the window!
    Can anybody suggest a quick fix?
    I produced it in dreamweaver CS3.
    Thanks in advance
    Gibo
    [Subject edited for clarity by moderator]

    I'm in the same boat that why I asked.  I ran it through browsershots too and everything looked fine:
    http://browsershots.org/http://www.grantgibsondesign.com/A_Morrow1/
    Even went back to IE 6.  Which is why I asked for a screenshot. If you can go back to the person who told you about the design flaw ask them for a screenshot.  Otherwise I can't really do much more than shoot in the dark.

  • Creating a table in INDESIGN CS4 - quick help

    Please see the image above.
    How do I make it so that the green box with the word TESTING HEADER be centered and not line up in the same column as as one, two and three?
    Thank You!

    Hightlight the cells for the header and merge them. Create a style to center the heading so you can easily format any other headers in other tables you may have. Make a table style so your tables are easily formatted.
    Mike

  • New to Dreamweaver and need help with fomatting font

    Hi,  I am new to dreamweaver and have been playing with it for a few weeks.  I have Dreamweaver CS5.5 and I am making some detailed html templates for my ebay listings.  I have created my tables, graphics, and colors but I am having trouble with my font formatting.  Everything is looking really good, but there are a few sentences and even just a few phrases that I want to underline but when I add a text decloration and underline, it just underlines the whole area of sentenses not the specific one that I highlited.  I know how to create a h1, h2, h3 etc code and add underline to it, but I don't want to have to format a h1 or h2 tag everything I want to format a little line.  The reason I have been doing this is because It really is  one of the only ways I have been able to figure out how to underline something.  I watched some tutorials which is how I learned this.  I figured out in the properties Panel on bottom of page to click on the CSS rule to create certain codes and such, but I am not sure how to do this.  I tried one thing which was where it says target rule, I clicked new CSS Rule and then in then in the CSS Styles Panel on right side of screen I selected add property which I was then able to do a text decloration and underline, but it underlines many more sentenses than I am wanting or have selected.  Please help so I am able to specifically choose how to underline just a word or two, and even to have just a word or two specifiaclly be a certain font, size or color.  I am able to find ways to make this work on words as a whole, but not individual words or phrases.
    Thanks for any help its really appreciated!
    Rylan

    Bear in mind that an underlined word or phrase on the web means a clickable link to most people.
    So, if you want to draw attention to something on screen, use anything (font size, color etc) except for an underline.
    text-decoration: underline; is only used in CSS for styling clickable links. Not for regular text.
    One option is to use the HTML <span> tag combined with CSS.
    CSS
    .important {
         font-size: 14px;
         color: red;
    <p>This sentence contains a really <span class="important">important</span> word</p>

  • Output alignment in SMARTFORMS Output!!!! Need Help!!!!

    Hi All,
    The requirement is something like this...
    Consider i have an internal table with a fixed text field length of 30 characters!
    Line 1 of internal table: My name is Sundar   - 17 chars
    Line 2 of internal table: and my age is 26      - 16 chars
    Line 3 of internal table: and my native is Madurai  - 24 chars
    Line 4 of internal table: and I live in Singapore      - 23 chars
    Now my requirement is, while generating the output using smart forms... 
    I get the output something like this...
    My name is Sundar
    and my age is 26
    and my native is Madurai
    and I live in Singapore
    I want my output justified..
    Something like...
    My    name     is     Sundar(30 chars)
    and    my   age    is       26(30 chars)
    and  my  native  is Madurai(30 chars)
    and  I  live in       Singapore(30 chars)
    This looks justified and aligned!!!
    I want the output of each line of internal table to use all the 30 defined characters and spread.. irrespective of how many characters are there in each line!!!
    Hope am clear!!!!
    Condense removes all the spaces!!!
    But i want something like i illustrated above.. please help!!!
    Cheers,
    Sundar.

    Hi Sachin,
    Sorry... i've ammended my required output in BOLD!!!
    It is something like the "JUSTIFY" option in Microsoft Word!!!!
    When u type a para... and you press on justify... you'll see the output screen aligned right?
    Something similar!!!
    Thanks!!!!
    The requirement is something like this...
    Consider i have an internal table with a fixed text field length of 30 characters!
    Line 1 of internal table: My name is Sundar - 17 chars
    Line 2 of internal table: and my age is 26 - 16 chars
    Line 3 of internal table: and my native is Madurai - 24 chars
    Line 4 of internal table: and I live in Singapore - 23 chars
    Now my requirement is, while generating the output using smart forms...
    I get the output something like this...
    My name is Sundar
    and my age is 26
    and my native is Madurai
    and I live in Singapore
    I want my output justified..
    Something like...
    My    name     is     Sundar(30 chars)
    and   my    age    is       26(30 chars)
    and my   native is  Madurai(30 chars)
    and   I live    in    Singapore(30 chars)
    This looks justified and aligned!!!
    I want the output of each line of internal table to use all the 30 defined characters and spread.. irrespective of how many characters are there in each line!!!
    Hope am clear!!!!
    Condense removes all the spaces!!!
    But i want something like i illustrated above.. please help!!!
    Cheers,
    Sundar.

Maybe you are looking for

  • Satellite Pro U200 - External VGA monitor does not show any output

    I have bought this device as used from ebay. It is working fine except that the External VGA connection does not work. I am using win 7 and have it does recognize the external display correctly and I can configure it as an extended display. However t

  • How can I import Iphoto license to a new mac ?

    Hi. I recently bought a new MacBook Air (in addition to the current MacBook Pro I have). I want to put my pictures in Iphoto in the new mac but found out I don't have Iphoto in the new machine and in order to get it I need to buy. Is there any way to

  • How to attach the T.CODE to a report created through REPORT PAINTER

    Hi all, Please tell me "<b>How to attach the T.CODE to a report created through REPORT PAINTER".</b>. Please show me the way how to do it as its getting too firing issue !! Awaiting for the early responses !! M.Soni

  • Home Role in Development server not appearing

    Hi Experts,   I found a role called "Home" in my production server and I would like to have the same role in development server as well. I assigned same roles to my user id which availabe in the production server to my user id in development server. 

  • Crashing problem on iMac

    Since no one from Adobe is actually going to address this problem and it's a problem that has significant impacts on my work, I'll ask again. I work on an iMac and use Adobe Acrobat via Creative Cloud. Acrobat crashes on me multiple times a day. Lite