Announcement

Collapse
No announcement yet.

Links at page top

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

    Links at page top

    When I open my site in dreamweaver it changes the border around the page links eg the [Home|Links|Product|Login] bit at the top of page to a thick border.
    I dont have to edit anything for this to happen it does it merely by viewing the page in dreamweaver. My site currently has (Damn - Too late, its changed it to thick!!) a thin line above and below the links and I dont want to lose this but once opened in Dreamweaver I cant find out how to change it back, any ideas.

    thanks in advance
    MJ

    www.OneStopSafetyShop.co.uk

    #2
    Hi there

    Just need to know a couple of information, when you saying you are opening your site in dreamweaver, how are you doing this?

    By opening Act_Primary.html or opening the index.html page in the sitehtml folder?

    Please could you advise on this.

    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment


      #3
      It was by opening the template, I corrected it by recovering my backup and it happened again when I opened it in notepad so I am not sure what is going on here. I need to change it back to the thin lines but just can't see where this setting is.

      Many thanks

      MJ

      Comment


        #4
        Hi there

        I would suggest in opening your Act_BrochurePrimary.html and Act_Primary.html in notepad and find the following line before and after NETQUOTEVAR:SIMPLESEARCH:


        Code:
            <td colspan="3" bgcolor="NETQUOTEVAR:PALCOLOR2CSS"> 
              <img src="shim.gif" height="1">
            </td>
        Change this to be on one line

        Code:
        <td colspan="3" bgcolor="NETQUOTEVAR:PALCOLOR2CSS"><img src="shim.gif" height="1"></td>
        This should cure your problem. Some browser may display different due to spaces being there, so putting it on one line should fix this.

        Kind Regards
        Nadeem Rasool
        SellerDeck Development

        Comment


          #5
          Nadeem,

          Thanks for the reply now sorted, it was as you said.
          MJ

          Comment

          Working...
          X