Announcement

Collapse
No announcement yet.

Index page alignment help needed

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Index page alignment help needed

    Hi All,
    attached is my index.html page. The left and right alignment is fine as it needs to be set to fit between my borders. The problem i'm having is the space between the descriptions and prices. On the the last row of products the spacing between the description and prices isn't to bad but having the price directly under the description would be better. No matter what i do i can't seem to remove the gap. Could one of you HTML Gurus please, please change it for me or tell me how to change it.

    Cheers,

    Mitch
    Attached Files
    Jacys Computer Supplies
    Web: http://www.jacyscomputers.com.au
    email: sales@jacyscomputers.com.au

    #2
    There is a <br> at the beginning of Act_ProductPrice.html so that may be the one that is causing you the difficulties.

    Comment


      #3
      Hi Chris,
      Thanks for replying. All of my index page has been created manually/independant from Actinic - no fragments etc so why would i need to change the <br> at the beginning of Act_ProductPrice.html?

      Cheers,

      Mitch
      Jacys Computer Supplies
      Web: http://www.jacyscomputers.com.au
      email: sales@jacyscomputers.com.au

      Comment


        #4
        Oops - thought it was an Actinic page.

        Having opened up your code in Dreamweaver I can see yuu have three problems:

        1) The height of the cells containing the descriptions are all set to 185 pixels. Generally the content of the cells does not go to the bottom of the cells so you are left with a gap.

        2) The majority of your descriptions end with one or more <br> tags, which will create a gap. ALso, I noticed your N-Gage Tomb Raider game description is within <p> tags, which can sometimes cause gaps.

        3) Underneath each description is content similar to the following: <font color="#0000FF" size="3">
        <a TARGET="_self" href="http://www.jacyscomputers.com.au/acatalog/Roll_O_Notes.html" style="text-decoration: none"> </a>
        </font>
        This will need to be stripped out as it is not doing anything apart from causing a gap.

        Comment

        Working...
        X