I made this in dreamweaver, can i slap some CSS on it?

Hi everyone,
A friend of mine asked me to do a webpage for her, and for
the most part, I made the page. Its not yet cmpleted, but here's
the link:
http://www.helenbwilson.com
The html pages are already made, but I wanted to format the
text in the cells in the "About" and "Contact" section, as the
leading and padding need to be fixed (The text aligns way too close
to the border of the table/cell). Is it possible to have a CSS
document where I can put it and all the text in the cells will be
formatted to my liking?
And that leads me to my next question of : how difficult is
it to make this in straight up CSS?
Any help would be appreciated.
Thanks, and go easy on me, Im a noob
-Cesar

> Is it
> possible to have a CSS document where I can put it and
all the text in the
> cells will be formatted to my liking?
Certainly.
> And that leads me to my next question of : how difficult
is it to make
> this in
> straight up CSS?
Learning how to effectively create pages without using tables
is an arduous
process for most people. Although Nick's suggestion is right
on target,
it's not very practical for someone asking the questions you
are asking. I
suggest you begin to use CSS for content styling and slowly
migrate into the
more advanced usages, like floats and other page-placement
techniques as
your knowledge increases.
And learn how to use a grain of salt with the recommendations
that you do
this transition instantly, and never use tables for anything
but tabular
content. Get pragmatic. If a table works best for a
praticular purpose,
there's no shame in using it. Browsers will support tables
'till the cows
come home.
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
==================
"psypent81" <[email protected]> wrote in
message
news:[email protected]...
> Hi everyone,
>
> A friend of mine asked me to do a webpage for her, and
for the most part,
> I
> made the page. Its not yet cmpleted, but here's the
link:
>
>
http://www.helenbwilson.com
>
> The html pages are already made, but I wanted to format
the text in the
> cells
> in the "About" and "Contact" section, as the leading and
padding need to
> be
> fixed (The text aligns way too close to the border of
the table/cell). Is
> it
> possible to have a CSS document where I can put it and
all the text in the
> cells will be formatted to my liking?
>
> And that leads me to my next question of : how difficult
is it to make
> this in
> straight up CSS?
>
> Any help would be appreciated.
> Thanks, and go easy on me, Im a noob
>
> -Cesar
>
>
>
>

