Help with column aligning

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Help with column aligning

    Hi Forum,

    Can somebody please help me with advice regarding my website page that seems
    to have a problem with the left hand side column which in turn is causing the
    text to be aligned far right. I want to be able to fix it online via HTML
    rather than having to redo the whole page again in Dreamweaver. The page is:
    [url]http://www.joematera.com/DoubleVision.html[/url]

    I'd appreciate your advice on how to proceed.

    kind regards,
    Joe

    simpleplan Guest

  2. Similar Questions and Discussions

    1. ID CS 2 Aligning type to the top
      G4 iBook, OS 10.4.7, InDesign CS2 version 4.0.3 I'm afraid I don't know the right terminology for what I want to do, but I'm hoping someone can...
    2. aligning text
      I want to align text so that several lines are centered properly. The alignment icon on the toolbar is not activated. How can I align this text...
    3. Aligning DataGrid
      hi all, I have a datagrid in my application. If i bind some data source to that datagrid, its working fine for Internet explorer. If i'm using...
    4. Aligning
      I am trying to align lines in a diagonal way. I create one line then duplicate it a few times, I offset the bottom line to the left and then select...
    5. Datagrid: aligning a template column
      Hi, Is it possible to align a template column? Tried align, textalign and itemstyle (but I think that one is for the whole grid?), and nothing...
  3. #2

    Default Re: Help with column aligning

    Is there anybody here who can help me with my question?
    simpleplan Guest

  4. #3

    Default Re: Help with column aligning

    Did you get it fixed? The page seems to display fine to me, unless I'm not understanding the problem correctly.
    rilkesf Guest

  5. #4

    Default Re: Help with column aligning

    Not fixed, take a closer look, the text on the page isn't aligned correctly, it seesm to be "a column" problem on the left...


    simpleplan Guest

  6. #5

    Default Re: Help with column aligning

    I think you're problem is on line 14: <td valign="top" align="right"
    width="287" bgcolor="#000000" rowspan="3"> notice in the 'align' portion it
    says 'right'. Simply change that to center or whatever you want it to be, and
    Viola. Hope that helps bud.

    withhisstripes Guest

  7. #6

    Default Re: Help with column aligning

    withhisstripes,

    I did that but nothing changed or worked???


    simpleplan Guest

  8. #7

    Default Re: Help with column aligning

    Try deleting the <td> with the "spacer.gif" on line 36-37.
    After that put line 50 between a <blockquote> </blockquote> set of tags.
    After get line 50 between the blockquate tags go ahead and the <p
    align="center"> to <p align="left>.

    That only adjusts the first paragraph, but I thought maybe you could just try
    that to see if it was what you were looking for.

    Good Luck, I hope I could help!

    bro_ton Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139