Announcement

Collapse
No announcement yet.

Warning box too wide

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

    #16
    You should cater for a 1024 screen nowadays IMO. Either centre it on the screen (actually about 970-980 wide) or fill a 1024 screen (actually 1001 wide). There are some that like fluid too, i don't personally as screen sizes are too flexible at the moment.

    Suffice to say, whatever you do, you will find very few people, if any at all designing ecommerce sites for 800 wide screens nowadays. Which is also a plus as it gives you more space and more importantly 'white space' instead of a website that looks like a can of sardines.

    Comment


      #17
      If anybody else is trying to solve this problem then the width can be changed by editing the 'ActinicConstants.pm' file. Change the width from 550 to your required size as below.


      $::ERROR_FORMAT = "<TABLE CELLPADDING=\"10\" WIDTH=\"550\" BORDER=\"1\"
      BGCOLOR=\"$$::g_pSetupBlob{FORM_BACKGROUND_COLOR}\">" .
      "<TR><TD><BIG>%s</BIG></TD></TR></TABLE><P><HR>";

      Comment


        #18
        Hi i was wondering if someone could help me with this, I have been trying for ages but cant figure it out! How do i change the backgroung colour?

        Currently its using this color code - #FF9933 and i cant find where its pulling it from...


        This is what i have in ActinicConstants.pm

        $::ERROR_FORMAT = "<TABLE CELLPADDING=\"10\" WIDTH=\"550\" BORDER=\"1\" BGCOLOR=\"$$::g_pSetupBlob{FORM_BACKGROUND_COLOR}\">" .
        "<TR><TD><BIG>%s</BIG></TD></TR></TABLE><P><HR>";


        And this is what i have in Design - Html:

        <table cellpadding="10" width="550" border="0" bgcolor="%s"><tr><td>%s

        Comment


          #19
          One thread not enough BS?

          http://community.actinic.com/showthr...248#post220248
          Bill
          www.egyptianwonders.co.uk
          Text directoryWorldwide Actinic(TM) shops
          BC Ness Solutions Support services, custom software
          Registered Microsoft™ Partner (ISV)
          VoIP UK: 0131 208 0605
          Located: Alexandria, EGYPT

          Comment

          Working...
          X