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

  1. #1

    Default Repeating & Fitting

    Hi there I would like help with my site, im a noobie with dreamweaver although
    i have seen a few tutorials here is an image of a preview of my site and a
    screenshot of how i sliced my layout

    [url]http://img301.imageshack.us/my.php?image=dsscrnshot9vz.jpg[/url]

    [url]http://img301.imageshack.us/my.php?image=slicescrnshot2xm.jpg[/url]

    What i would like help with is to have the bottom bit reapeat, so that it
    fills the whole page horizonatlly in all resolutions and if possible a footer

    [url]http://electropie.co.uk/indexx.php[/url]

    somthing like this: this site has a repeating horizontal background and a
    footer.

    I would be very greatefull for any help :)

    also i am working in design view with dreamweaver 8 :)

    sa4van Guest

  2. Similar Questions and Discussions

    1. Fitting a character on a small button
      I have been trying to make a (supposedly) simple control. The control is nothing more than a control used to select integers, I was planning on...
    2. Fitting a swf to all browser?s size
      Hi, At (http://www.magwerk.com/mag.php?magazine=encore&language=en) we have a big swf that appers ok in 17? browsers or 15? as well. How to do...
    3. Fitting Flash While Keeping Scale
      Hey guys, What I would like to find out how to do is get my .swf file to expand so that it fills an entire frame in Dreamweaver while keeping its...
    4. Help! Flash SWF not fitting.
      Using Flash MX & DW MX, I have created and sliced an image for a website with exact dimensions, I sliced the image out of my raw graphics file and...
    5. fitting large amounts of data onto CDs
      if one has a fairly large (perhaps a gig or two) tree of source, etc. that needs to go onto a cd, is there a common trick/tool/etc. for dividing...
  3. #2

    Default Re: Repeating & Fitting

    try this

    <body background="in.gif" style="background-repeat:repeat">

    where in.gif is the background image, create the two borders of your page as
    a gif and use as a background image for the page. It should work.

    laksinu Guest

  4. #3

    Default Re: Repeating & Fitting

    Why declare the default behavior?

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "laksinu" <laksinu@laksinu.com> wrote in message
    news:dma3e7$hdr$1@forums.macromedia.com...
    > try this
    >
    > <body background="in.gif" style="background-repeat:repeat">
    >
    > where in.gif is the background image, create the two borders of your page
    > as
    > a gif and use as a background image for the page. It should work.
    >

    Murray *TMM* Guest

  5. #4

    Default Re: Repeating & Fitting

    i tried what you told me to do, i changes the design of the layout a little
    here is the slices and the viewing in firefox, still doesnt touch the bottom,

    [url]http://img422.imageshack.us/img422/8342/dsscrnshot3xt.jpg[/url]

    [url]http://img422.imageshack.us/img422/1129/macromediacuts6ij.jpg[/url]

    here is a bit if coding i used as you said

    <TD COLSPAN=13 background="images/index_23.gif"
    style="background-repeat:repeat">&nbsp;</TD>

    thanks again

    sa4van 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