close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Unable to add/delete images...

Thread began 9/25/2011 9:04 pm by smiller430637 | Last modified 9/27/2011 10:11 am by smiller430637 | 1357 views | 3 replies

smiller430637

Ok...

Here is the code from both the CMS version and the view from Dreamweaver. I can change/add/modify images on other pages.

CMS version...
<h1><img alt="" align="absMiddle" width="60" height="60" src="/files/ball_spinner.gif">* Coach Jarius (Juice) Holmes</h1><p><fck:hr></fck:hr><p></p><p></p></p><div class="bioBody"><p style="line-height: 1.5em; margin: 0.4em 0px 0.5em">Coach Jarius holds a National D license <br></p><hr>Jarius Holmes*grew up in<span class="Apple-converted-space"> O'Fallon Illinois.*He</span> attended<span class="Apple-converted-space"> </span>O'Fallon Township High School, and played college soccer at<span class="Apple-converted-space"> </span>McKendree University<span class="Apple-converted-space"> </span>and at<span class="Apple-converted-space"> </span>Southwestern Illinois College. While at SWIC,*he was first team All-American from 04-06.*He then*transferred to McKendree University from 06-08 and was two-time All-Conference selection and was named American Midwest Conference Newcomer of the Year in 2006.*Coach Jarius*was the first McKendree University player to sign a professional outdoor soccer contract<sup>.</sup> during*his college years,*he also played with the<span class="Apple-converted-space"> </span>St. Louis Lions<span class="Apple-converted-space"> </span>in the<span class="Apple-converted-space"> </span>USL Premier Development League.**'Juice'*joined the<span class="Apple-converted-space"> </span>USL First Division<span class="Apple-converted-space"> </span>expansion franchise<span class="Apple-converted-space"> </span>Austin Aztex<span class="Apple-converted-space"> </span>in 2009.*He made*his professional debut on April 18, 2009, in Austin's USL1 season opener against<span class="Apple-converted-space"> </span>Minnesota Thunder. <p></p></div><p><img class="stackedFeatures_img" alt="Placeholder Image" src="/sitesculptor_images/img_160x110.gif"></p><div class="stackedFeatures_text"><h3><a href="#">Coaching Philosophy</a></h3><p>Blah Blah Blah.</p><p></p></div><p><img class="stackedFeatures_img" alt="Placeholder Image" src="/sitesculptor_images/img_160x110.gif"></p><div class="stackedFeatures_text"><h3><a href="#">Lorem ipsum dolor sit</a></h3></div><p></p><h3><a href="#">Back to top</a></h3><p></p>



Dreamweaver version...
<?php require_once('../WA_Globals/WA_Globals.php'); ?>
<?php require_once('../WA_CMS/addtosite.php'); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/sitesculptor_template.dwt.php" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- InstanceBeginEditable name="doctitle" -->
<title><?php echo WA_getCMSContent($database_PowerCMSConnection, $PowerCMSConnection, 'Coach' , 'meta-title'); ?></title>
<meta name="description" content="<?php echo WA_getCMSContent($database_PowerCMSConnection, $PowerCMSConnection, 'Coach' , 'meta-description'); ?>" />
<meta name="keywords" content="<?php echo WA_getCMSContent($database_PowerCMSConnection, $PowerCMSConnection, 'Coach' , 'meta-keywords'); ?>" />
<!-- InstanceEndEditable -->
<link rel="stylesheet" media="all" type="text/css" href="../sitesculptor_assets/content/css/content.css" />
<link rel="stylesheet" media="print" type="text/css" href="../sitesculptor_assets/content/css/content_print.css" />
<!--[if IE 5]>
<style type="text/css">
/* IE 5 does not use the standard box model, so the column widths are overidden to render the page correctly. */
#outerWrapper #contentWrapper #leftColumn1 {
width: 218px;
}
</style>
<![endif]-->
<!--[if IE]>
<style type="text/css">
/* The proprietary zoom property gives IE the hasLayout property which addresses several bugs. */
#outerWrapper #contentWrapper, #outerWrapper #contentWrapper #content {
zoom: 1;
}
</style>
<![endif]-->
<!-- InstanceBeginEditable name="head" --><style type="text/css">
.stackedFeatures_img {
float: left;
margin-right: 10px;
}
.stackedFeatures_text {
padding-bottom: 60px;
}
</style>
<!-- InstanceEndEditable -->
<style type="text/css" media="all">
<!--
@import url("../CSSMenuWriter/cssmw_content/menu.css");
-->
</style>
<!-- InstanceBeginEditable name="menu_ie" -->
<!--[if lte IE 6]>
<style type="text/css" media="all">
@import url("../CSSMenuWriter/cssmw_content/menu_ie.css");
</style>
<style type="text/css" media="all">
img, div, ul, li, span, a {
behavior: url("../CSSMenuWriter/cssmw_content_images/iepngfix.htc");
}
</style>
<![endif]-->
<!-- InstanceEndEditable -->
<script type="text/javascript" src="../CSSMenuWriter/cssmw_content/menu.js"></script>
<style type="text/css" media="all">
<!--
@import url("../sitesculptor_css/mystyles.css");
-->
</style>
</head>
<body>

<div id="headerCap"></div>
<div id="outerWrapper">
<div id="header"><img alt="Logo" src="../sitesculptor_assets/content/images/kixxlogo.jpg" /></div>
<div id="topNavigation"><?php require_once("../CSSMenuWriter/cssmw_content/menu.php"); ?></div>
<div id="contentWrapper">
<div id="leftColumn1">
<!-- InstanceBeginEditable name="sidebar" --><?php echo WA_getCMSContent($database_PowerCMSConnection, $PowerCMSConnection, 'Coach' , 'sidebar'); ?><!-- InstanceEndEditable -->
</div>
<div id="content">
<!-- InstanceBeginEditable name="content" --><?php echo WA_getCMSContent($database_PowerCMSConnection, $PowerCMSConnection, 'Coach' , 'content'); ?><!-- InstanceEndEditable -->
</div>
</div>
</div>
<div id="footer"><a href="../resources.php">Resources</a> | <a href="../contact.php">Contact</a> | <a href="../sitemap.php">Sitemap</a></div>

</body>
<!-- InstanceEnd --></html>

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...