CSS Newbie

I have an existing website to which I'd like to
assign a CSS file. Can I do a global attach in Dreamweaver and not
have to go to each page (file) in the site to assign it?
myGratitude

Is the site a templated one? How many pages are there?
You could always do a site-wide find and replace to find
</head> and replace
it with <link rel="stylesheet" type="text/css"
href="whatever.css"></head>.
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com
- Template Triage!
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
==================
"RobtAR" <[email protected]> wrote in
message
news:e9lpid$at8$[email protected]..
>
I have an existing website to which I'd like to
assign a
> CSS file. Can I do a global attach in Dreamweaver and
not have to go to
> each page (file) in the site to assign it? myGratitude

Similar Messages

  • 3 Column CSS Newbie

    Hi all,
    I have a website that uses table. I am trying to setup a template in CSS so I can convert over from table format.  Below is my my css and html. I have 3 questions.
    1) How do I make it so all three columns stay the same height or expand to be the height of the longest?
    2) The text, if long enough, in each column will flow into the other columns/divs.  How do I make the text wrap and stay in the proper div?
    3) It appears that I have a gap between column 3 (right column) and the footer.  Do I have something set making this happen (I don't want a gap).
    I have the float clear indicated in my footer css.  I don't know if that is the proper place to have it (don't know much about clearing floats) or if that is causing some of my problems.
    Thanks in advance....Chris
    CSS:
    <style type="text/css">
    <!--
    #wrapper {
    background-color: #006;
    width: 100%;
    #wrapper2 {
    width: 80%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    background-color: #CCC;
    #footer {
    width: 100%;
    background-color: #06F;
    clear: both;
    #topbar {
    background-color: #903;
    #left_column {
    background-color: #FFF;
    float: left;
    width: 20%;
    text-align: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    height: auto;
    #main_content {
    background-color: #9F3;
    float: left;
    width: 60%;
    #right_column {
    background-color: #66C;
    float: left;
    width: 20%;
    #topheader {
    background-color: #06C;
    -->
    </style>
    HTML:
    <body>
    <div id="wrapper">
    <div id="topbar">Search Bar/Links/Contact Us/ Date</div>
    <div id="wrapper2">
    <div>Logo Goes Here</div><div>SWF Goes Here</div>
    <div>navigation bar goes here</div>
    <div id="left_column">
      <p>Left Column</p>
    </div>
    <div id="main_content">
      <p>Main Content</p>
    </div>
    <div id="right_column">
      <p>Right Column</p>
    </div></div>
    <div id="footer">footer</div>
    </div>
    </body>

    Example 3-column CSS layout:
    http://alt-web.com/TEMPLATES/3-col-fixed-layout.shtml
    CSS divisions do not produce equal height columns.  You'll need to trick the eye into thinking they are equal  buy using a repeating background-image that tiles down the page.  This technique is called Faux Columns.
    You can see a crude example here:
    http://alt-web.com/TEMPLATES/3-col-white-gray.html
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • CSS newbie - 8.10 upgrade problem

    I typed the config from our working 11503 7.10 CSS into a new 11503 8.10 CSS. Show Run for each is identical (see attached). When I swap-in the new CSS I get "Page not found" from the VIP, and all the 8.10 CSS will do is bridge me to the real server addresses. What have I missed?
    NB 8.10 CSS has SSL module and license.

    I have seen this kind of things in the past.
    Often it is cable misconnected or arp table of gateways/servers still pointing at the previous CSS even if disconnected.
    So, clear all arp table on gateways and servers.
    Then verify they learn the new CSS mac address correctly.
    Then verify connectivity using ping.
    Then use a browser.
    If it still does not work, capture a sniffer trace in front of the CSS.
    Gilles.

  • HELP EMAIL CSS NEWBIE MELTDOWN

    I am using the link below as reference with the suggested
    “force” for the font size discrepancy in gmail. Nothing
    is working that I have tried. I do not know how to apply the
    suggested “force” to the text.
    The test sample I have included contains reverse type and
    type. I have left the code above the body copy so you can see the
    styles I am using even though this is all stripped by gmail.
    Any insight and instruction would be greatly appreciated.
    Thank you
    http://www.xavierfrenette.com/articles/css-support-in-webmail/
    Gmail
    • Keeps only the HTML between the <body> and
    </body> tags. Discards the rest.
    • Removes any <style> element and its content,
    even if it's within the <body> element.
    • Removes any <link> element.
    • The font size is bigger in <table> elements, so
    you'll probably have to force it with: <table
    style="font-size:/*your size*/;"><!-- table content
    --></table>
    This is the link to the test sample
    http://64.224.200.235/www/RYTEST.html

    I am using the link below as reference with the suggested
    “force” for the font size discrepancy in gmail. Nothing
    is working that I have tried. I do not know how to apply the
    suggested “force” to the text.
    The test sample I have included contains reverse type and
    type. I have left the code above the body copy so you can see the
    styles I am using even though this is all stripped by gmail.
    Any insight and instruction would be greatly appreciated.
    Thank you
    http://www.xavierfrenette.com/articles/css-support-in-webmail/
    Gmail
    • Keeps only the HTML between the <body> and
    </body> tags. Discards the rest.
    • Removes any <style> element and its content,
    even if it's within the <body> element.
    • Removes any <link> element.
    • The font size is bigger in <table> elements, so
    you'll probably have to force it with: <table
    style="font-size:/*your size*/;"><!-- table content
    --></table>
    This is the link to the test sample
    http://64.224.200.235/www/RYTEST.html

  • CSS Newbie - Modules required for One-Legged topology

    Hi all,
    I'm looking to setup a system to load balance 12 http web application servers which talk to a backend database cluster. The servers are connected to top of rack 4948 switches which are dual homed to a pair of 6500 chassis for resilience.
    Looking through the application networking pages on CSS's I think that a one-legged pair of CSS11503 switches (possibly in an Active-Active standby mode) connected one to each of the 6500's should do the trick. My question is does this sound sensible and would I need any other module in the CSS11503 other than the SCM?
    Thanks in advance,
    Zac

    Zac,
    be aware that the CSS is splitting the traffic accross all the modules [no matter where the traffic came in]. So the more modules you have, the more connections the CSS can handle.
    For this purpose we sell SAM module that have no interfaces and their only purpose is to perform loadbalancing decision.
    Also, regarding one-armed solution.
    At first glance it is easy deploy.
    However, the CSS is a stateful device, so it requires to see for a single connection all the packets from the client and all the packets from the server.
    In a one-armed scenario, this is not automatic. You need to set the CSS to be the default gateway of the server, or use client nat or policy routing.
    If you go for client nat, the servers will see connections from one ip address only and you won't be able to perform stats about the clients.
    Gilles.

  • Config Info - CSS Newbie

    I can't figure out why this isn't working...it is basic config, and I am eventually trying to to back-end SSL termination. Need basic connectivity first though. If anyone can assist that would be great.
    thanks in advance!
    CSS11501# term len 0
    CSS11501# sh run
    !Generated on 01/15/2007 20:38:54
    !Active version: sg0810106
    configure
    !*************************** GLOBAL ***************************
    !************************* INTERFACE *************************
    interface e1
    phy 100Mbits-FD
    description "SCTREC02"
    bridge vlan 55
    interface e2
    phy 100Mbits-FD
    description "SCTREC02-9/11"
    bridge vlan 255
    !************************** CIRCUIT **************************
    circuit VLAN55
    ip address 161.19.55.5 255.255.255.192
    ip virtual-router 55
    ip virtual-router 150 priority 105 preempt
    ip redundant-interface 55 161.19.55.4
    ip redundant-vip 150 161.19.55.8
    circuit VLAN255
    ip address 161.19.55.66 255.255.255.192
    ip virtual-router 255
    ip redundant-interface 255 161.19.55.65
    !*********************** SSL PROXY LIST ***********************
    ssl-proxy-list SSL-PROXY
    ssl-server 1
    ssl-server 1 vip address 161.19.55.8
    ssl-server 1 cipher rsa-with-rc4-128-md5 161.19.55.8 443
    ssl-server 1 unclean-shutdown
    ssl-server 1 ssl-queue-delay 0
    backend-server 20
    backend-server 20 ip address 161.19.55.75
    backend-server 20 port 443
    backend-server 20 cipher rsa-with-rc4-128-md5
    backend-server 10
    backend-server 10 ip address 161.19.55.74
    backend-server 10 port 443
    backend-server 10 cipher rsa-with-rc4-128-md5
    !************************** SERVICE **************************
    service sctam103:1-1
    ip address 161.19.55.74
    protocol tcp
    port 443
    keepalive type tcp
    keepalive tcp-close fin
    keepalive port 443
    active
    service sctam104:1-1
    ip address 161.19.55.75
    protocol tcp
    port 443
    keepalive type tcp
    keepalive tcp-close fin
    keepalive port 443
    active
    !*************************** OWNER ***************************
    owner AMLDAP
    content services-sys:ssl
    vip address 161.19.55.8
    protocol tcp
    port 443
    add service sctam103:1-1
    add service sctam104:1-1
    active
    CSS11501#

    try setup a group -
    group
    add destination service sctam103:1-1
    add destination service sctam104:1-1
    vip address 161.19.55.8
    active
    I had to add this in the first time I used the CSS models as the return HTTP traffic was coming back with the real server IP rather than the VIP IP. You should run an ethereal trace to see what responses you are getting.

  • Can this be done with CSS (newbie?)

    Is there a simple way to make a page as follows:
    Main area 720px by 480px and centered on the screen
    In the main area 4 areas (divs) for content (2 rows of 2
    coumns)
    First row Left hand Content 120px by 240px. Right hand
    content 600px by
    240px.
    Second row Left hand Content 120px by 240px. Right hand
    content 600px by
    240px.
    hope this makes sense
    Thanks

    Can it be done without the use of tables?
    "Murray *ACE*" <[email protected]> wrote
    in message
    news:eq5kou$ipp$[email protected]..
    > Use a centering table, with a fixed width of 720px.
    >
    > --
    > Murray --- ICQ 71997575
    > Adobe Community Expert
    > (If you *MUST* email me, don't LAUGH when you do so!)
    > ==================
    >
    http://www.dreamweavermx-templates.com
    - Template Triage!
    >
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    > ==================
    >
    >
    > "BW" <[email protected]> wrote in message
    > news:eq5i9k$g65$[email protected]..
    >> Is there a simple way to make a page as follows:
    >>
    >> Main area 720px by 480px and centered on the screen
    >>
    >> In the main area 4 areas (divs) for content (2 rows
    of 2 coumns)
    >>
    >> First row Left hand Content 120px by 240px. Right
    hand content 600px by
    >> 240px.
    >>
    >> Second row Left hand Content 120px by 240px. Right
    hand content 600px by
    >> 240px.
    >>
    >> hope this makes sense
    >>
    >> Thanks
    >>
    >
    >

  • Help w/CSS Keepalive for Exchange Outlook Web

    Hi,
    We're CSS newbies here, need some suggestions in terms of best keepalive methods for Exchange Outlook over Web. We currently have couple exchange web servers behind a CSS 11503, We need to monitor the health of the services beyond port 80 and 443, perhaps at https page level - "https://vip address/exchange/logon.asp"
    Thanks in advance for the help,
    Howard

    Howard,
    there is currently no way to do an HTTPS keepalive.
    The reason is the CSS can't do ssl.
    Only the ssl module can.
    So, you will have to limit the keepalive to TCP.
    For the port 80, you can create an http keepalive.
    Use the command 'keepalive type [tcp|http]' inside the service configuration to select your keepalive.
    IF chosing http, you need to provide a url with the command 'keepalive uri "url"'
    Regards,
    Gilles.

  • Get image information w/o BridgeTalk

    I was just wondering if there were any other options for getting information about an image (dimensions, mode, etc) within bridge? The way I am doing it now is sending a script to Photoshop via BridgeTalk that opens the file and returns the data I want, however this is quite a slow process because I am working with some large files.
    Can anything be gathered about an image (besides metadata) from within bridge alone?

    If you have a development budget, perhaps an automated
    solution like this
    would be suitable:
    http://www.projectseven.com/products/galleries/ssm/ssm_03.htm
    Al Sparber - PVII
    http://www.projectseven.com
    Extending Dreamweaver - Nav Systems | Galleries | Widgets
    Authors: "42nd Street: Mastering the Art of CSS Design"
    "mr.indie" <[email protected]> wrote in
    message
    news:frq2bm$8gp$[email protected]..
    > Hello all,
    >
    > I need to create a portfolio of illustrations. I want to
    have thumbail
    > images
    > on the side with a main area to the right. When you roll
    over a thumbnail
    > it
    > changes color, when you click the thumbnail the
    corresponding larger image
    > appears in the main area.
    >
    > The question: Can I do this without frames? I hate
    frames. I can build a
    > basic
    > web page using old-school tables, and I've used frames
    successfully in the
    > past, but I can't get the total design for this current
    project to work
    > right
    > (in IE) and right now it's the frames that are killing
    me.
    >
    > Is there a CSS solution? Other than fonts I'm a CSS
    newbie. I need to get
    > this
    > site up soon and am willing to have a temporary solution
    for starters and
    > learn
    > whatever I have to to update it properly in the coming
    months.
    >
    > Thanks much.
    >

  • Tableview  rendering changes with SP50

    Hi,
    last week we upgraded from SP47 to SP50 and noticed some  changes in the tableview rendering. Take a look at these screenshots (demo application SBSPEXT_HTMLB):
    https://weblogs.sdn.sap.com/weblogs/images/32510/sp47.jpg
    https://weblogs.sdn.sap.com/weblogs/images/32510/sp50.jpg
    You can see that with SP50 cells which are filled by the iterator (the trash bin image, the disabled button) do not get a padding-left value anymore. This makes a huge difference when you display a large table.
    I am not sure if this is intended by the SAP but I want the old padding back. I already tried to use the p_style parameter but was not successful (I am a css newbie). Has anybody an idea how to do it?
    What I tried so far:
    p_style = 'cellDesign:padding-left:10px'.
    p_style = 'padding-left:10px'.
    regards
    Thomas

    Hi all,
    We've decided to change the coding here, because we had also many, many messages requesting the opposite (no padding for inputfields, ddlbs, ...).
    Therefore, if you return a replacement_bee within the render_cell_start method, the padding will be ignored now.
    But (of course, there's a but) there's one important parameter to overrule the <i>new</i> behavior:
    p_isReadOnly = 'X'.
    Afterwards, the <i>normal readOnly</i> padding will be rendered.
    Hope that helps!
    Best wishes,
    Steffen

  • CSS with OS X newbie problem

    Hi!
    I'm a complete newbie to DW but I've just undertaken a Two
    day intensive on a PC with MX 2004. Got a site going, basic,
    learning CSS. But the way of using this seems to be different in
    windows.. Is this true? On my Mac G5 I am getting a choice of drop
    downCSS. When I go to the drop down menu on advanced I only have a
    choice of 4 styles! a:hover for eg. When i try to type in my own as
    i did on the course I get a pop up "this is not a valid CSS 1
    selector" whereas on the course I could use any html tag and then
    name the file. Can anyone enlighten my stupidity? Any help warmly
    appreciated.

    Try deleting the prefs and saved application state, also be sure you are updated to 12.1.
    A Reminder for Mac Folks upgrading to Yosemite | Barbara's Sort-of-Tech Blog

  • CSS Background Image - Newbie needs help

    Good Afternoon,
    I'm trying to place a background image in the body of my
    page. Pasted below is the code:
    Questions:
    1. When viewed in the browser, only part of the image can be
    viewed, and no vertical scroll bar is available to view the bottom
    portion of it. Is there a setting to toggle such that the entire
    image can be viewed?
    2. As part of the background image, I have text that I want
    to use as hotspots for links to other pages in the site. Do I need
    to place a table or use some other technique to enable use of
    hotspots?
    Thanks from a very Green Newbie.
    Sid

    > 1. When viewed in the browser, only part of the image
    can be viewed, and
    > no
    > vertical scroll bar is available to view the bottom
    portion of it. Is
    > there a
    > setting to toggle such that the entire image can be
    viewed?
    Background images will never force scrollbars.
    > 2. As part of the background image, I have text that I
    want to use as
    > hotspots for links to other pages in the site. Do I need
    to place a table
    > or
    > use some other technique to enable use of hotspots?
    Yes. You cannot put hotspots on background images. Be aware
    that this is
    the worst (well, publishing a page made in Microsoft
    Word/Publisher is the
    worst) way to make a web page.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Sid Childers" <[email protected]> wrote in
    message
    news:eksuka$56i$[email protected]..
    > Good Afternoon,
    >
    > I'm trying to place a background image in the body of my
    page. Pasted
    > below
    > is the code:
    >
    > Questions:
    > 1. When viewed in the browser, only part of the image
    can be viewed, and
    > no
    > vertical scroll bar is available to view the bottom
    portion of it. Is
    > there a
    > setting to toggle such that the entire image can be
    viewed?
    > 2. As part of the background image, I have text that I
    want to use as
    > hotspots for links to other pages in the site. Do I need
    to place a table
    > or
    > use some other technique to enable use of hotspots?
    >
    > Thanks from a very Green Newbie.
    > Sid
    >
    > <style type="text/css">
    > <!--
    > body {
    > background: url(Homepage.jpg) no-repeat;
    > }
    > -->
    > </style>
    >

  • Dreamweaver Newbie making first site.  Trying to figure out this CSS thing...

    This is my first attempt and first site with DW and am having some newbie issues.  The website is www.accuvisionvideo.com.  The site is based on a DW template I picked up from a website.  If you go to the page you will see a menu on the left hand side and the body of the page mostly in the middle.  I am using Studio VII pop menu magic for that menu.  I want to make the thing horizontal, but still keep the side bar area (the photos and such underneath the menu)  However when I make the menu horizontal it removes everything from the left side space and does not give me the option to work in there any more.  How do I place images and text in the left column?  If I am not mistaken its a CSS thing...Also is there anyway to place images anywhere on the page.  Now when I insert an image it seems to have to be either fltlft or fltrt, I can't put multiple images on the same line?   Anyway I know these are noob questions, thank for any help guys.

    GasMaskProductions wrote:
    This is my first attempt and first site with DW and am having some newbie issues.  The website is www.accuvisionvideo.com.  The site is based on a DW template I picked up from a website.  If you go to the page you will see a menu on the left hand side and the body of the page mostly in the middle.  I am using Studio VII pop menu magic for that menu.  I want to make the thing horizontal, but still keep the side bar area (the photos and such underneath the menu)  However when I make the menu horizontal it removes everything from the left side space and does not give me the option to work in there any more.
    The PVII menu will insert into any div on your page.  What you need to do is create a brand new div just below your header div and insert the pvii menu into that div.  This way the new div won't take any styles from any of the current div styles on the page.
    How do I place images and text in the left column?  If I am not mistaken its a CSS thing...Also is there anyway to place images anywhere on the page.  Now when I insert an image it seems to have to be either fltlft or fltrt, I can't put multiple images on the same line?   Anyway I know these are noob questions, thank for any help guys.
    If the images are too wide, they will drop down to the next line (like the images at the bottom of the entry page now.)
    the fltlft and fltrt,are classes, that float and image to the left or to the right, so you can have text surrounding the image.
    Also, for such a simple page you have over 78 errors when you put the page throught he html validator:
    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.accuvisionvideo.com%2F
    The majority of them will certainly need fixing before creating any further pages using a similar layout.
    Just notice this also:
    .style5
                                        font-family :
                                        "Charlemagne Std";
                                        font-size :
                                        xx-large;
                                        color :
                                        #000000;
    That's not a web-safe font, if someone doesn't have that on their system, they will not see that font, they'll be served the default font
    of their browser set.
    More about Web Safe Fonts:
    http://www.ampsoft.net/webdesign-l/WindowsMacFonts.html
    Nadia
    Adobe® Community Expert : Dreamweaver
    http://twitter.com/nadiap
    Unique CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    http://csstemplates.com.au/

  • Newbie needs help comprehending CSS Password Manager functions

    Hello All:
    I own a TP W500 4062-27U running Windows 7 Ultimate.  The computer is trouble-free.
    I am seeking a solution to the following need:  An application that will securely remember my passwords for various websites, etc. and enable me to log in using the fingerprint reader or similar.
    I am aware that Lenovo provides both Fingerprint Reader software and Client Security Solution software, but I don't know whether or not either one (or both) of these applications will provide the functionality I am seeking.  I have spent a fair bit of time looking around the Lenovo website, but cannot find a document that describes (in a general, overview manner) the functionality that CSS provides.
    I don't need to log into VPNs, or company networks, or anything really fancy like that - I just need something that will enable me to log into about 20 different websites, using a different password for each website.  Right now, I'm generally using the same password for every website (that way, I can remember what it is), and as I think you will agree, that is probably not a very good practice so far as security is concerned.
    If anyone could point me towards a document that explains how I can get CSS to do what I want it to do, I would be very grateful.  If CSS does not have the functionality I am seeking, I would very much appreciate a recommendation of software - possibly non-Lenovo - that does provide the functionality I am seeking.
    Thanks very much for your assistance.
    Michael

    Hi PanEuropean2,
    Welcome to Lenovo Forum!
    In regard to your question, Client Security Solution (CSS) should be the right fit for you.
    I have a T410 with Win 7, and have several passwords to remember which is really killing me. However, by using CSS, Fingerprint software and Password Manager, I need to enter all the passwords only once when access a website or a tool, and let it saved in CSS.
    The next time i turn on the machine and open up a website which needs user ID and password, I just need to swipe the fingerprint that I've enrolled, then viola!
    Just take note that after the first swipe of fingerprint, tools or website that are to be accessed later will automatically show the password in the box directly without having to swipe fingerprint again. You just need to click to log in. I"m not sure if this is the experience you're looking for, however, no harm to give it a try.
    Here's the user guide for CSS. It has
    Client Security Solution components
    Client Security Solution installation considerations
    Client Security Solution features
    Hope this helps
    Cheers,
    Cleo
    WW Social Media
    T61, T410, x240, Z500, Flex 14
    Important Note: If you need help, post your question in the forum, and include your system type, model number and OS. Do not post your serial number.
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"!
    Follow @LenovoForums on Twitter!
    How to send a private message? --> Check out this article.
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • Newbie Background issue (CSS + Image on top)

    Hey,
    Okay, so I'm working on this website in Dreamweaver, and I designed this background in Photoshop: http://img101.imageshack.us/img101/453/bg2xa.jpg
    The gradient part of this background I uploaded in my CSS by importing 1px and x-repeat.
    However, now the problem is that I don't know how to add those "wires" on top of my gradient background image. Is this somehow possible? Remember it's a background, so later there will be text etc. put on top.
    Thanks in advance for your help!

    This is the html
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    <link href="style.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id="wrapper"></div>
    </body>
    </html>
    This is the style
    body
    background-image:url(images/bck.jpg);   
    background-repeat:repeat-x;
    background-color:#5c5c5c;
    margin:0px;
    padding:0px;
    #wrapper
    width:1024px;
    height:768px;
    background-image:url(images/test.jpg);
    margin-left:auto;
    margin-right:auto;
    You create a wrapper and add you big image as the background (test.jpg). I have given it a height for illustration purposes. then your 1 px image use in your body as i think you were already doing.

Maybe you are looking for

  • Automating the Update Management Controller action from the SCCM console

    After successfully provisioning over 2,000 PCs for SCCM OOB management through the in-band approach, we now have a requirement to change the current settings which can be initiated against specific computer objects from the SCCM console. Is there any

  • Complex Group by Query with Example

    Hi all, I am re-posting with a better example. Pls someone help me to solve this below query. Below table have 15 rows FACILITY_TYPE                  CONTACT_TYPE1               POI Auto Service and Maintainance  Email                        53 Auto

  • Money refund my sons order

    my son order some game without parents permissoin. we want to refund them.

  • Sorta OT: Best font management solution(s) ?

    Hey all, Well, after 15 years of generally neglecting getting my fonts organized and ending up with them strewn all over multiple drives, I'm looking to pick up the slack. Years ago I used Suitcase at work, but haven't touched it since I can remember

  • HT2479 how to not stretch the videos from a iphone

    okay so i filmed a video on my iphone and then uplaoded it on to my computer i then wanted to edit in in imovie but when i did the videos were all streached out how do i fix that?