Announcement

Collapse
No announcement yet.

sections not in a line

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

    sections not in a line

    Hi

    All my sections here
    http://www.islandentertainmentsonlin...ancydress.html

    seem to be all out of line, same problem on other sections.
    how can i put them all back in a line ?

    Thanks

    Paul

    #2
    You've right justified the Breadcrumb (Fancy Dress Fancy Dress Costumes And Accessories Mens & Ladies Main Costume Selection Mens Fancy Dress Costumes) line using a <DIV align=right> (probably in Act_SectionLine.html) and have no closing </DIV>, thus are right justifying the rest of the page.

    Also, continuing the theme of your Actinic being hopelessly corrupted you are generating those GIF's with invalid HTML in them. E.g.
    Code:
    <IMG 
                            alt="Mens General Costumes" 
                            src="Daydreamers Fancy Dress Mens Fancy Dress Costumes_files/prisoner_running_md_clr.gif" 
                            align=absMiddle border=0 NETQUOTEVAR:IMAGEWIDTH 
                            NETQUOTEVAR:IMAGEHEIGHT>
    You should have numbers for those widths and height.

    Check that Act_SectionNavImage.html isn't corrupt. It should be
    Code:
    <!-- SectionNavImage HTML begin -->
    <IMG SRC="NETQUOTEVAR:IMAGEFILE"
    	  ALT="NETQUOTEVAR:ALTERNATETEXT"
    	  BORDER=0
    	  NETQUOTEVAR:IMAGEHEIGHT
    	  NETQUOTEVAR:IMAGEWIDTH
    	  NETQUOTEVAR:OTHERIMAGEMARKUP
    	  ALIGN="ABSMIDDLE">
    <!-- SectionNavImage HTML end -->
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      Hi Norman
      sorry dont understand the top bit how do i solve the problem of putting them back in line.

      Yes all seems to be corrupt but working?

      Paul

      Comment


        #4
        Hi Norman
        where can i find the Act-Section line i can find other things but not that

        Thnaks

        Paul

        Comment


          #5
          As I mentioned in one of your 16 other threads it's too risky to tinker with this hopelessly corrupted site. I've done enough. Out.
          Norman - www.drillpine.biz
          Edinburgh, U K / Bitez, Turkey

          Comment


            #6
            Hi Norman

            ALIGN="ABSMIDDLE">

            this code is missing from mine, shall i add it?

            Regards
            Paul

            Comment


              #7
              See above.
              Norman - www.drillpine.biz
              Edinburgh, U K / Bitez, Turkey

              Comment

              Working...
              X