Similar Messages

  • HT5312 im trying to make a purchase on itunes and its asking for my security question and i dont remember them its been years since i made this account how can i reset them

    im trying to make a purchase on itunes and its asking for my security question and i dont remember them its been years since i made this account how can i reset them

    You need to ask Apple to reset your security questions; ways of contacting them include clicking here and picking a method for your country, phoning AppleCare and asking for the Account Security team, and filling out and submitting this form.
    (98991)

  • So what i should do for unlock this phone?can i pay some money to apple for unlock this phone?

    I bought a phone some body which is lock by icloud lock and i cant cooperate the previous owner.So what i should do for unlock this phone?can i pay some money to apple for unlock this phone?

    You have encountered  Activation lock an anti-theft mechanism
    Find My iPhone Activation Lock - Apple Support
    Apple do not assist in unlocking and there is no way to break the lock without the co-operation of the original owner
    The iPhone was probably stolen .You should try to get your money back .You will never make the iPhone work ,sorry but that is it .

  • Dreamweaver can't see my css or template files

    I'm sure this is a simple problem with a simple answer, but it's baffling me...
    I'm currently setting up a new site with a new local root folder. I'd like to make some pages for this new site based on my existing css file and templates. I put these files into my new site's local root folder, then clicked through the usual 'Page from template' procedure and created a new page from one of my templates in the normal way.
    Trouble is, as soon as I try to save the page I've created, I get an error message: "This document uses the following files not in this site -" Dreamweaver then lists my css file and various image files. But all the files show up as present and correct in my new local root folder!
    The error message box gives me the option to copy the files to the local root folder of my new site - although, as I've said, as far as I can see from a glance at the Files panel, they're all there already. In any case, if I click the "Copy" button, I get another error message: "Making this change would require changing code that is locked by a template or a translator. The change will be discarded."
    I can upload the page, but it comes up with no formatting - here it is: http://www.nemesis.to/testpage.htm
    Looking at the code, I see that the css file is linked like this:
    <link href="file:///Macintosh HD/Users/michaeljohnson/Documents/newpagestyle.css" rel="stylesheet" type="text/css" />
    I suspect that might be where the problem is. I would expect that line of code to look more like this:
    <link href="newpagestyle.css" rel="stylesheet" type="text/css" />
    But I have no idea why that's happening, or where to go from here. I suppose I could re-write that line of code by hand, but that doesn't amount to fixing the problem. I'd like the whole thing to work normally from the first click!
    Have I got my css file and/or template files in the wrong place? What do I have to do so Dreamweaver can find the files?
    All advice welcome - thanks for any wise words you might have.  Sorry if this all seems very simple, but I really don't know enough about this stuff to make progress from this point.

    Oh, yes, I think it's all ludicrously over-complicated! The thing is, I've been using my templates without any trouble for ages. The problem only came up when I created a new local root folder, copied my template and css files into it, created pages using those templates and - suddenly I've got no formatting.
    Everything in the old local root folder is still working fine. I can make new pages from the template files in that folder and it's all good. It does look like the copy/paste process broke the essential links, but how could that happen?
    I suppose I could create new templates from scratch in the new local root folder, but that seems unnecessary when I've already got template files that work perfectly - in the *other* local root folder!
    Anyway, here comes the code...
    This is the page_layout.dwt file as it appears in my old local root folder. This is the file as it appears in my old local root folder - the one that that works!
    Note the link to the css file, which I've made bold here:
    <!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="shortcut icon" href="/miscpix2/favicon.ico">
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Photos - </title>
    <!-- TemplateEndEditable -->
    <link href="../newpagestyle.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    a:link {
    color: #F00;
    a:visited {
    color: #F0F;
    a:hover {
    color: #F60;
    a:active {
    color: #F60;
    #container .searchsection form div {
    text-align: center;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    -->
    </style>
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    <meta name="Description" content="Misadventures in modern music: punk, post-punk, new wave, goth, rock, indie, plus all manner of tangents and diversions." />
    <meta name="Keywords" content="Punk, Post-punk, new wave, indie, goth, rock, music, live, gigs, photos, reviews, interviews, CDs, vinyl, downloads, music, webzine, zine, blog" />
    <meta http-equiv="imagetoolbar" content="no" />
    </head>
    <body>
    <a name="pagetop" id="pagetop"></a>
    <div id="container">
      <div id="header">
        <div id="masthead"><!-- TemplateBeginEditable name="Masthead" --><img src="../imagesissue9/graphicsissue9forward/generic_masthead.jpg" width="525" height="250" alt="Nemesis To Go" /><!-- TemplateEndEditable --></div>
        <div id="topadbox">
          <script type="text/javascript"><!--
    google_ad_client = "pub-9536785785834220";
    /* Top of page ad */
    google_ad_slot = "9886597060";
    google_ad_width = 300;
    google_ad_height = 250;
    //-->
    </script>
          <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>
        </div>
      </div>
      <div id="header2">
        <div id="navigationbox"><a href="http://www.nemesis.to">Home</a> | <a href="http://www.nemesis.to/live.htm">Live</a> | <a href="http://www.nemesis.to/records.htm">CDs/Vinyl/Downloads</a> | <a href="http://www.nemesis.to/photos.htm">Photos</a> | <a href="http://www.nemesis.to/int.htm">Interviews</a><br />
          <a href="http://www.nemesis.to/archive.htm">Archive</a> | <a href="http://www.nemesis.to/about.htm">Information and Contacts</a> | <a href="http://www.nemesis.to/links.htm">Links</a></div>
        <div id="buttonbox"><img src="../imagesissue9/graphicsissue9forward/linkbuttons_definitive.jpg" width="222" height="41" border="0" usemap="#Map2" />
          <map name="Map2" id="Map2">
            <area shape="rect" coords="-1,0,41,42" href="http://nemesis_to_go.livejournal.com" target="_blank" alt="LiveJournal" />
            <area shape="rect" coords="46,1,87,40" href="http://twitter.com/uncle_n" target="_blank" alt="Twitter" />
            <area shape="rect" coords="91,1,131,41" href="http://www.myspace.com/nemesis_to_go" target="_blank" alt="MySpace" />
            <area shape="rect" coords="134,2,175,39" href="http://www.last.fm/user/Uncle_Nemesis" target="_blank" alt="Last FM" />
            <area shape="rect" coords="181,-1,223,39" href="http://www.facebook.com/misadventures.in.modern.music" target="_blank" alt="Facebook" />
          </map>
        </div>
      </div>
      <!-- TemplateBeginEditable name="MainContent" -->
      <div id="maincontent"> <img src="../imagesissue9/graphicsissue9forward/920photos.jpg" width="920" height="44" alt="Photos" />
        <p><span class="specialheading2">Nemhain</span><span class="datedetails"><br />
    Borderline, London<br />
            Wednesday September 8 2010</span></p>
        <table width="900" border="1" cellspacing="4" cellpadding="4">
          <tr>
            <td> </td>
            <td> </td>
          </tr>
        </table>
        <table width="880" border="1" align="center" cellpadding="4" cellspacing="4">
          <tr>
            <td width="123"> </td>
            <td width="723"> </td>
          </tr>
        </table>
        <table width="841" border="1" align="center" cellpadding="4" cellspacing="4">
          <tr>
            <td width="264"> </td>
            <td width="549"> </td>
          </tr>
        </table>
        <table width="824" border="1" align="center" cellpadding="4" cellspacing="4">
          <tr>
            <td width="837"> </td>
            <td width="49"> </td>
          </tr>
        </table>
        <table width="868" border="1" align="center" cellpadding="4" cellspacing="4">
          <tr>
            <td width="124"> </td>
            <td width="710"> </td>
          </tr>
        </table>
        <table width="844" border="1" align="center" cellpadding="4" cellspacing="4">
          <tr>
            <td width="443"> </td>
            <td width="367"> </td>
          </tr>
        </table>
        <table width="900" border="0" align="center" cellpadding="4" cellspacing="4">
          <tr>
            <td width="125"><table width="825" border="1" cellspacing="4" cellpadding="4">
              <tr>
                <td width="137"> </td>
                <td width="654"> </td>
              </tr>
            </table></td>
            <td width="741"> </td>
          </tr>
        </table>
        <table width="900" border="1" align="center" cellpadding="4" cellspacing="4">
          <tr>
            <td width="62"> </td>
            <td width="804"> </td>
          </tr>
        </table>
      <p class="supportband">Pussycat And The Dirty Johnsons: <a href="http://www.myspace.com/thejohnsonsno1" class="supportband">MySpace</a> | <a href="http://www.facebook.com/thedirtyjohnsons?ref=ts&sk=wall#!/thedirtyjohnsons?sk=wall" class="supportband">Facebook</a></p></div>
      <!-- TemplateEndEditable -->
      <div id="footer">
        <div id="bannerbox">
          <script type="text/javascript"><!--
    google_ad_client = "pub-9536785785834220";
    /* Bottom of page ad */
    google_ad_slot = "0254538778";
    google_ad_width = 728;
    google_ad_height = 90;
    //-->
    </script>
          <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>
        </div>
      </div>
      <div class="searchsection">
        <form method="get" action="http://www.google.com/search">
          <div style="border:0px solid black;padding:0px;width:auto;">
            <table border="0" align="center" cellpadding="2">
              <tr>
                <td width="291" align="right" valign="middle"><input type="text"   name="q" size="35"
    maxlength="255" value="" /></td>
                <td width="102" align="right" valign="middle"><input type="submit" value="Google Search" /></td>
                <td width="247" align="center" valign="middle"><input type="checkbox"  name="sitesearch"
    value="nemesis.to" checked />
                  <span class="searchtext">Search Nemesis To Go</span></td>
              </tr>
            </table>
          </div>
        </form>
      </div>
      <div id="footer2"><!-- TemplateBeginEditable name="CreditsBox" -->
        <div id="creditsbox">Page credits: Photos and construction by <a href="http://www.nemesis.to/about.htm">Michael Johnson</a>. Nemesis logo by <a href="http://www.antonyjohnston.com">Antony Johnston</a>. Red N version by <a href="http://www.rimmell.com">Mark Rimmell</a>.</div>
      <!-- TemplateEndEditable -->
        <div id="creativecommonsbox"><a rel="license" href="http://creativecommons.org/licenses/by-sa/2.0/uk/"><img src="http://creativecommons.org/images/public/somerights20.png" alt="Creative Commons License" border="0" class="floatleft" style="border-width:2" /></a><span xmlns:dc="http://purl.org/dc/elements/1.1/" property="dc:title">Words and photos in Nemesis To Go</span> by Michael Johnson are licenced under <a rel="license" href="http://creativecommons.org/licenses/by-sa/2.0/uk/">Creative Commons</a>. You may copy and distribute this material, or derivations of it, provided that you give a credit to Michael Johnson and a link to <a href="http://www.nemesis.to">Nemesis To Go</a>. Where material from other sources is used, copyright remains with the original owners. All rights in the name 'Nemesis To Go' and the 'N' logo are retained.</div>
        <div id="backtotopbox"><a href="#pagetop"><img src="../imagesissue9/graphicsissue9forward/arrer_sml_up.gif" alt="Back To Top" width="40" height="40" border="0" class="floatleft" /></a><a href="#pagetop">Back To Top</a></div>
      </div>
    </div>
    </body>
    </html>
    And here is the file as it appears after I'd copied it into my new local root folder. This is the version that won't give me any formatting. Note the link to the css file has changed. This surely must be the problem, because I can't see anything else that's different  - but how could that line change simply by copying the file into another local root folder?
    <!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"><!-- InstanceBegin template="file:///Macintosh HD/Users/michaeljohnson/Documents/Templates/photopagelayout.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <link rel="shortcut icon" href="/miscpix2/favicon.ico">
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Photos - </title>
    <!-- InstanceEndEditable -->
    <link href="file:///Macintosh HD/Users/michaeljohnson/Documents/newpagestyle.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    a:link {
    color: #F00;
    a:visited {
    color: #F0F;
    a:hover {
    color: #F60;
    a:active {
    color: #F60;
    #container .searchsection form div {
    text-align: center;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    -->
    </style>
    <!-- InstanceBeginEditable name="head" -->
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    <!-- InstanceEndEditable -->
    <meta name="Description" content="Misadventures in modern music: punk, post-punk, new wave, goth, rock, indie, plus all manner of tangents and diversions." />
    <meta name="Keywords" content="Punk, Post-punk, new wave, indie, goth, rock, music, live, gigs, photos, reviews, interviews, CDs, vinyl, downloads, music, webzine, zine, blog" />
    <meta http-equiv="imagetoolbar" content="no" />
    </head>
    <body>
    <a name="pagetop" id="pagetop"></a>
    <div id="container">
      <div id="header">
        <div id="masthead"><!-- InstanceBeginEditable name="Masthead" --><img src="file:///Macintosh HD/Users/michaeljohnson/Documents/imagesissue9/graphicsissue9forward/generic_masthead.jpg " width="525" height="250" alt="Nemesis To Go" /><!-- InstanceEndEditable --></div>
        <div id="topadbox">
          <script type="text/javascript"><!--
    google_ad_client = "pub-9536785785834220";
    /* Top of page ad */
    google_ad_slot = "9886597060";
    google_ad_width = 300;
    google_ad_height = 250;
    //-->
    </script>
          <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>
        </div>
      </div>
      <div id="header2">
        <div id="navigationbox"><a href="http://www.nemesis.to">Home</a> | <a href="http://www.nemesis.to/live.htm">Live</a> | <a href="http://www.nemesis.to/records.htm">CDs/Vinyl/Downloads</a> | <a href="http://www.nemesis.to/photos.htm">Photos</a> | <a href="http://www.nemesis.to/int.htm">Interviews</a><br />
          <a href="http://www.nemesis.to/archive.htm">Archive</a> | <a href="http://www.nemesis.to/about.htm">Information and Contacts</a> | <a href="http://www.nemesis.to/links.htm">Links</a></div>
        <div id="buttonbox"><img src="file:///Macintosh HD/Users/michaeljohnson/Documents/imagesissue9/graphicsissue9forward/linkbuttons_definiti ve.jpg" width="222" height="41" border="0" usemap="#Map2" />
          <map name="Map2" id="Map2">
            <area shape="rect" coords="-1,0,41,42" href="http://nemesis_to_go.livejournal.com" target="_blank" alt="LiveJournal" />
            <area shape="rect" coords="46,1,87,40" href="http://twitter.com/uncle_n" target="_blank" alt="Twitter" />
            <area shape="rect" coords="91,1,131,41" href="http://www.myspace.com/nemesis_to_go" target="_blank" alt="MySpace" />
            <area shape="rect" coords="134,2,175,39" href="http://www.last.fm/user/Uncle_Nemesis" target="_blank" alt="Last FM" />
            <area shape="rect" coords="181,-1,223,39" href="http://www.facebook.com/misadventures.in.modern.music" target="_blank" alt="Facebook" />
          </map>
        </div>
      </div>
      <!-- InstanceBeginEditable name="MainContent" -->
      <div id="maincontent"> <img src="file:///Macintosh HD/Users/michaeljohnson/Documents/imagesissue9/graphicsissue9forward/920photos.jpg" width="920" height="44" alt="Photos" />
        <p><span class="specialheading2">Genuflex</span><span class="datedetails"><br />
    Underbelly, London<br />
           Friday November 26 2010</span></p>
        <table width="900" border="0" cellspacing="4" cellpadding="4">
          <tr>
            <td width="124"> </td>
            <td width="742"><img src="file:///Macintosh HD/Users/michaeljohnson/Documents/imagesissue10/genuflex13.jpg" width="604" height="404" alt="Genuflex" /></td>
          </tr>
        </table>
        <table width="880" border="0" align="center" cellpadding="4" cellspacing="4">
          <tr>
            <td width="123"><img src="file:///Macintosh HD/Users/michaeljohnson/Documents/imagesissue10/genuflex1.jpg" alt="Genuflex" width="604" height="443" align="right" /></td>
            <td width="723"><img src="file:///Macintosh HD/Users/michaeljohnson/Documents/imagesissue10/genuflex7.jpg" alt="Genuflex" width="254" height="379" align="left" /></td>
          </tr>
        </table>
        <table width="841" border="0" align="center" cellpadding="4" cellspacing="4">
          <tr>
            <td width="264"><img src="file:///Macintosh HD/Users/michaeljohnson/Documents/imagesissue10/genuflex11.jpg" width="254" height="366" align="right" /></td>
            <td width="549"><img src="file:///Macintosh HD/Users/michaeljohnson/Documents/imagesissue10/genuflex6.jpg" alt="Genuflex" width="604" height="404" align="left" /></td>
          </tr>
        </table>
        <table width="824" border="0" align="center" cellpadding="4" cellspacing="4">
          <tr>
            <td width="837"><img src="file:///Macintosh HD/Users/michaeljohnson/Documents/imagesissue10/genuflex5.jpg" alt="Genuflex" width="250" height="411" align="right" /></td>
            <td width="49"><img src="file:///Macintosh HD/Users/michaeljohnson/Documents/imagesissue10/genuflex9.jpg" alt="Genuflex" width="504" height="406" align="left" /></td>
          </tr>
        </table>
        <table width="868" border="0" align="center" cellpadding="4" cellspacing="4">
          <tr>
            <td width="124"><img src="file:///Macintosh HD/Users/michaeljohnson/Documents/imagesissue10/genuflex8.jpg" alt="Genuflex" width="604" height="441" align="right" /></td>
            <td width="710"><img src="file:///Macintosh HD/Users/michaeljohnson/Documents/imagesissue10/genuflex12.jpg" alt="Genuflex" width="254" height="379" align="left" /></td>
          </tr>
        </table>
      <p class="supportband">Genuflex: <a href="http://www.genuflexmusic.com" class="supportband">Website</a> | <a href="http://www.myspace.com/genuflex" class="supportband">MySpace</a> | <a href="http://www.facebook.com/#!/pages/Genuflex/122544001105597" class="supportband">Facebook</a></p></div>
      <!-- InstanceEndEditable -->
      <div id="footer">
        <div id="bannerbox">
          <script type="text/javascript"><!--
    google_ad_client = "pub-9536785785834220";
    /* Bottom of page ad */
    google_ad_slot = "0254538778";
    google_ad_width = 728;
    google_ad_height = 90;
    //-->
    </script>
          <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>
        </div>
      </div>
      <div class="searchsection">
        <form method="get" action="http://www.google.com/search">
          <div style="border:0px solid black;padding:0px;width:auto;">
            <table border="0" align="center" cellpadding="2">
              <tr>
                <td width="291" align="right" valign="middle"><input type="text"   name="q" size="35"
    maxlength="255" value="" /></td>
                <td width="102" align="right" valign="middle"><input type="submit" value="Google Search" /></td>
                <td width="247" align="center" valign="middle"><input type="checkbox"  name="sitesearch"
    value="nemesis.to" checked />
                  <span class="searchtext">Search Nemesis To Go</span></td>
              </tr>
            </table>
          </div>
        </form>
      </div>
      <div id="footer2"><!-- InstanceBeginEditable name="CreditsBox" -->
        <div id="creditsbox">Page credits: Photos and construction by <a href="http://www.nemesis.to/about.htm">Michael Johnson</a>. Nemesis logo by <a href="http://www.antonyjohnston.com">Antony Johnston</a>. Red N version by <a href="http://www.rimmell.com">Mark Rimmell</a>.</div>
      <!-- InstanceEndEditable -->
        <div id="creativecommonsbox"><a rel="license" href="http://creativecommons.org/licenses/by-sa/2.0/uk/"><img src="http://creativecommons.org/images/public/somerights20.png" alt="Creative Commons License" border="0" class="floatleft" style="border-width:2" /></a><span xmlns:dc="http://purl.org/dc/elements/1.1/" property="dc:title">Words and photos in Nemesis To Go</span> by Michael Johnson are licenced under <a rel="license" href="http://creativecommons.org/licenses/by-sa/2.0/uk/">Creative Commons</a>. You may copy and distribute this material, or derivations of it, provided that you give a credit to Michael Johnson and a link to <a href="http://www.nemesis.to">Nemesis To Go</a>. Where material from other sources is used, copyright remains with the original owners. All rights in the name 'Nemesis To Go' and the 'N' logo are retained.</div>
        <div id="backtotopbox"><a href="#pagetop"><img src="file:///Macintosh HD/Users/michaeljohnson/Documents/imagesissue9/graphicsissue9forward/arrer_sml_up.gif" alt="Back To Top" width="40" height="40" border="0" class="floatleft" /></a><a href="#pagetop">Back To Top</a></div>
      </div>
    </div>
    </body>
    <!-- InstanceEnd --></html>
    Sorry for the big wedges of code - and sorry for this being such a stupid problem. I'm almost ready to scrap the whole idea of creating a new local root folder!

  • HT200100 I ran this update and now 2011 outlook for Mac will not load, it indicates its not compatible with this operating system, can anyone shed some light on this?

    I ran the update for 10.7.4 and now my 2011 outlook will not load, I've reloaded the application and it still won't load, any help is so appreciated!

    Run all available Office 2011 software updates using Microsoft Auto Update program.

  • Dreamweaver can't open .jpeg files...

    When I try to insert a jpeg image onto a page, i get this
    message: Dreamweaver can't open .jpeg files. Please choose an HTML,
    XML or other compatible file. Most all of my images are jpegs and
    I've never had a problem with them before. Any ideas why this is
    happening now?

    "DJ Website Designer" <[email protected]>
    wrote in message
    news:ft3bpb$pub$[email protected]..
    >
    quote:
    Originally posted by:
    rtadobe
    > thanks for your responses and sorry for the confusion -
    i'm not totally up
    > on
    > lingo. I have an image created in photo shop called
    forum.jpg. And yes,
    > the
    > error message says "can't open .jpg files..." not "jpeg
    files." I get this
    > message when I try to drag the photo into place on the
    page. If I try to
    > do it
    > using the insert function (from the insert tab) the
    image will be placed
    > but is
    > just a gray box and in my browser comes up as a box with
    a red X in it.
    > I've
    > been placing images on this site for a couple of years
    and have never had
    > this
    > problem...
    >
    >
    > When you say that DW can't "open" a .jpg - do you mean
    you cannot see the
    > .jpg
    > you have placed (inserted) on a page you created?
    >
    > Does the gray box have the "broken link" symbol?
    No, he said that DW gives him an error message: "Can't open
    JPEG file" and
    won't allow him to insert the file.
    Patty Ayers | Adobe Community Expert
    www.WebDevBiz.com
    Free Articles on the Business of Web Development
    Web Design Contract, Estimate Request Form, Estimate
    Worksheet

  • When I try to attach my css style sheet Dreamweaver gives me an error saying that my .css file appears to be an .html file and will not attach. How do I fix this so I can attach my style sheet?

    I have built a css style sheet in Dreamweaver. When I try to attach it to my html website, it prompts me that my "css file appears to be an .html file and cannot attach". I've tried removing the /* */ as suggested by other forums, but this has not resolved the issue. I was using css style sheets with no problem 2 days ago. Now I get that error message. How do I fix this so I can attach my style sheet?

    What does the code of the CSS file look like?
    An external CSS file needs to be written in CSS only (no html tags like <html>, <body>, <head>, etc ).
    It also must have a .css file extension, if yours has a .html extension it won't work.

  • How can I put a video in my Ipad from my pc? (I made this video with another Ipad, but if  send it with Imessage, the quality is worse, if i try to put this video in Itunes it don't read it)

    How can I put a video in my Ipad from my pc? (I made this video with another Ipad, but if  send it with Imessage, the quality is worse, if i try to put this video in Itunes it don't read it, if I try to put the video in Ipad like it is a normal pendrive i can't)

    Okay, I figured out that Windows has "AutoPlay" settings which can automatically download photos and videos from a newly connected device, such as an iPad Mini.  I think I could open it in Windows Explorer too that way but the auto download solved my problem.

  • Safari cannot open the specified address as OS X does not recognise the internet address starting with "aam". Please please can someone shed some light on this, its driving me MAD!!!

    when i try to download the software onto my mac, i receive a message saying that safari cannot open the specified address as OS X does not recognise the internet address starting with "aam". Please please can someone shed some light on this, its driving me MAD!!!

    Try and download the Desktop Application First before trying to install any other Adobe Product. The link for AAM is Safari looking for Desktop Application in your machine.
    Creative Cloud Help | Creative Cloud for desktop

  • I made a photo book in iPhoto and would like to transfer the book to my iPhoto on other macs and iPad.   How is this done and can it be synced between devices like photo stream.

    I made a photo book in iPhoto and would like to transfer the book to my iPhoto on other macs and iPad.   How is this done and can it be synced between devices like photo stream?

    You can create a Quicktime movie slideshow of the book's pages and share that. Here's how to get your book into an iPhoto slideshow and then export as a Quicktime video:
    1 - While viewing the book type Command+P to start the print process.
    2  - click on the PDF button and select "Save PDF to iPhoto".
    Note:  If you don't have any of those options go to Toad's Cellar and download these two files:
    Save PDF to iPhoto 200 DPI.workflow.zip
    Save PDF to iPhoto 200 DPI.workflow.zip
    Unzip the files and place in the HD/Library/PDF Services folder and reboot.
    3 - select either of the files above (300 dip is used for photos to be included in a book that will be ordered).
    4 - in the window that comes up enter an album name or select an existing album and hit the Continue button.
    That will create a 200 or 300 dpi jpeg file of the item being printed and import it into iPhoto. Immediately select all of the photos in the new album and sequentially renumber them as "Page  " using the Batch Change ➙ Title to Text with the option to add a sequential number to each title.  This is to let you put the pages back in the correct order in the event they get sorted incorrectly.
    Now you can proceed as follows: create the slideshow in iPhoto and export it out of iPhoto as a QT movie file via the Export button in the lower toolbar.  Select Size = Medium or Large (480p with iPhoto 9),
    Happy New Year

  • Hi, I have the following problem with Time Capsule: La imagen del disco de copia de seguridad "/Volumes/Data/MacBook Pro de Carlos.sparsebundle" ya está en uso. Please your comments to solve this problem, i can't made a backup. Thanks.

    Hi, I have the following problem with Time Capsule: La imagen del disco de copia de seguridad “/Volumes/Data/MacBook Pro de Carlos.sparsebundle” ya está en uso. Please your comments to solve this problem, i can't made a backup. Thanks.

    Try Here  >  http://pondini.org/TM/Time_Capsule.html
    Perhaps P 2  >  Time Machine could not complete . . . sparsebundle could not be accessed. (Error 109).

  • Hi I have a Iphone4 in using. I couldn't find Safary, E-mail and notes from my phone one day. I made this mistake when I want to delete some programe from my phone. Who can help I recovery my phone please.

    Hi
    I have a Iphone4 in using. I couldn't find Safary, E-mail and notes from my phone one day. I made this mistake when I want to delete some programe from my phone. Who can help I recovery my phone please.
    Thanks

    Hello, HenryWang2103.
    Thank you for visiting Apple Support Communities.
    The Safari, Email and Notes applications are native to the iOS and is unable to be deleted.  Since this is the case, they are either in a folder on the iPhone, on another page or Restrictions are enabled.  You can also search for these Apps on the iPhone by touching the screen and sliding your finger down.  Here is some information regarding these features.  The information about folders is located in the user guide below.
    iPhone User Guide
    iOS: Understanding Restrictions (Parental Controls)
    http://support.apple.com/kb/HT4213
    Cheers,
    Jason H.

  • I've used Project Web App on Sharepoint 2013. After clear job queue about force check-in then I've got this error. This made me can't access some pages in PWA anymore e.g. Project center, Resoure center, PWA setting, etc.

    I've used Project Web App on Sharepoint 2013. After clear job queue about force check-in then I've got this error. This made me can't access some pages in PWA anymore e.g. Project center, Resoure center, PWA setting, etc.  Who have ever found this problem,
    pls. help.
    The pop up error msg. is "Sorry, you don't have access to this page"

    Hi,
    According to your description, after you cleared job queue about force check-in then you can't access some pages in PWA.
    Maybe you need to check in the pages which has been checked out.
    If you have administrative rights, it is possible to override the check-out via the View All Site Content page:
    Site Actions->View All Site Content->Pages->Hover the item you want to check in, and from the context-menu (arrow-down next to the filename), choose "Discard Check Out"
    Besides, to troubleshooting the error “Sorry, you don't have access to this page”, refer to the following articles:
    http://sharepoint.rackspace.com/sharepoint-2013-troubleshooting-an-access-issue-with-a-custom-master-page
    http://technet.microsoft.com/en-us/library/ff758656(v=office.15).aspx
    In addition, as this issue is related to project server, I suggest you create a new thread on project server, more experts will assist you:
    https://social.technet.microsoft.com/Forums/projectserver/en-US/home?category=project
    Best Regards,
    Lisa Chen
    Lisa Chen
    TechNet Community Support

  • Hello I just made a playlist and it was too long for  cdd so I burned it to a dvd. When I went to check it the oreder of the songs was totally changed. Is this something I can fix?

    Hello I just made a playlist and it was too long for a CD so I burned it to a DVD. When I went to check it the song order was totally changed, is this something I can fix?

    Thank you SO much.  Sorry.  I am flustered and didn't even notice.  LOL
    Have a good night.  I have posted my question in the correct forum now.  Thanks for your help.

  • "Dreamweaver is currently interacting with the server.  Since putting a file on save requires interaction with a server as well  Dreamweaver can not currently perform this task.  Please try again when the server task is complete."

    get rid of this [abusive content removed by moderator]

    Wow this is a long running thread!
    I've discovered, since having to start using check in/check out on a site with multiple editors ('put on save' being a minor version of this), that Dreamweaver is like a nosy neighbour, more concerned with what is going on outside than with your petty demands. So Dreamweaver is constantly checking to see whether any files are in use by anybody else. When it is good and ready it will allow you to interact with the server. If your connection is anything other than rocket powered you will spend ages waiting and looking at messages such as the above. It doesn't have the sense to stop and just check the file/s you want to put or get and then let you get on with it. And of course the bigger the site, the more checking it has to do. If your connection is really slow you will have the added pleasure of constant freezes, aberrant behaviour and crashes. I have this with CS4. I don't know if CS5 is any better. And don't expect any improvement on CS4. You are stuck with it.

Maybe you are looking for

  • Closing Stock Query

    Hi Members, We Want a report for closing stock according to the following parameters, 1-Date from 2-Date to 3-Warehouse 4-Document Series Query Report should contain with, Item Code - Item Description - Inventory UOM - Quantity - Item cost(FIFO Value

  • Programs failing to quit & system to shut down

    My Mac has been slowing down, with programs (especially Photoshop, Firefox) failing to close down and sometimes the system fails to shut down, I just get coloured spinning wheel forever. Also Time Machine fails to find the backup disk even though it

  • XSLT to convert CALS tables into html?

    This may be the wrong forum to post this, but I don't know where else I can, so I would very much appreciate if anyone can suggest where I can find such information. I need to write XSLT code that will transform CALS tables that InDesign exports in X

  • Drag n Drop image along with the ability to resize the image in hbox

    Hi All, Is there an application similar to paint where we can drag n drop images and also resize them in javafx application? and also can we draw a line and also resize it? Thank You Edited by: SathyaRao on Jun 3, 2012 3:08 AM Edited by: SathyaRao on

  • I keep attempting to download the latest version of iTunes and am getting an error...

    I have attempted numerous times to download the latest version of iTunes.  Once it's in the installer it will error out and give me this message - "There is a problem with this Windows Installer package.  A program run as part of the setup did not fi