• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Help! Table/Borders in DW

Community Beginner ,
Mar 30, 2017 Mar 30, 2017

Copy link to clipboard

Copied

Hi! Hoping someone can help - I am NOT at all experienced in code but am responsible for updating information on my programs site.

I suspect I inadvertently changed something in regards to the table/border color/width and now they appear dark and too bold (see screenshots below)

Development site:

Live site:

Views

304

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 30, 2017 Mar 30, 2017

Copy link to clipboard

Copied

The answer lies in the code. Please make the code available to us by copying and pasting here.

Wappler, the only real Dreamweaver alternative.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Mar 30, 2017 Mar 30, 2017

Copy link to clipboard

Copied

<HTML>

<HEAD>

<TITLE>UCSF CCF About the CCF</TITLE>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<META content="UCSF Office of Research, UCSF, ORS, Research" name=keywords>

<link rel="stylesheet" href="../ccfStyles.css" type="text/css">

</HEAD>

<!-- #include file="../navMouseoverNewwin.asp" -->

<BODY leftmargin="5" topmargin="2" marginwidth="0" marginheight="0">

<table class="tableMain" align="center">

  <tr>

      <td colspan="3">

  <!-- #include file="../ucsfBanner.asp" -->

         <!-- #include file="../ccfBanner.asp" -->

      </td>

  </tr>

 

  <tr>

  <td rowspan="2" class="bodyText">

  

    <!-- #include file="../ccfSideNav.asp" --> 

   

   

<p><img src="../images/spacer.gif" width="115" height="1"></p> 

</td>

    <TD width="550">

   <table class="tableInner">

      <tr>

        <td height="40" valign="middle" class="pageLabel"> <a name="top"></a> THE

          CELL CULTURE FACILITY</td>

      </tr>

        <tr>

          <td >

            <p class="pageLabelSub">About the Cell Culture Facility</p>

  <p class="pageLabelSub">How to use the CCF</p>

         <strong>Media Production</strong>

         <br>New Ordering Process!

As of 3/31/17, the CCF counter will no longer stock Media Production items. These items will be available for purchase in MyCORES directly from the CCF Media Production unit.

  <p class="bodyText"><strong>The Cell Culture Facility has three on-campus locations:</strong></p>

  <p class="bodyText"><strong>Paranssus Campus</strong><br>

   513 Parnassus Avenue<br>

   Health Sciences East<br>

   10th floor,

   S1000, 415-476-1450</p>

  <p class="bodyText">Hours Monday-Friday, 8-12 and 1-5.</p>

  <p class="bodyText"><strong>Mission Bay Campus</strong><br>

     Genentech Hall<br>

     2nd floor, S-212, 415-514-4284</p>

            <p class="bodyText"><strong>Mission Bay Campus</strong><br>

            Smith Cardiovascular Building<br>

            First Floor, Room 184, 415-514-1216

            <p class="bodyText">Hours Monday-Friday, 8-12, 1:30-5</p>

  <p class="bodyText"> Resale products availble at all three locations. Tissue culture service and cell banking

   are available at S1000 and Genentech locations only. Many resale products are in stock and ready

   for pickup or delivery at any time; other products are available within

   24 or 48 hours. Availability is indicated on the website. </p>

  <p class="bodyText">To use the CCF, researchers must open an account.

     <a class="large" href="../Forms/ccfForms.asp">Forms</a>  can be printed, filled out

     and faxed to (415) 476-2086. Once an account is opened, any product or

       service is available on a recharge basis. The CCF is non-profit. </p>

  <p class="bodyText">Orders for resale products and some services can

     be placed through this website or by calling the order desk. The CCF will

     deliver to your lab, making daily stops to Parnassus, Mission Bay, VAMC,

     SFGH, Mt. Zion, Davies Medical Center, CPMC, China Basin, MCB, Gladstone,

     and weekly stops to UCB, LBL, Gallo Institute, and Children&rsquo;s Hospital

       of Oakland. </p>

  <p class="pageLabelSub">What the CCF offers</p>

  <ul>

   <li class="bodyText">Thousands of resale products for molecular biology

     and biochemistry research. These are available at a discount, with

       no shipping and handling or dry ice charges. Online <a class="large" href="../Ctlg&Ordr/SQLQry.asp?REF=Search">product

       catalog</a>. <br>

         <br>

</li>

<li class="bodyText"><a class="large" href="../Ctlg&Ordr/ccfProdSvc.asp#tissueculture">Expert

         tissue culture consultation and service.</a></li>

<br><br>

<li class="bodyText"><a class="large" href="../Ctlg&Ordr/ccfProdSvc.asp#cellbanking">Cell

       banking service.</a> Store

     all or part of your master or working stocks with us.</li>

<br><br>

<li class="bodyText">High quality media, serum, and supplements for the

       growth of cells. Formulations for commonly used media, as well

     as the Certificate of Analysis for the &ldquo;CCF brand&rdquo; FBS are

     provided

     <a href="../Protocols/ccfProtocols.asp" class="large">here</a>. Custom

     Media can be prepared to your specifications. All media and components

     prepared

     by the CCF are subject to stringent quality control. </li>

     </ul>

  <p class="pageLabelSub">Our pledge to you</p>

  <p class="bodyText">Our Mission is to provide the researchers at UCSF

     with exceptional service and support complemented by high quality media

     and supplies at the best possible price. Achieving these goals is only

     possible with a positive attitude, teamwork, open & honest communication

       and mutual respect.</p>

   </td>

      </table>

   <p><img src="../images/spacer.gif" width="550" height="10"></p>

    </TD>

    </TR>

  <TR>

    <TD class="navFooterDetails">

  <!-- #include file="../ccfFooterNavSub.asp" -->

      Page Updated: November 22nd, 2010</TD>

  </TR>

</TABLE>

</BODY>

</HTML>

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 30, 2017 Mar 30, 2017

Copy link to clipboard

Copied

<Page Updated: November 22nd, 2010>

That kind of says something about the site doesn't it?

Nancy O'Shea— Product User, Community Expert & Moderator
Alt-Web Design & Publishing ~ Web : Print : Graphics : Media

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Mar 30, 2017 Mar 30, 2017

Copy link to clipboard

Copied

Thanks for your input Nancy - The site has been neglected and until we are able to transfer to Drupal - this is it.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 30, 2017 Mar 30, 2017

Copy link to clipboard

Copied

So are you trying to change the way it displays in the browser as well, or is it just a "now it displays darker in Dreamweaver for some reason" kind of issue?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Mar 30, 2017 Mar 30, 2017

Copy link to clipboard

Copied

Yes, I would like the live site to reflect the "cleaner" grey border.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 30, 2017 Mar 30, 2017

Copy link to clipboard

Copied

LATEST

I don't see any border formatting in your HTML so it must be in your external stylesheet  -- ccfStyles.css

Nancy O'Shea— Product User, Community Expert & Moderator
Alt-Web Design & Publishing ~ Web : Print : Graphics : Media

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines