Add Classification Banner to CSV

Is there anyway to add a classification banner to a CSV file? I've tried:
select 'Proprietary Information' from dual
union
select * from emp;
It just throws an error.
Does anyone have an idea?

In a UNION statement you have to have the same number of columns/expressions in each SELECT clause. Try:
SELECT 1, NULL, NULL, 'Proprietary Information', NULL, NULL, NULL,NULL,null FROM dual
union
SELECT 2, empno, ename, job, mgr, hiredate, sal, comm, deptno FROM emp
ORDER BY 1;
Mike

Similar Messages

  • Classification Banner

    I need to add a classification banner to the bottom of the portal page after login. Does anyone know what file I need to edit?
    Thanx

    This depends on what container you are using for your portal desktop. Look in the templates directory (/var/opt/SUNWportal/portals/<portal_id>/desktop/<desktop_type>/<container_name>/footer.jsp
    This directory name depends on the portal id, desktop type, and top-level container that you have chosen for your layout.
    - Jim

  • How do I add a banner on my iweb page

    I have a website published thru iWeb and an FTP server... I'm trying to add a banner for which I do not have a swf file. Here is the banner:
    http://files.slamcom.com/Ricard/Banner-560x120-Boule-NYC.8.html
    How can I add the banner on my site? I tried just copying the source code but it didn't work. Do I have to change the code?

    There are copyright issues when you use someone else's banner. Other than that use iFrame code and the URL you posted. You can find out more about iFrame and HTML snippets at http://web.mac.com/catucker/InsideOutside/iFrame.html.
    OT

  • How to add classification view using BAPI_MATERIAL_SAVEDATA

    Hi,
    Please any one let me know how to add classification view using BAPI_MATERIAL_SAVEDATA to the material master.
    Thanks,
    shekar

    We use this bapi on a regular basis as well as classification of materials.  We have success doing this in 2 steps.  First step is to save the material using BAPI_MATERIAL_SAVEDATA, second step is to save classification using BAPI_OBJCL_CHANGE  (this can be used for both create and change)  Also look at Function Group CLBPA .   there are several bapi's in that group dealing with object classification, including the one I mentioned..

  • How to add delimiters to the csv output sent to outlook?

    Hi, our application server 10.1.2 host oracle reports, we need to send the csv output of the oracle reports to the emails of clients, we can send in format = 'ascii' but delimiter such as double quote("), comma(,) can not be added.

    Hi Chaitanya,
    As we include key figure sets in column of report writer report. First you need to create required Key figure set for your table/structure using T-code GS01.
    Go to GR32; give Library name and your reportu2019s name, Click on u2018Columnu2019 button of application toolbar.
    You will get the list of column sets, to add new column sets click on + icon (Insert       row) displayed in same screen.
    Save the report.
    Generate related report group and execute it .
    Let me know if you need any more details.
    Regards,
    Dinesh Tiwari

  • Script Add bulk user with CSV, and set expiration date

    After importing the AD module, the line:
    Set-ADAccountExpiration -identity JohnDoe -timespan "365"
    Works just fine, but how would you automate this with a script that would read a csv-file. The -identity cmd dosen't seem to like my $SAM setup. Perhaps it's a better way to get-aduser and pipe it to set-accountexpiration. Is there a swift way to add the
    expire date to the user I just created with my CSV-file?
    Thanks!

    Thank You!
    You're very welcome.
    -AccountExpirationDate parameter of New-ADUser only seem to work with -DateTime, a specific date, while -TimeSpan is optimal for this solution.
    You can use Get-Date's AddDays method to generate a datetime object for use in this situation, see the code I'm posting below for an example.
    Now on to the next challange to warn me when they reach "32" days before expiration. Was thinking of running a Task Scheduled bath file that could collect number of days left and report it if below the mentioned days.
    Here's one method you can use for finding these users:
    $cutoffDate = (Get-Date).AddDays(32)
    Get-ADUser -Filter * -SearchBase 'OU=Users - TEST,DC=domain,DC=com' -Properties AccountExpirationDate |
    Where { $_.AccountExpirationDate -and $_.AccountExpirationDate -lt $cutoffDate }
    Just so you're aware, we generally try to keep threads to a single question.
    Don't retire TechNet! -
    (Don't give up yet - 13,085+ strong and growing)

  • How to add dimension in dimension_values.csv and schema.csv file

    How to add  one dimension in dimension_values.csv and schema.csv file

    I'm not sure on the equation Ventzo, so please tell me if I've got this wrong.
    This should create a text file on the desktop with a name of the folder you are in plus the time.
    #target bridge
    if( BridgeTalk.appName == "bridge" ) { 
    var quadDetails = MenuElement.create("command","Get  Quadrature", "at the end of Tools","QuadDetails");
    quadDetails .onSelect = function () {
    var file = new File(Folder.desktop +"/" + decodeURI(Folder(app.document.presentationPath).name) + time() +".txt");
    file.open("w", "TEXT", "????");
    $.os.search(/windows/i)  != -1 ? file.lineFeed = 'windows'  : file.lineFeed = 'macintosh';
    file.open('w');
    var sels = app.document.selections;
    for(var a in sels){
    var myThumb = new Thumbnail( sels[a]);
    var Resolution = myThumb.core.quickMetadata.xResolution;
    if(Resolution == 0) Resolution = 72;
    var CM = Resolution /2.54;
    var m = CM*100;
    var Height = (myThumb.core.quickMetadata.height/m);
    var Width = (myThumb.core.quickMetadata.width/m);
    file.writeln(decodeURI(sels[a].spec.name) + " - " +(Height * Width).toFixed(4));
    file.close();
    alert(decodeURI(file.name) + "  Has been created on the Desktop");
    function time(){
    var date = new Date();
    var d  = date.getDate();
    var day = (d < 10) ? '0' + d : d;
    var m = date.getMonth() + 1;
    var month = (m < 10) ? '0' + m : m;
    var yy = date.getYear();
    var year = (yy < 1000) ? yy + 1900 : yy;
    var digital = new Date();
    var hours = digital.getHours();
    var minutes = digital.getMinutes();
    var seconds = digital.getSeconds();
    var amOrPm = "AM";
    if (hours > 11) amOrPm = "PM";
    if (hours > 12) hours = hours - 12;
    if (hours == 0) hours = 12;
    if (minutes <= 9) minutes = "0" + minutes;
    if (seconds <= 9) seconds = "0" + seconds;
    todaysDate = "-" + hours + "_" + minutes + "_" + seconds + amOrPm;
    return todaysDate.toString();

  • How to add colors to a CSV file?

    Hi there,
    I'm exporting data to a CSV file using printWriter.
    Question: is it possible to add colors, bold text or stretch the length of a column in the produced CSV file?
    This, of course, should be the end result of the file (not do it when the file is open)
    Thank you!

    xianwinwin wrote:
    Question: is it possible to add colors, bold text or stretch the length of a column in the produced CSV file?Of course if you assumed that you'd be looking at the file with a fixed-width font, you could insert a bunch of tabs or spaces to get columns to match up, but I strongly advise you not do that. I think of CSV as a poor-man's excel data file or perhaps a flat database file, but most importantly it holds data in a standard format that can be read and manipulated by many different programs, including ones you write yourself. It is not meant to be for pretty visualization. Try to pretty it up and you possibly ruin it's main reason for existing. For nice visualization I'd create a small app that read the CSV, formatted it nicely and either displayed the data or stored it in some pretty format as a non-CSV file.

  • Add text to downloaded CSV file

    Hi.
    I'm trying to place a text at the bottom of the csv file, but I can not find the way to do it.
    What I'm trying to do is, after all rows downloaded in my csv file, I'd like to place a general comment in the next row regarding some information about the data I've downloaded.
    Is this possible?
    Thanks
    Ivo

    one of my colleagues might have a better answer for this, but one not-so-elegant way to get a message to display at the bottom of your csv output would be to manually put your own "download to csv" link on your page. have that link go to another page in your app that reports on the same query as your original report. put a region of type HTML right after your duplicate report region that displays the text you want to see in your csv output (be sure to use "No Template" for this region's template). change the report template of the second report region to "export: CSV". now when users click your manually added "download to csv" link, they'll be linked over to your other page. that page will immediately output the csv data as well as the additional line from your extra HTML region.
    hope this helps,
    raj

  • Add header text to CSV template in OBIEE 10g

    I have a .rtf template that i use to make a CSV file. Is it possible to append text to the beginning of it and produce a CSV repoprt?

    Any inputs .. plsss
    Regards,
    Pankaj

  • How do I add a banner, counter, and an email me button?

    Hello, I'm learning how to use iweb and would like to know how to put an active banner across my page, a counter to know how many visitors, and an email me button. Can anyone help me?

    A collection of banners....
    http://www.iwebformusicians.com/Banner-Slideshow/Banners.html
    Hit counters and stats...
    http://www.iwebformusicians.com/Search-Engine-Optimization/Statistics.html
    You can use the Link inspector to create an email button from an image or a text link...
    Or use a contact form...
    http://www.iwebformusicians.com/iweb-snippets/form.html

  • Possible to add classification to Measurement Document

    Hi,
    Is it possible to configure classification for Measurement Document objects?
    Regards,
    Ramesh-

    Hi Ramesh,
    Classification can be done for measuring point using the class type 037 . I dont see any std class for the measuring document.
    Since measuring doc is a document generated for the measuring point. I think you can do any analysis base on measuring point.
    Let us know your business requirment so that we can think of some workaround.
    DP

  • Using PowerShell to Add Columns to A CSV File

    Hello,I wonder if someone can shed some light on this. I have a PowerShell script which has been working perfectly well pulling tab-seperated text log files off individual PCs, adjusting the data within and combining them into a single CSV for processing by our reporting tools via Excel and SQL. These files are call history logs generated by Toshiba Call Manager software installed on each PC. They keep a log of every call made by the phone linked to the individual user's software. By combining them for reporting, we get a clear and accurate picture of time spent on the phone etc.The problem we have is I need two extra columns added. One is for the person's name ('Person'), taken from the log file name, the other is a column for the call duration (which is logged under 'Dur' as a unit of time, e.g. 4:12 for 4 mins 12 seconds) and we...
    This topic first appeared in the Spiceworks Community

    Hello,I wonder if someone can shed some light on this. I have a PowerShell script which has been working perfectly well pulling tab-seperated text log files off individual PCs, adjusting the data within and combining them into a single CSV for processing by our reporting tools via Excel and SQL. These files are call history logs generated by Toshiba Call Manager software installed on each PC. They keep a log of every call made by the phone linked to the individual user's software. By combining them for reporting, we get a clear and accurate picture of time spent on the phone etc.The problem we have is I need two extra columns added. One is for the person's name ('Person'), taken from the log file name, the other is a column for the call duration (which is logged under 'Dur' as a unit of time, e.g. 4:12 for 4 mins 12 seconds) and we...
    This topic first appeared in the Spiceworks Community

  • How to add iad's to window based application in xcode for ios

    hello,
    Im trying to add iad's to a window based application. I add the framework and add the banner in interface builder. The program builds without any problems but when I try to run the application on the simulator, the app crashes. Don't know what im doing wrong. Do I need to add any extra code or something. Please help, thanks in advance

    hello,
    Im trying to add iad's to a window based application. I add the framework and add the banner in interface builder. The program builds without any problems but when I try to run the application on the simulator, the app crashes. Don't know what im doing wrong. Do I need to add any extra code or something. Please help, thanks in advance

  • Need help with banner! revised

    Hello everyone,
    Thank you to everyone who attempted to answer my first post. But I realized my post was a little vague so I will try to apply more detail as to what I'm talking about. Ok I hope this sounds a little more clearer... I'm trying to add this banner to my page but it will not stretch the length of the page. When I
    insert the image it starts at about 3-4 inches from the left margin and will not stretch to the left only the right. I do not have a web domain yet but below you can find the html code of the page I'm working on. Also here is the free template I am referencing http://demo.templateworld.com/zero/in_action/aquatic/. I want the banner in the same position but I will change the image on the inside of the banner. I hope this can help someone diagnosis my problem and help me out. In advance thanks.
      <!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>
    <link rel="canonical"
    href="http://www.yoursaltwaterparadise.com/aquarium-set-up.html">
    <link rel="alternate" type="application/rss+xml" title="RSS"
    href="http://www.yoursaltwaterparadise.com/saltwater-aquarium.xml">
    <style type="text/css">
    #addSiteTo {
    width:90%;
    font-size:85%;
    text-align:center;
    padding:8px 0;
    border:1px solid #000;
    margin:12px auto;
    background-color: ;
    #addSiteTo p {
    padding:2px 2px 4px;
    margin:0;
    #addSiteTo img {
    border:0;
    padding:1px 0;
    #addSiteTo .questionMark {
    padding:0;
    margin:1px auto;
    text-align:center;
    width:75%;
    #addSiteTo .questionMark img {
    margin:0 4px 4px 0;
    padding:0;
    </style>
    <title>Saltwater Aquarium Set Up</title>
      <meta http-equiv="Content-Type" content="text/html;
    charset=ISO-8859-1">
    <meta name="Description" content="Step-by-step guide to saltwater
    aquarium set up.">
    <meta name="Keywords" content="aquarium set up, set up saltwater
    aquarium, saltwater fish tank setup">
      <link rel="stylesheet" type="text/css"
    href="index_files/main-style.css">
      <link rel="alternate" type="application/rss+xml"
    title="Saltwater-Aquarium-Online-Guide.com Latest News"
    href="http://www.yoursaltwaterparadise.com/saltwater-aquarium.xml">
      <link rel="shortcut icon" type="image/vnd.microsoft.icon"
    href="http://www.yoursaltwaterparadise.com/favicon.ico">
    </head><body>
         <div id="mainPan">
              <!-- header -->
              <div id="header">
                <p class="caption">Your complete guide to marine aquarium set ups.</p>
           <img src="Banner.gif" width="443" height="45" hspace="221" vspace="5" /> </div>
    <div id="header2">
           <ul class="leftmenu">
              <li><a href="http://www.saltwater-aquarium-online-guide.com/">Home</a></li>
              <li><a
    href="http://www.saltwater-aquarium-online-guide.com/saltwater-aquarium-blog.html">Blog</a></li>
              <li><a
    href="http://www.saltwater-aquarium-online-guide.com/saltwater-aquarium-site-search.html">Search</a></li>
              <li><a
    href="http://www.saltwater-aquarium-online-guide.com/contact.html">Contact</a></li>
         </ul>
    </div>
              <!-- endheader -->
         <!-- content -->
    <div id="content">
              <!-- column1 -->
              <div id="navbar">
         <ul>
         <li><a
    href="http://www.saltwater-aquarium-online-guide.com/saltwater-aquarium-articles.html"><span>Aquarium
    Basics</span></a></li>
         <li><a
    href="http://www.saltwater-aquarium-online-guide.com/saltwater-aquarium-beginner-guide.html"><span>Aquarium
    Set Up</span></a></li>
         <li><a
    href="http://www.saltwater-aquarium-online-guide.com/set-up.html"><span>Aquarium
    Filtration</span></a></li>
         <li><a
    href="http://www.saltwater-aquarium-online-guide.com/saltwater-aquarium-filtration.html"><span>Lighting</span></a></li>
         <li><a
    href="http://www.saltwater-aquarium-online-guide.com/saltwater-aquarium-lighting.html"><span>Temperature</span></a></li>
         <li><a
    href="http://www.saltwater-aquarium-online-guide.com/saltwater-aquarium-temperature.html"><span>Maintenance</span></a></li>
         <li><a
    href="http://www.saltwater-aquarium-online-guide.com/saltwater-aquarium-maintenance.html"><span>Water Parameter</span></a></li>
         <li><a
    href="http://www.saltwater-aquarium-online-guide.com/water-parameters.html"><span>Fish Guide</span></a></li>
         <li><a
    href="http://www.saltwater-aquarium-online-guide.com/buying-saltwater-fish.html"><span>Corals</span></a></li>
         <li><a
    href="http://www.saltwater-aquarium-online-guide.com/corals.html"><span>Nutrition Guide</span></a></li>
         <li><a
    href="http://www.saltwater-aquarium-online-guide.com/acclimation.html"><span>Fish Diseases</span></a></li>
         <li><a
    href="http://www.saltwater-aquarium-online-guide.com/nutrition.html"><span>Preventing Stress</span></a></li>
         <li><a
    href="http://www.saltwater-aquarium-online-guide.com/diseases.html"><span>Aquarium Emergencies</span></a></li>
         <li><a
    href="http://www.saltwater-aquarium-online-guide.com/stress.html"><span>Feed My Virtual Fish</span></a></li>
         <li><a
    href="http://www.saltwater-aquarium-online-guide.com/saltwater-aquarium-books.html"><span>Best
    Aquarium Books</span></a></li>
         <li><a
    href="http://www.saltwater-aquarium-online-guide.com/fish-supplies-coupons.html"><span>Coupons</span><font
    color="red"> <i>**NEW**</i></font></a></li>
         </ul>
    </div>
    <div id="col1ad">
              <script language="JavaScript" src="index_files/eBayISAPI.htm"></script><table
    border="0" cellpadding="0" cellspacing="0" width="120" height="600"><tbody><tr
    width="100%" bgcolor="#305e5c"><td rowspan="11" width="1"><img
    src="index_files/spacer.gif" border="0" width="1" height="600"></td><td
    colspan="4" width="118" height="1"><img src="index_files/spacer.gif"
    border="0" width="118" height="1"></td><td rowspan="11" width="1"><img
    src="index_files/spacer.gif" border="0" width="1" height="600"></td></tr><tr
    bgcolor="#eaf8f8" height="54"><td colspan="4" height="54"><a
    href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?campid=5336138211&amp;customid=50%20gallon%20aquarium&amp;toolid=10004&amp;mpre=http://pages.ebay.com/"
    style="color: rgb(48, 94, 92);"><img src="index_files/spacer.gif"
    border="0" width="5" height="1"><img alt=" eBay Marketplace Logo "
    src="index_files/logoRightNowOn_57x35.gif" border="0"></a></td></tr><tr
    bgcolor="#305e5c" height="3"> <td colspan="4"><img
    src="index_files/spacer.gif" border="0" width="118" height="3"></td></tr><tr
    height="173.33333333333334"><td colspan="4" bgcolor="#ffffff"><table
    border="0" cellpadding="0" cellspacing="0" width="118"
    height="173.33333333333334"><tbody><tr width="100%"><td rowspan="3"
    width="5"><img src="index_files/spacer.gif" border="0" width="5"
    height="1"></td><td colspan="2" align="middle" bgcolor="#ffffff"
    valign="middle"><a
    href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?campid=5336138211&amp;customid=50%20gallon%20aquarium&amp;toolid=10004&amp;mpre=http%3A%2F%2Fcgi.ebay.com%2Fws%2FeBayISAPI.dll%3FViewItem%26item%3D300399249077"
    style="color: rgb(48, 94, 92);"><img src="index_files/spacer.gif"
    border="0" width="5" height="1"><img src="index_files/300399249077.jpg"
    border="0" width="64" height="64"><img src="index_files/spacer.gif"
    border="0" width="5" height="1"></a></td><td rowspan="3" width="5"><img
    src="index_files/spacer.gif" border="0" width="5" height="1"></td></tr><tr><td
    colspan="2" valign="bottom"><font class="ebayText" color="#305e5c"
    face="Arial" size="1"><a
    href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?campid=5336138211&amp;customid=50%20gallon%20aquarium&amp;toolid=10004&amp;mpre=http%3A%2F%2Fcgi.ebay.com%2Fws%2FeBayISAPI.dll%3FViewItem%26item%3D300399249077"
    style="color: rgb(48, 94, 92);">Rena 50 Quiet Aquariu<wbr>m Air Pump up
    to 10 ... </a></font></td></tr><tr valign="top"><td align="left"><font
    class="ebayText" color="#305e5c" face="Arial" size="1">$14.95 </font></td><td
    align="right"><font class="ebayText" color="#305e5c" face="Arial"
    size="1"><img src="index_files/spacer.gif" border="0" width="8"
    height="1">2d 04h 52m </font></td></tr></tbody></table></td></tr><tr
    height="1"><td bgcolor="#ffffff" width="5"><img
    src="index_files/spacer.gif" border="0" width="5" height="1"></td><td
    colspan="2" bgcolor="#305e5c"><img src="index_files/spacer.gif"
    border="0" width="108" height="1"></td><td bgcolor="#ffffff" width="5"><img
    src="index_files/spacer.gif" border="0" width="5" height="1"></td></tr><tr
    height="173.33333333333334"><td colspan="4" bgcolor="#ffffff"><table
    border="0" cellpadding="0" cellspacing="0" width="118"
    height="173.33333333333334"><tbody><tr width="100%"><td rowspan="3"
    width="5"><img src="index_files/spacer.gif" border="0" width="5"
    height="1"></td><td colspan="2" align="middle" bgcolor="#ffffff"
    valign="middle"><a
    href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?campid=5336138211&amp;customid=50%20gallon%20aquarium&amp;toolid=10004&amp;mpre=http%3A%2F%2Fcgi.ebay.com%2Fws%2FeBayISAPI.dll%3FViewItem%26item%3D190419222052"
    style="color: rgb(48, 94, 92);"><img src="index_files/spacer.gif"
    border="0" width="5" height="1"><img src="index_files/190419222052.jpg"
    border="0" width="64" height="64"><img src="index_files/spacer.gif"
    border="0" width="5" height="1"></a></td><td rowspan="3" width="5"><img
    src="index_files/spacer.gif" border="0" width="5" height="1"></td></tr><tr><td
    colspan="2" valign="bottom"><font class="ebayText" color="#305e5c"
    face="Arial" size="1"><a
    href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?campid=5336138211&amp;customid=50%20gallon%20aquarium&amp;toolid=10004&amp;mpre=http%3A%2F%2Fcgi.ebay.com%2Fws%2FeBayISAPI.dll%3FViewItem%26item%3D190419222052"
    style="color: rgb(48, 94, 92);">50 gallon aquariu<wbr>m with stand
    filters pu ... </a></font></td></tr><tr valign="top"><td align="left"><font
    class="ebayText" color="#305e5c" face="Arial" size="1">$300.00 </font></td><td
    align="right"><font class="ebayText" color="#305e5c" face="Arial"
    size="1"><img src="index_files/spacer.gif" border="0" width="8"
    height="1">2d 15h 56m </font></td></tr></tbody></table></td></tr><tr
    height="1"><td bgcolor="#ffffff" width="5"><img
    src="index_files/spacer.gif" border="0" width="5" height="1"></td><td
    colspan="2" bgcolor="#305e5c"><img src="index_files/spacer.gif"
    border="0" width="108" height="1"></td><td bgcolor="#ffffff" width="5"><img
    src="index_files/spacer.gif" border="0" width="5" height="1"></td></tr><tr
    height="173.33333333333334"><td colspan="4" bgcolor="#ffffff"><table
    border="0" cellpadding="0" cellspacing="0" width="118"
    height="173.33333333333334"><tbody><tr width="100%"><td rowspan="3"
    width="5"><img src="index_files/spacer.gif" border="0" width="5"
    height="1"></td><td colspan="2" align="middle" bgcolor="#ffffff"
    valign="middle"><a
    href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?campid=5336138211&amp;customid=50%20gallon%20aquarium&amp;toolid=10004&amp;mpre=http%3A%2F%2Fcgi.ebay.com%2Fws%2FeBayISAPI.dll%3FViewItem%26item%3D170504797929"
    style="color: rgb(48, 94, 92);"><img src="index_files/spacer.gif"
    border="0" width="5" height="1"><img src="index_files/170504797929.jpg"
    border="0" width="64" height="64"><img src="index_files/spacer.gif"
    border="0" width="5" height="1"></a></td><td rowspan="3" width="5"><img
    src="index_files/spacer.gif" border="0" width="5" height="1"></td></tr><tr><td
    colspan="2" valign="bottom"><font class="ebayText" color="#305e5c"
    face="Arial" size="1"><a
    href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?campid=5336138211&amp;customid=50%20gallon%20aquarium&amp;toolid=10004&amp;mpre=http%3A%2F%2Fcgi.ebay.com%2Fws%2FeBayISAPI.dll%3FViewItem%26item%3D170504797929"
    style="color: rgb(48, 94, 92);">Terrari<wbr>um Aquariu<wbr>m Reptile
    Vintage Stain ... </a></font></td></tr><tr valign="top"><td align="left"><font
    class="ebayText" color="#305e5c" face="Arial" size="1">$55.00 </font></td><td
    align="right"><font class="ebayText" color="#305e5c" face="Arial"
    size="1"><img src="index_files/spacer.gif" border="0" width="8"
    height="1">6d 07h 16m </font></td></tr></tbody></table></td></tr><tr
    bgcolor="#305e5c"><td colspan="4" height="1"><img
    src="index_files/spacer.gif" border="0" width="118" height="1"></td></tr><tr
    bgcolor="#ffffff" height="19"><td width="5"><img
    src="index_files/spacer.gif" border="0" width="5" height="1"></td><td
    align="left" width="58"><font class="ebayText" color="#305e5c"
    face="Arial" size="1"><a
    href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?campid=5336138211&amp;customid=50%20gallon%20aquarium&amp;toolid=10004&amp;mpre=http%3A//shop.ebay.com/i.html%3F_nkw%3D50+gallon+aquarium%26_sop%3D2%26ht%3D0"
    style="color: rgb(48, 94, 92);">View all</a></font></td><td
    align="right" bgcolor="#ffffff" width="50"> <font class="ebayText"
    color="#305e5c" face="Arial" size="1"><a
    href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?campid=5336138211&amp;customid=50%20gallon%20aquarium&amp;toolid=10004&amp;mpre=http%3A//pages.ebay.com/help/community/editorkitlegal.html"
    style="color: rgb(48, 94, 92);">disclaimer</a></font></td><td width="5"><img
    src="index_files/spacer.gif" border="0" width="5" height="1"></td></tr><tr
    bgcolor="#305e5c"><td colspan="4" height="1"><img
    src="index_files/spacer.gif" border="0" width="118" height="1"></td></tr></tbody></table>
              <br><br>
              <script language="JavaScript" src="index_files/eBayISAPI_002.htm"></script><table
    border="0" cellpadding="0" cellspacing="0" width="120" height="600"><tbody><tr
    width="100%" bgcolor="#305e5c"><td rowspan="11" width="1"><img
    src="index_files/spacer.gif" border="0" width="1" height="600"></td><td
    colspan="4" width="118" height="1"><img src="index_files/spacer.gif"
    border="0" width="118" height="1"></td><td rowspan="11" width="1"><img
    src="index_files/spacer.gif" border="0" width="1" height="600"></td></tr><tr
    bgcolor="#eaf8f8" height="54"><td colspan="4" height="54"><a
    href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?campid=5336138211&amp;customid=&amp;toolid=10004&amp;mpre=http://pages.ebay.com/"
    style="color: rgb(48, 94, 92);"><img src="index_files/spacer.gif"
    border="0" width="5" height="1"><img alt=" eBay Marketplace Logo "
    src="index_files/logoRightNowOn_57x35.gif" border="0"></a></td></tr><tr
    bgcolor="#305e5c" height="3"> <td colspan="4"><img
    src="index_files/spacer.gif" border="0" width="118" height="3"></td></tr><tr
    height="173.33333333333334"><td colspan="4" bgcolor="#ffffff"><table
    border="0" cellpadding="0" cellspacing="0" width="118"
    height="173.33333333333334"><tbody><tr width="100%"><td rowspan="3"
    width="5"><img src="index_files/spacer.gif" border="0" width="5"
    height="1"></td><td colspan="2" align="middle" bgcolor="#ffffff"
    valign="middle"><a
    href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?campid=5336138211&amp;customid=&amp;toolid=10004&amp;mpre=http%3A%2F%2Fcgi.ebay.com%2Fws%2FeBayISAPI.dll%3FViewItem%26item%3D250665642945"
    style="color: rgb(48, 94, 92);"><img src="index_files/spacer.gif"
    border="0" width="5" height="1"><img src="index_files/250665642945.jpg"
    border="0" width="64" height="64"><img src="index_files/spacer.gif"
    border="0" width="5" height="1"></a></td><td rowspan="3" width="5"><img
    src="index_files/spacer.gif" border="0" width="5" height="1"></td></tr><tr><td
    colspan="2" valign="bottom"><font class="ebayText" color="#305e5c"
    face="Arial" size="1"><a
    href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?campid=5336138211&amp;customid=&amp;toolid=10004&amp;mpre=http%3A%2F%2Fcgi.ebay.com%2Fws%2FeBayISAPI.dll%3FViewItem%26item%3D250665642945"
    style="color: rgb(48, 94, 92);">Nano Cube 12 gallon saltwat<wbr>er
    aquariu<wbr>m a ... </a></font></td></tr><tr valign="top"><td
    align="left"><font class="ebayText" color="#305e5c" face="Arial"
    size="1">$83.51 </font></td><td align="right"><font class="ebayText"
    color="#305e5c" face="Arial" size="1"><img src="index_files/spacer.gif"
    border="0" width="8" height="1">1d 14h 38m </font></td></tr></tbody></table></td></tr><tr
    height="1"><td bgcolor="#ffffff" width="5"><img
    src="index_files/spacer.gif" border="0" width="5" height="1"></td><td
    colspan="2" bgcolor="#305e5c"><img src="index_files/spacer.gif"
    border="0" width="108" height="1"></td><td bgcolor="#ffffff" width="5"><img
    src="index_files/spacer.gif" border="0" width="5" height="1"></td></tr><tr
    height="173.33333333333334"><td colspan="4" bgcolor="#ffffff"><table
    border="0" cellpadding="0" cellspacing="0" width="118"
    height="173.33333333333334"><tbody><tr width="100%"><td rowspan="3"
    width="5"><img src="index_files/spacer.gif" border="0" width="5"
    height="1"></td><td colspan="2" align="middle" bgcolor="#ffffff"
    valign="middle"><a
    href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?campid=5336138211&amp;customid=&amp;toolid=10004&amp;mpre=http%3A%2F%2Fcgi.ebay.com%2Fws%2FeBayISAPI.dll%3FViewItem%26item%3D200474936748"
    style="color: rgb(48, 94, 92);"><img src="index_files/spacer.gif"
    border="0" width="5" height="1"><img src="index_files/200474936748.jpg"
    border="0" width="64" height="64"><img src="index_files/spacer.gif"
    border="0" width="5" height="1"></a></td><td rowspan="3" width="5"><img
    src="index_files/spacer.gif" border="0" width="5" height="1"></td></tr><tr><td
    colspan="2" valign="bottom"><font class="ebayText" color="#305e5c"
    face="Arial" size="1"><a
    href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?campid=5336138211&amp;customid=&amp;toolid=10004&amp;mpre=http%3A%2F%2Fcgi.ebay.com%2Fws%2FeBayISAPI.dll%3FViewItem%26item%3D200474936748"
    style="color: rgb(48, 94, 92);">JBJ 12 Gallon Nano Cube Deluxe Aquariu<wbr>m
      ... </a></font></td></tr><tr valign="top"><td align="left"><font
    class="ebayText" color="#305e5c" face="Arial" size="1">$179.99 </font></td><td
    align="right"><font class="ebayText" color="#305e5c" face="Arial"
    size="1"><img src="index_files/spacer.gif" border="0" width="8"
    height="1">2d 04h 59m </font></td></tr></tbody></table></td></tr><tr
    height="1"><td bgcolor="#ffffff" width="5"><img
    src="index_files/spacer.gif" border="0" width="5" height="1"></td><td
    colspan="2" bgcolor="#305e5c"><img src="index_files/spacer.gif"
    border="0" width="108" height="1"></td><td bgcolor="#ffffff" width="5"><img
    src="index_files/spacer.gif" border="0" width="5" height="1"></td></tr><tr
    height="173.33333333333334"><td colspan="4" bgcolor="#ffffff"><table
    border="0" cellpadding="0" cellspacing="0" width="118"
    height="173.33333333333334"><tbody><tr width="100%"><td rowspan="3"
    width="5"><img src="index_files/spacer.gif" border="0" width="5"
    height="1"></td><td colspan="2" align="middle" bgcolor="#ffffff"
    valign="middle"><a
    href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?campid=5336138211&amp;customid=&amp;toolid=10004&amp;mpre=http%3A%2F%2Fcgi.ebay.com%2Fws%2FeBayISAPI.dll%3FViewItem%26item%3D180510704649"
    style="color: rgb(48, 94, 92);"><img src="index_files/spacer.gif"
    border="0" width="5" height="1"><img src="index_files/180510704649.jpg"
    border="0" width="64" height="64"><img src="index_files/spacer.gif"
    border="0" width="5" height="1"></a></td><td rowspan="3" width="5"><img
    src="index_files/spacer.gif" border="0" width="5" height="1"></td></tr><tr><td
    colspan="2" valign="bottom"><font class="ebayText" color="#305e5c"
    face="Arial" size="1"><a
    href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?campid=5336138211&amp;customid=&amp;toolid=10004&amp;mpre=http%3A%2F%2Fcgi.ebay.com%2Fws%2FeBayISAPI.dll%3FViewItem%26item%3D180510704649"
    style="color: rgb(48, 94, 92);">JBJ 12 Gallon Nano Cube Deluxe Aquariu<wbr>m
      ... </a></font></td></tr><tr valign="top"><td align="left"><font
    class="ebayText" color="#305e5c" face="Arial" size="1">$179.99 </font></td><td
    align="right"><font class="ebayText" color="#305e5c" face="Arial"
    size="1"><img src="index_files/spacer.gif" border="0" width="8"
    height="1">2d 04h 59m </font></td></tr></tbody></table></td></tr><tr
    bgcolor="#305e5c"><td colspan="4" height="1"><img
    src="index_files/spacer.gif" border="0" width="118" height="1"></td></tr><tr
    bgcolor="#ffffff" height="19"><td width="5"><img
    src="index_files/spacer.gif" border="0" width="5" height="1"></td><td
    align="left" width="58"><font class="ebayText" color="#305e5c"
    face="Arial" size="1"><a
    href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?campid=5336138211&amp;customid=&amp;toolid=10004&amp;mpre=http%3A//shop.ebay.com/i.html%3F_nkw%3Dnano+cube+aquarium%26_sop%3D2%26ht%3D0"
    style="color: rgb(48, 94, 92);">View all</a></font></td><td
    align="right" bgcolor="#ffffff" width="50"> <font class="ebayText"
    color="#305e5c" face="Arial" size="1"><a
    href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?campid=5336138211&amp;customid=&amp;toolid=10004&amp;mpre=http%3A//pages.ebay.com/help/community/editorkitlegal.html"
    style="color: rgb(48, 94, 92);">disclaimer</a></font></td><td width="5"><img
    src="index_files/spacer.gif" border="0" width="5" height="1"></td></tr><tr
    bgcolor="#305e5c"><td colspan="4" height="1"><img
    src="index_files/spacer.gif" border="0" width="118" height="1"></td></tr></tbody></table>
    </div>
              <!-- column1 -->
              <!-- column2 -->
              <div id="main-text">
         <h1><a name="top"></a>Saltwater Aquarium Set Up</h1>
    <table align="right" width="338">
    <tbody><tr>
    <td>
    <script type="text/javascript"><!--
    google_ad_client = "pub-8421070582331334";
    google_ad_width = 336;
    google_ad_height = 280;
    google_ad_format = "336x280_as";
    google_ad_type = "text";
    //2007-10-14: google 336 x 280
    google_ad_channel = "9171322378";
    google_color_border = "FFFFFF";
    google_color_bg = "FFFFFF";
    google_color_link = "958201";
    google_color_text = "5F7A77";
    google_color_url = "305E5C";
    //-->
    </script>
    <script type="text/javascript" src="index_files/show_ads.js">
    </script><script src="index_files/expansion_embed.js"></script><script src="index_files/test_domain.js"></script><script>google_protectAndRun("ads_core.google_render_ad", google_handleError, google_render_ad);</script><ins
    style="display: inline-table; border: medium none; height: 280px;
    margin: 0pt; padding: 0pt; position: relative; visibility: visible;
    width: 336px;"><ins style="display: block; border: medium none; height:
    280px; margin: 0pt; padding: 0pt; position: relative; visibility:
    visible; width: 336px;"><iframe allowtransparency="true" hspace="0"
    id="google_ads_frame1" marginheight="0" marginwidth="0"
    name="google_ads_frame" src="index_files/ads.htm" style="left: 0pt;
    position: absolute; top: 0pt;" vspace="0" width="336" frameborder="0"
    height="280" scrolling="no"></iframe></ins></ins>
    </td>
    </tr>
    </tbody></table>
              <p>Saltwater aquarium set up takes time but it is exciting adventure.</p>
              <p>It usually takes 4 to 8 weeks before you can add any saltwater fish
    safely to your saltwater aquarium.</p>
              <p>I know it is disappointing to wait too long before you can start
    putting fish into your saltwater aquarium, but you wouldn&#8217;t want to risk
    losing them.</p>
              <p>Saltwater fish are quite pricey. So I would say that <b> patience </b>
    is the key!</p>
              <p>Before we move on to more details of aquarium set up, think about
    these things first:</p>
              <img class="imgright" style="width: 200px; height: 141px;"
    alt="Saltwater Aquarium with Live Corals"
    src="index_files/aquarium_set_page.jpg" width="100" height="141">
              <ul type="circle">
                   <li><a href="#step1">Location</a></li><br><br>
                   <li><a href="#step1">Aquarium Size and Aquarium Stand</a></li><br><br>
                   <li><a
    href="http://www.saltwater-aquarium-online-guide.com/aquarium-set-up-step2.html">Substrate</a></li><br><br>
                   <li>Filtration, Lighting and Temperature</li><br><br>
                   <li><a
    href="http://www.saltwater-aquarium-online-guide.com/aquarium-set-up-step3.html">Decor/Aquascape</a></li><br><br>
                   <li><a
    href="http://www.saltwater-aquarium-online-guide.com/aquarium-set-up-step5_6.html">Inhabitants</a></li>
              </ul>
              <p>With these in mind, you can really start a plan on putting a
    saltwater aquarium together.</p>
              <p>Now, follow these simple set up steps and you will be on your way
    to creating a beautiful saltwater aquarium easily:</p>
              <a name="step1"></a><h3>STEP 1</h3>
              <h4>Choosing your Location, Aquarium Size and Aquarium Stand</h4>
              <img class="imgleft" alt="Saltwater Aquarium with Live Corals"
    src="index_files/custom_aquarium_setup_page.jpg" width="200"
    height="141">         
              <p>The first step in saltwater aquarium set up is choosing a location
    that is nowhere close to natural lighting sources.</p>
              <p>Close to windows, entrance that has a clear door where sun rays can
    come in and patios are a <b> BIG NO! </b></p>
              <p>Intense sunlight can produce excessive algae which are a beginner
    aquarist's usual problem. A cooler room temperature that is
    well-ventilated would be the best.</p>
              <p>Choose a large enough location for your aquarium.  Set up a level
    and well supported area for your aquarium and stand and is highly
    preferred. Make sure to leave enough space for electrical connections
    and other equipments as well as around the aquarium for
              <a
    href="http://www.saltwater-aquarium-online-guide.com/maintenance.html"
    title="Saltwater Aquarium Care and Maintenance">maintenance and
    cleaning.</a>
              </p><p>More in depth information on properly selecting saltwater
    aquarium location<a
    href="http://www.saltwater-aquarium-online-guide.com/saltwater-aquarium-location.html"
    title="The Perfect Saltwater Aquarium Location"> here.</a></p>
              <p><a
    href="http://www.saltwater-aquarium-online-guide.com/selecting-an-aquarium.html"
    title="Selecting and Aquarium">Properly selected aquarium</a> will help
    in a successful saltwater aquarium and set up will be a breeze. It&#8217;s
    not as hard as it may seem. The first requirement is a proper glass
    tank! It&#8217;s a mistake to buy a small aquarium "just to get started."</p>
    <a href="http://www.jdoqocy.com/click-2737597-10532823" target="new"
    onclick="window.open('http://www.saltwater-aquarium-online-guide.com/cgi-bin/counter.pl?url=http%3A%2F%2Fwww%2Ejdoqocy%2Ecom%2Fclick-2737597-10532823&amp;referrer=http%3A%2F%2Fwww%2Esaltwater-aquarium-online-guide%2Ecom%2Faquarium-set-up%2Ehtml');
    return false;">
    <img class="imgright" src="index_files/image-2737597-10532823.jpg"
    alt="Ultimate Reef Aquarium Package" border="0" width="300" height="250"></a>
              <p>My suggestion is to get the largest aquarium you can afford.</p>
              <p>It&#8217;s actually better generally for first timers.</p>
              <p>But make sure it will fit your space and of course your budget!</p>
              <p>Larger aquariums are more forgiving of beginners&#8217; mistakes and
    provide a much more stable environment.</p>
              <p>If you buy a small aquarium, I&#8217;m pretty sure that you will just
    upgrade to a bigger one later on.</p>
              <p>
              </p><table align="left" cellspacing="10" width="200">
              <tbody><tr>
              <td cellpadding="5">
              <p class="nanocube">If you're really interested in starting a
    saltwater aquarium system but can't afford all the equipments right now,
    I suggest learning about the <a
    href="http://www.saltwater-aquarium-online-guide.com/nano-cube.html">"nano
    cube"</a> technology.</p>
              </td>
              </tr>
              </tbody></table>
              <p>Surface area of the aquarium should also be taken into account in
    aquarium set up.</p>
              <p>Oxygen enters the water and, more importantly, noxious gases such
    as carbon dioxide escape into the air at the water surface. So the
    larger the surface area, the more efficient the exchange of gases will
    be.</p>
              <p>Another important consideration in aquarium set up is the shape of
    the aquarium.</p>
              <p>There are now too many unusual shapes to choose from in addition to
    the usual rectangular shape. From hexagonal to octagonal, bow-fronted
    and even trapezoidal aquariums are available.</p>
              <p>But they all have their problems. They can be difficult to light,
    the saltwater fish may find it hard to establish territories or even
    swim properly or make viewing distorted and are harder to clean. The
    surface area could be compromised by an unusual shape.</p>
              <p>Next is choosing something to stand it on. Choose a sturdy stand
    that is capable of supporting the weight of a filled aquarium.</p>
              <p>If you're looking for the <b>lowest priced</b> aquarium stands
    available, of course, there's a huge selection on E-bay. Below you'll
    see the five lowest priced items being offered right now:</p>
    <script language="JavaScript" src="index_files/eBayISAPI_003.htm"></script><table
    border="0" cellpadding="0" cellspacing="0" width="570" height="58"><tbody><tr><td
    rowspan="2" bgcolor="#5f7a77" width="1"><img
    src="index_files/spacer.gif" border="0" width="1" height="1"><img
    src="index_files/1.gif" border="0" width="1" height="1"></td><td
    colspan="3" bgcolor="#5f7a77" width="570" height="1"><img
    src="index_files/spacer.gif" border="0" width="568" height="1"></td><td
    rowspan="2" bgcolor="#5f7a77" width="1"><img
    src="index_files/spacer.gif" border="0" width="1" height="1"></td></tr><tr
    bgcolor="#eaf8f8"><td colspan="3" height="100%"><table border="0"
    cellpadding="0" cellspacing="0" width="100%" height="100%"><tbody><tr><td><a
    href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?campid=5336138211&amp;customid=Aquarium%20Stands&amp;toolid=10004&amp;mpre=http://pages.ebay.com/"
    target="_blank" style="color: rgb(95, 122, 119);"><img
    src="index_files/spacer.gif" border="0" width="5" height="1"><img alt="
    eBay Marketplace Logo " src="index_files/logoRightNowOn_98x59.gif"
    border="0"></a></td><td align="right" valign="middle"><br><form
    class="nomargin" method="get" name="EditorKitSearch" action=""
    onsubmit="return _nullSearch(this)"><input size="12" name="satitle"
    value="aquarium stand" type="text"><img src="index_files/spacer.gif"
    border="0" width="4" height="8"><input name="search" value="Search"
    type="submit"></form></td></tr></tbody></table></td></tr></tbody></table><table
    border="0" cellpadding="0" cellspacing="0" width="570"><tbody><tr><td
    bgcolor="#5f7a77" width="1" nowrap="nowrap"><img
    src="index_files/spacer.gif" border="0" width="1" height="1"></td><td
    bgcolor="#eaf8f8" width="100%"><font color="#5f7a77" face="Verdana"
    size="-1"><img src="index_files/spacer.gif" border="0" width="5"
    height="1"><b>Aquarium Stands</b></font></td><td bgcolor="#5f7a77"
    width="1"><img src="index_files/spacer.gif" border="0" width="1"
    height="1"></td></tr></tbody></table><table bgcolor="#ffffff" border="0"
    cellpadding="0" cellspacing="0" width="570" height="-59"><tbody><tr
    valign="top"><td bgcolor="#5f7a77" width="1"><img
    src="index_files/spacer.gif" border="0" width="1" height="1"></td><td
    bgcolor="#ffffff" width="5"><img src="index_files/spacer.gif" border="0"
    width="5" height="1"></td><td align="left" bgcolor="#ffffff"
    valign="top" width="558"><table bgcolor="#ffffff" border="0"
    cellpadding="0" cellspacing="0" width="558"><tbody><tr><td width="15%"><b><font
    class="ebayText" color="#5f7a77" face="Verdana" size="-2">Picture</font></b></td><td
    width="40%"><b><font class="ebayText" color="#5f7a77" face="Verdana"
    size="-2">Product</font></b></td><td align="center" width="15%"><b><font
    class="ebayText" color="#5f7a77" face="Verdana" size="-2">Price</font></b></td><td
    align="center" width="18%"><b><font class="ebayText" color="#5f7a77"
    face="Verdana" size="-2"><img src="index_files/spacer.gif" border="0"
    width="5" height="1"></font><font class="ebayText" color="#5f7a77"
    face="Verdana" size="-2">Bids</font><font class="ebayText"
    color="#5f7a77" face="Verdana" size="-2"><img
    src="index_files/spacer.gif" border="0" width="5" height="1"></font></b></td><td
    align="right" width="12%"><b><font class="ebayText" color="#5f7a77"
    face="Verdana" size="-2">Time Left</font></b></td></tr><tr><td
    colspan="5"><img src="index_files/spacer.gif" border="0" width="100%"
    height="2"></td></tr><tr><td colspan="5" bgcolor="#5f7a77"><img
    src="index_files/spacer.gif" border="0" width="100%" height="1"></td></tr><tr><td
    colspan="5"><img src="index_files/spacer.gif" border="0" width="100%"
    height="2"></td></tr><tr><td><a
    href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?campid=5336138211&amp;customid=Aquarium%20Stands&amp;toolid=10004&amp;mpre=http%3A%2F%2Fcgi.ebay.com%2Fws%2FeBayISAPI.dll%3FViewItem%26item%3D110558218033%09"
    target="_blank" style="color: rgb(95, 122, 119);"><img
    src="index_files/spacer.gif" border="0" width="5" height="1"><img
    src="index_files/110558218033.jpg" border="0" width="64" height="64"><img
    src="index_files/spacer.gif" border="0" width="5" height="1"></a></td><td
    valign="top"><font class="ebayText" color="#5f7a77" face="Verdana"
    size="-2"><a
    href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?campid=5336138211&amp;customid=Aquarium%20Stands&amp;toolid=10004&amp;mpre=http%3A%2F%2Fcgi.ebay.com%2Fws%2FeBayISAPI.dll%3FViewItem%26item%3D110558218033%09"
    target="_blank" style="color: rgb(95, 122, 119);">Nice Oak 55gal
    Aquariu<wbr>m Stand w/ room for sump/fu<wbr>ge</a></font><font
    class="ebayText" color="#5f7a77" face="Verdana" size="-2"></font></td><td
    align="right" nowrap="nowrap"><font class="ebayText" color="#5f7a77"
    face="Verdana" size="-2">$0.99</font></td><td align="center"
    nowrap="nowrap"><font class="ebayText" color="#5f7a77" face="Verdana"
    size="-2">-</font></td><td align="right" nowrap="nowrap"><font
    class="ebayText" color="#5f7a77" face="Verdana" size="-2"><img
    src="index_files/spacer.gif" border="0" width="8" height="1">6h 39m </font></td></tr><tr><td
    colspan="5"><img src="index_files/spacer.gif" border="0" width="100%"
    height="2"></td></tr><tr><td colspan="5" bgcolor="#5f7a77"><img
    src="index_files/spacer.gif" border="0" width="100%" height="1"></td></tr><tr><td
    colspan="5"><img src="index_files/spacer.gif" border="0" width="100%"
    height="2"></td></tr><tr><td><a
    href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?campid=5336138211&amp;customid=Aquarium%20Stands&amp;toolid=10004&amp;mpre=http%3A%2F%2Fcgi.ebay.com%2Fws%2FeBayISAPI.dll%3FViewItem%26item%3D170511759137%09"
    target="_blank" style="color: rgb(95, 122, 119);"><img
    src="index_files/spacer.gif" border="0" width="5" height="1"><img
    src="index_files/170511759137.jpg" border="0" width="64" height="64"><img
    src="index_files/spacer.gif" border="0" width="5" height="1"></a></td><td
    valign="top"><font class="ebayText" color="#5f7a77" face="Verdana"
    size="-2"><a
    href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?campid=5336138211&amp;customid=Aquarium%20Stands&amp;toolid=10004&amp;mpre=http%3A%2F%2Fcgi.ebay.com%2Fws%2FeBayISAPI.dll%3FViewItem%26item%3D170511759137%09"
    target="_blank" style="color: rgb(95, 122, 119);">125 GL.Aqua<wbr>rium /
    Acrylic Reef,+ Stand, Canopy &amp; Lights</a></font><font
    class="ebayText" color="#5f7a77" face="Verdana" size="-2"></font></td><td
    align="right" nowrap="nowrap"><font class="ebayText" color="#5f7a77"
    face="Verdana" size="-2">$0.99</font></td><td align="center"
    nowrap="nowrap"><font class="ebayText" color="#5f7a77" face="Verdana"
    size="-2"><a
    href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?campid=5336138211&amp;customid=Aquarium%20Stands&amp;toolid=10004&amp;mpre=http%3A%2F%2Fcgi.ebay.com%2Fws%2FeBayISAPI.dll%3FViewItem%26item%3D170511759137"
    target="_blank" style="color: rgb(95, 122, 119);"><img
    src="index_files/bin_15x54.gif" align="absbottom" border="0" vspace="0"
    hspace="6"></a></font></td><td align="right" nowrap="nowrap"><font
    class="ebayText" color="#5f7a77" face="Verdana" size="-2"><img
    src="index_files/spacer.gif" border="0" width="8" height="1">2d 06h 42m </font></td></tr><tr><td
    colspan="5"><img src="index_files/spacer.gif" border="0" width="100%"
    height="2"></td></tr><tr><td colspan="5" bgcolor="#5f7a77"><img
    src="index_files/spacer.gif" border="0" width="100%" height="1"></td></tr><tr><td
    colspan="5"><img src="index_files/spacer.gif" border="0" width="100%"
    height="2"></td></tr><tr><td><a
    href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?campid=5336138211&amp;customid=Aquarium%20Stands&amp;toolid=10004&amp;mpre=http%3A%2F%2Fcgi.ebay.com%2Fws%2FeBayISAPI.dll%3FViewItem%26item%3D190419536283%09"
    target="_blank" style="color: rgb(95, 122, 119);"><img
    src="index_files/spacer.gif" border="0" width="5" height="1"><img
    src="index_files/190419536283.jpg" border="0" width="64" height="64"><img
    src="index_files/spacer.gif" border="0" width="5" height="1"></a></td><td
    valign="top"><font class="ebayText" color="#5f7a77" face="Verdana"
    size="-2"><a
    href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?campid=5336138211&amp;customid=Aquarium%20Stands&amp;toolid=10004&amp;mpre=http%3A%2F%2Fcgi.ebay.com%2Fws%2FeBayISAPI.dll%3FViewItem%26item%3D190419536283%09"
    target="_blank" style="color: rgb(95, 122, 119);">30 Gallon Aquariu<wbr>m
    Stand Black MUST HAVE local pick up</a></font><font class="ebayText"
    color="#5f7a77" face="Verdana" size="-2"></font></td><td align="right"
    nowrap="nowrap"><font class="ebayText" color="#5f7a77" face="Verdana"
    size="-2">$0.99</font></td><td align="center" nowrap="nowrap"><font
    class="ebayText" color="#5f7a77" face="Verdana" size="-2">1</font></td><td
    align="right" nowrap="nowrap"><font class="ebayText" color="#5f7a77"
    face="Verdana" size="-2"><img src="index_files/spacer.gif" border="0"
    width="8" height="1">5d 09h 00m </font></td></tr><tr><td colspan="5"><img
    src="index_files/spacer.gif" border="0" width="100%" height="2"></td></tr><tr><td
    colspan="5" bgcolor="#5f7a77"><img src="index_files/spacer.gif"
    border="0" width="100%" height="1"></td></tr><tr><td colspan="5"><img
    src="index_files/spacer.gif" border="0" width="100%" height="2"></td></tr><tr><td><a
    href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?campid=5336138211&amp;customid=Aquarium%20Stands&amp;toolid=10004&amp;mpre=http%3A%2F%2Fcgi.ebay.com%2Fws%2FeBayISAPI.dll%3FViewItem%26item%3D110561180838%09"
    target="_blank" style="color: rgb(95, 122, 119);"><img
    src="index_files/spacer.gif" border="0" width="5" height="1"><img
    src="index_files/110561180838.jpg" border="0" width="64" height="64"><img
    src="index_files/spacer.gif" border="0" width="5" height="1"></a></td><td
    valign="top"><font class="ebayText" color="#5f7a77" face="Verdana"
    size="-2"><a
    href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?campid=5336138211&amp;customid=Aquarium%20Stands&amp;toolid=10004&amp;mpre=http%3A%2F%2Fcgi.ebay.com%2Fws%2FeBayISAPI.dll%3FViewItem%26item%3D110561180838%09"
    target="_blank" style="color: rgb(95, 122, 119);">Sticker for 55-75
    gallon aquariu<wbr>m Fish Tank Stand NEW!</a></font><font
    class="ebayText" color="#5f7a77" face="Verdana" size="-2"></font></td><td
    align="right" nowrap="nowrap"><font class="ebayText" color="#5f7a77"
    face="Verdana" size="-2">$1.95</font></td><td align="center"
    nowrap="nowrap"><font class="ebayText" color="#5f7a77" face="Verdana"
    size="-2">-</font></td><td align="right" nowrap="nowrap"><font
    class="ebayText" color="#5f7a77" face="Verdana" size="-2"><img
    src="index_files/spacer.gif" border="0" width="8" height="1">12h 14m </font></td></tr><tr><td
    colspan="5"><img src="index_files/spacer.gif" border="0" width="100%"
    height="2"></td></tr><tr><td colspan="5" bgcolor="#5f7a77"><img
    src="index_files/spacer.gif" border="0" width="100%" height="1"></td></tr><tr><td
    colspan="5"><img src="index_files/spacer.gif" border="0" width="100%"
    height="2"></td></tr><tr><td><a
    href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?campid=5336138211&amp;customid=Aquarium%20Stands&amp;toolid=10004&amp;mpre=http%3A%2F%2Fcgi.ebay.com%2Fws%2FeBayISAPI.dll%3FViewItem%26item%3D120596408486%09"
    target="_blank" style="color: rgb(95, 122, 119);"><img
    src="index_files/spacer.gif" border="0" width="5" height="1"><img
    src="index_files/120596408486.jpg" border="0" width="64" height="64"><img
    src="index_files/spacer.gif" border="0" width="5" height="1"></a></td><td
    valign="top"><font class="ebayText" color="#5f7a77" face="Verdana"
    size="-2"><a
    href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?campid=5336138211&amp;customid=Aquarium%20Stands&amp;toolid=10004&amp;mpre=http%3A%2F%2Fcgi.ebay.com%2Fws%2FeBayISAPI.dll%3FViewItem%26item%3D120596408486%09"
    target="_blank" style="color: rgb(95, 122, 119);">Sticker for any
    gallon aquariu<wbr>m Fish Tank Stand (S)</a></font><font
    class="ebayText" color="#5f7a77" face="Verdana" size="-2"></font></td><td
    align="right" nowrap="nowrap"><font class="ebayText" color="#5f7a77"
    face="Verdana" size="-2">$1.95</font></td><td align="center"
    nowrap="nowrap"><font class="ebayText" color="#5f7a77" face="Verdana"
    size="-2"><a
    href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?campid=5336138211&amp;customid=Aquarium%20Stands&amp;toolid=10004&amp;mpre=http%3A%2F%2Fcgi.ebay.com%2Fws%2FeBayISAPI.dll%3FViewItem%26item%3D120596408486"
    target="_blank" style="color: rgb(95, 122, 119);"><img
    src="index_files/bin_15x54.gif" align="absbottom" border="0" vspace="0"
    hspace="6"></a></font></td><td align="right" nowrap="nowrap"><font
    class="ebayText" color="#5f7a77" face="Verdana" size="-2"><img
    src="index_files/spacer.gif" border="0" width="8" height="1">27d 06h 44m
    </font></td></tr><tr><td colspan="5"><img src="index_files/spacer.gif"
    border="0" width="100%" height="2"></td></tr><tr><td colspan="5"
    bgcolor="#5f7a77"><img src="index_files/spacer.gif" border="0"
    width="100%" height="1"></td></tr><tr><td colspan="5"><img
    src="index_files/spacer.gif" border="0" width="100%" height="2"></td></tr></tbody></table></td><td
    bgcolor="#ffffff" width="5"><img src="index_files/spacer.gif"
    border="0" width="5" height="1"></td><td bgcolor="#5f7a77" width="1"><img
    src="index_files/spacer.gif" border="0" width="1" height="1"></td></tr><tr><td
    bgcolor="#5f7a77" width="1"><img src="index_files/spacer.gif"
    border="0" width="1" height="1"></td><td colspan="3" valign="bottom"><table
    border="0" cellpadding="0" cellspacing="0" width="100%"><tbody><tr><td
    bgcolor="#ffffff"><img src="index_files/spacer.gif" border="0"
    width="10" height="1"></td><td bgcolor="#ffffff"><font class="ebayText"
    color="#5f7a77" face="Verdana" size="-2"><a
    href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?campid=5336138211&amp;customid=Aquarium%20Stands&amp;toolid=10004&amp;mpre=http%3A//shop.ebay.com/i.html%3F_nkw%3Daquarium+stand%26_sop%3D15%26ht%3D0"
    target="_blank" style="color: rgb(95, 122, 119);">View all 128 items on
    eBay</a></font></td><td align="right" bgcolor="#ffffff"><font
    class="ebayText" color="#5f7a77" face="Verdana" size="-2"><a
    href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?campid=5336138211&amp;customid=Aquarium%20Stands&amp;toolid=10004&amp;mpre=http%3A//pages.ebay.com/help/community/editorkitlegal.html"
    target="_blank" style="color: rgb(95, 122, 119);"><i>disclaimer</i></a></font></td><td
    bgcolor="#ffffff"><img src="index_files/spacer.gif" border="0"
    width="10" height="1"></td></tr></tbody></table></td><td
    bgcolor="#5f7a77" width="1"><img src="index_files/spacer.gif" border="0"
    width="1" height="1"></td></tr><tr><td bgcolor="#5f7a77" width="1"><img
    src="index_files/spacer.gif" border="0" width="1" height="1"></td><td
    colspan="3" width="558"><img src="index_files/spacer.gif" border="0"
    width="100%" height="1"></td><td bgcolor="#5f7a77" width="1"><img
    src="index_files/spacer.gif" border="0" width="1" height="1"></td></tr><tr><td
    colspan="5" bgcolor="#5f7a77" width="558" height="5"><img
    src="index_files/spacer.gif" border="0" width="100%" height="1"></td></tr></tbody></table>
              <p>If you don&#8217;t follow this simple step, you are likely to have a huge
    mess or worse, a broken aquarium if it hits your floor. Make sure that
    the aquarium will fit perfectly on the stand you chose.</p>
    <table align="center" width="470">
    <tbody><tr>
    <td>
    <script type="text/javascript"><!--
    google_ad_client = "pub-8421070582331334";
    google_ad_width = 468;
    google_ad_height = 60;
    google_ad_format = "468x60_as";
    google_ad_type = "text";
    //2007-10-10: google 468 x 60 banner
    google_ad_channel = "9251717488";
    google_color_border = "FFFFFF";
    google_color_bg = "FFFFFF";
    google_color_link = "958201";
    google_color_text = "5F7A77";
    google_color_url = "305E5C";
    //-->
    </script>
    <script type="text/javascript" src="index_files/show_ads.js">
    </script><script>google_protectAndRun("ads_core.google_render_ad", google_handleError, google_render_ad);</script><ins
    style="display: inline-table; border: medium none; height: 60px;
    margin: 0pt; padding: 0pt; position: relative; visibility: visible;
    width: 468px;"><ins style="display: block; border: medium none; height:
    60px; margin: 0pt; padding: 0pt; position: relative; visibility:
    visible; width: 468px;"><iframe allowtransparency="true" hspace="0"
    id="google_ads_frame2" marginheight="0" marginwidth="0"
    name="google_ads_frame" src="index_files/ads_002.htm" style="left: 0pt;
    position: absolute; top: 0pt;" vspace="0" width="468" frameborder="0"
    height="60" scrolling="no"></iframe></ins></ins>
    </td>
    </tr>
    </tbody></table>
    <br><br>
              <p><b>Go to Step 2: --&gt; <a
    href="http://www.saltwater-aquarium-online-guide.com/aquarium-set-up-step2.html">Prepare
    and set up your aquarium</a></b></p>
              <p class="top"><a href="#top">Top of Page</a></p>
    <br><br>
    <div id="customhr"></div>
    <div id="post">
    <img src="index_files/talk.jpg" border="#ffffff">
    Thoughts or comments?<br><span>
    <table><tbody><tr><td><a
    href="http://www.saltwater-aquarium-online-guide.com/aquarium-forum.html"><img
    src="index_files/post.jpg" border="#ffffff"></a></td>
    <td>Consider posting <br>them at our<br> <a
    href="http://www.saltwater-aquarium-online-guide.com/aquarium-forum.html">Aquarium
    Forum!</a></td>
    </tr>
    </tbody></table>
    </span></div>
              <p class="top"><a href="#top">Top of Page</a></p>
              <p class="return"><a
    href="http://www.saltwater-aquarium-online-guide.com/">Return from
    Saltwater Aquarium Set Up to Main Page</a></p>
              <br>
                   </div>
              </div>
              <!-- endcolumn2 -->
              <!-- column3-->
              <!-- column3-->
    <div id="extras">
      <div id="nn">
        <p class="nn"> </p>
    <form
    action="http://www.saltwater-aquarium-online-guide.com/cgi-bin/mailout/mailmgr.cgi"
    method="post">
      <table align="" bgcolor="#ffffff" cellpadding="0" cellspacing="0">
        <tbody><tr>
    <td align="center" valign="top"> </td>
    </tr>
    </tbody></table>
      <br>
      <br><br><br>
    </form>
      </div>
    <div id="write">
      <h2><br><br><br><br><br>
      </h2>
    </div>
    <div id="request">
         <h2>topic <span>requests</span></h2>
      <p class="request">Want information on any specific topic regarding
    saltwater aquariums here?<br>I'd love to hear from you!
      <br><br>
       Send your topic requests <a
    href="http://www.saltwater-aquarium-online-guide.com/contact.html"
    title="Contact SWAOG">here</a>.<br><br><br><br>
      </p>
    </div>
    <div id="rss">
         <h2>rss/<span>bookmarks</span></h2>
      <p class="rss">What is an <a
    href="http://www.saltwater-aquarium-online-guide.com/help/rss.html"
    target="_new">RSS???</a>
      </p><p class="xmlrss"><a
    href="http://www.saltwater-aquarium-online-guide.com/saltwater-aquarium.xml"
    target="_new" onclick="alert('Sorry, please right-click on this button,
    and then copy the shortcut (the URL of this link). Paste that URL into
    your RSS reader. If this message is confusing, close this window and
    then please click on the &quot;What\'s an RSS feed?&quot; link just
    below the orange button.'); return false"><img class="xmlrss"
    src="index_files/xml-rss.gif" alt="Right-click to Add this Feed to Your
    RSS"></a>
      <br><br><a
    href="http://add.my.yahoo.com/content?.intl=us&amp;url=http://www.saltwater-aquarium-online-guide.com/saltwater-aquarium.xml"
    target="yahoo_window"><img src="index_files/addtoyahoo.gif" alt="Add to
    My Yahoo!" border="0"></a>
      <br><br><a
    href="http://my.msn.com/addtomymsn.armx?id=rss&amp;ut=http://www.saltwater-aquarium-online-guide.com/saltwater-aquarium.xml&amp;ru=http://www.saltwater-aquarium-online-guide.com"
    target="msn_window"
    onclick="window.open('http://www.saltwater-aquarium-online-guide.com/cgi-bin/counter.pl?url=http%3A%2F%2Fmy%2Emsn%2Ecom%2Faddtomymsn%2Earmx%3Fid%3Drss%26amp%3But%3Dhttp%3A%2F%2Fwww%2Esaltwater-aquarium-online-guide%2Ecom%2Fsaltwater-aquarium%2Exml%26amp%3Bru%3Dhttp%3A%2F%2Fwww%2Esaltwater-aquarium-online-guide%2Ecom&amp;referrer=http%3A%2F%2Fwww%2Esaltwater-aquarium-online-guide%2Ecom%2Faquarium-set-up%2Ehtml');
    return false;"><img src="index_files/addtomsn.gif" alt="Add to My MSN"
    border="0"></a>
      <br><br><a
    href="http://fusion.google.com/add?feedurl=http://www.saltwater-aquarium-online-guide.com/saltwater-aquarium.xml"
    target="google_window"><img src="index_files/addtogoogle.gif" alt="Add
    to Google" border="0"></a>
    <br><br><br>
    </p></div>
    <!-- Altering or removing this link is a breach of the Vizu Terms and Conditions --><div
    style="font-family: Arial,Helvetica,sans-serif; font-size: 9px; height:
    20px; text-align: center; width: 160px; margin: 0pt; padding: 0pt;
    letter-spacing: -0.5px;"><a href="http://www.vizu.com/" target="_blank"
    onclick="window.open('http://www.saltwater-aquarium-online-guide.com/cgi-bin/counter.pl?url=http%3A%2F%2Fwww%2Evizu%2Ecom&amp;referrer=http%3A%2F%2Fwww%2Esaltwater-aquarium-online-guide%2Ecom%2Faquarium-set-up%2Ehtml');
    return false;"><span style="color: rgb(153, 153, 153); text-decoration:
    underline; font-size: 9px;">Online Surveys</span></a><span
    style="color: rgb(153, 153, 153);"> &amp; </span><a
    href="http://answers.vizu.com/market-research.htm" target="_blank"
    onclick="window.open('http://www.saltwater-aquarium-online-guide.com/cgi-bin/counter.pl?url=http%3A%2F%2Fanswers%2Evizu%2Ecom%2Fmarket-research%2Ehtm&amp;referrer=http%3A%2F%2Fwww%2Esaltwater-aquarium-online-guide%2Ecom%2Faquarium-set-up%2Ehtml');
    return false;"><span style="color: rgb(153, 153, 153); text-decoration:
    underline; font-size: 9px;">Market Research</span></a></div><embed
    src="index_files/vizu_poll.swf" quality="high" scale="noscale"
    wmode="transparent" bgcolor="#ffffff" name="vizu_poll"
    allowscriptaccess="always" type="application/x-shockwave-flash"
    flashvars="js=false&amp;pid=125161&amp;ad=false&amp;vizu=true&amp;links=true&amp;mainBG=eaf8f8&amp;questionText=958201&amp;answerZoneBG=eaf8f8&amp;answerItemBG=FFFFFF&amp;answerText=5F7A77&amp;voteBG=bbe8e3&amp;voteText=958201"
    align="middle" width="160" height="288">
    <img class="swrp" src="index_files/sw-reef-package.jpg" width="150"
    height="150"><br>
    <b><font size="-2">
    <a href="http://www.salt-water-aquarium.com/affiliates/id/1061_15"
    target="new"
    onclick="window.open('http://www.saltwater-aquarium-online-guide.com/cgi-bin/counter.pl?url=http%3A%2F%2Fwww%2Esalt-water-aquarium%2Ecom%2Faffiliates%2Fid%2F1061_15&amp;referrer=http%3A%2F%2Fwww%2Esaltwater-aquarium-online-guide%2Ecom%2Fnew-tank-syndrome%2Ehtml');
    return false;">
    </a></font></b><center><b><font size="-2"><a
    href="http://www.salt-water-aquarium.com/affiliates/id/1061_15"
    target="new"
    onclick="window.open('http://www.saltwater-aquarium-online-guide.com/cgi-bin/counter.pl?url=http%3A%2F%2Fwww%2Esalt-water-aquarium%2Ecom%2Faffiliates%2Fid%2F1061_15&amp;referrer=http%3A%2F%2Fwww%2Esaltwater-aquarium-online-guide%2Ecom%2Fnew-tank-syndrome%2Ehtml');
    return false;">The Aquarists Guide <br>To Starting A Home <br>Marine
    Mixed <br>Reef Aquarium<br></a></font></b>
    <font size="-2"><font color="#0e88af">
    This guide was created <br>for potential aquarists <br>who are hoping to
    <br>keep their very own <br>saltwater mixed <br>reef aquarium.
    <br></font>
    <b><font color="#7e9b1e"><font size="-2">E-BOOK as low as $37.00
    </font></font></b></font></center>
    <font size="-2"><br><br><br>
    <img class="swrp" src="index_files/sw-fishonly-package.jpg" width="1

    And what I am saying is that the banner itself does not stretch. It is enclosed in the #mainPanBut I can't see your image files, so I can't tell you what that background image on the body of the page is supposed to be. You've had other responses that also say that the image itself does not stretch.
    Test my theory:
    Open your page in a browser (from Dreamweaver). Change the size of the browser window. See what happens with the banner.
    The other thing you should do is compare the size of the images you are using with the size of the images in the template. If they are not the same size, you will see a difference in the way your page acts vs the Template World page.
    But really, it is nearly impossible to troubleshoot a page that one cannot see the actual code of...not a print of the code, but the page and code in action.
    If you want to show a screenshot, check the instructions in the Forum. Your image this time did not show up.
    Beth

Maybe you are looking for

  • Process proc=runtime.exec("sh","-c","//home//usr//mkdir abcd") not working

    my servlet calling the above line is not executing to make a directory "abcd" at specified location. i am using Mandrake Linux and Tomcat... can anybody expalin the error.

  • Copy PDFs to computer

    I have 159 PDFs that I downloaded on my iPad from the Internet, not bought through iTunes. Mostly lecture notes. They're all saved in iBooks. I'd like to copy them all to my computer. None of the show up in the "Books" tab of my iPad in my computer's

  • What is a system base driver

    I upgraded to W7U x64 and the device manager under other device indicates that two The drivers for this device are not installed. (Code 28) To find a driver for this device, click Update Driver. It can't find them automatically. Any suggestions what

  • Can i build in-store app with remote includes?

    Before we buy our licence, i just want to confirm that we can build our in-app library and store pages (for the Apple App Store) as a very basic index page with a bunch of remote hosted includes that build the page? am i understanding the documentati

  • Cracked display and having trouble with second monitor

    Can someone help me please. I also have a shattered screen on my MacBook Pro I attached an old dell CRT to the port and can see my desktop bachground. The problem is I cant see the dock or the top toolbar. how can i get to the apps or the display con