Hi on my site ive inserted an CMS system from Cushy. It all work that isnt the problem. The problem is that my page is a mess now.. The only thing ive addes is a cms code so im hoping the solution isnt hard to do.
There are three pages that are complete changed.
The home page
http://www.vakantiewoningeninsuriname.nl/index.html
The text colomn right under is moved.How can i place this back?
on http://www.dorff.nl/ you can see how it was before i add the CMS.
The next page is:
http://www.vakantiewoningeninsuriname.nl/bezienswaardighedenparamaribo .html
You can see there is a lot extra space between the head and the text. And you see that the text is not only at the right side anymmore.
This is how it should be:
http://www.dorff.nl/bezienswaardighedenparamaribo.html
The same goes for this page:
http://www.vakantiewoningeninsuriname.nl/prijzen.html
And this is how it have to be:
http://www.dorff.nl/prijzen.html
Hope you can help, thank you for looking..
Regards Brian
Change this:
<h2 class="cushycms">Prijzen</h2>
<div class="cushycms">
<p>Bij ons kunt u terecht met elk budget. Wij hebben woningen voor mensen die een langere tijd blijven maar ook voor vakantiegangers. Daarom hebben wij verschillende prijzen gehanteerd.
</ul>
</p>
</div>
to this:
<!--Begin CushyCMS-->
<div class="cushycms">
<h2>Prijzen</h2>
<p>Bij ons kunt u terecht met elk budget. Wij hebben woningen voor mensen die een langere tijd blijven maar ook voor vakantiegangers. Daarom hebben wij verschillende prijzen gehanteerd. </p></div>
<!--end CushyCMS-->
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media Specialists
Dear Nancy,
Thank you for your response,
I will try to explain again what is wrong. On my site you see this page:
http://www.vakantiewoningeninsuriname.nl/prijzen.html
Problem is that the picture below is on the right side of the page instead of the left like the other pictures.
On:
http://www.dorff.nl/prijzen.html
You can see how it should looks.. Pictures to the left and text on the right. Dont know what happened when im adding the Cuschy CMS. Hope you can see what is wrong.
Regards Brian
Date: Wed, 2 May 2012 13:04:14 -0600
From: forums@adobe.com
To: braico@live.nl
Subject: Re: Need some help after inserting CMS system Need some help after inserting CMS system
Re: Need some help after inserting CMS system
created by Nancy O. in Dreamweaver - View the full discussion
Change this:
Bij ons kunt u terecht met elk budget. Wij hebben woningen voor mensen die een langere tijd blijven maar ook voor vakantiegangers. Daarom hebben wij verschillende prijzen gehanteerd.
to this: <!Begin CushyCMS>
h2. Prijzen
Bij ons kunt u terecht met elk budget. Wij hebben woningen voor mensen die een langere tijd blijven maar ook voor vakantiegangers. Daarom hebben wij verschillende prijzen gehanteerd.
<!end CushyCMS> Nancy O.Alt-Web Design & PublishingWeb | Graphics | Print | Media Specialists http://alt-web.com/http://twitter.com/altweb http://alt-web.blogspot.com/
Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: Re: Need some help after inserting CMS system
To unsubscribe from this thread, please visit the message page at Re: Need some help after inserting CMS system. In the Actions box on the right, click the Stop Email Notifications link.
Start a new discussion in Dreamweaver by email or at Adobe Forums
For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.
How do i do this?
Date: Thu, 3 May 2012 14:42:33 -0600
From: forums@adobe.com
To: braico@live.nl
Subject: Re: Need some help after inserting CMS system Need some help after inserting CMS system
Re: Need some help after inserting CMS system
created by Nancy O. in Dreamweaver - View the full discussion
Start by fixing your code errors. You have quite a few:http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.vakantiew oningeninsuriname.nl%2Fprijzen.html Nancy O.Alt-Web Design & PublishingWeb | Graphics | Print | Media Specialists http://alt-web.com/
Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: Re: Need some help after inserting CMS system
To unsubscribe from this thread, please visit the message page at Re: Need some help after inserting CMS system. In the Actions box on the right, click the Stop Email Notifications link.
Start a new discussion in Dreamweaver by email or at Adobe Forums
For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.
98% of browser rendering problems are directly related to code errors. The link I gave you describes your code errors and what you must do to clear them. If none of this makes sense, start here:
HTML & CSS Tutorials - http://w3schools.com/
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media Specialists
Thank you. For your support.
Date: Thu, 3 May 2012 15:04:59 -0600
From: forums@adobe.com
To: braico@live.nl
Subject: Re: Need some help after inserting CMS system Need some help after inserting CMS system
Re: Need some help after inserting CMS system
created by Nancy O. in Dreamweaver - View the full discussion
98% of browser rendering problems are directly related to code errors. The link I gave you describes your code errors and what you must do to clear them. If none of this makes sense, start here: HTML & CSS Tutorials - http://w3schools.com/ Nancy O.Alt-Web Design & PublishingWeb | Graphics | Print | Media Specialists http://alt-web.com/
Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: Re: Need some help after inserting CMS system
To unsubscribe from this thread, please visit the message page at Re: Need some help after inserting CMS system. In the Actions box on the right, click the Stop Email Notifications link.
Start a new discussion in Dreamweaver by email or at Adobe Forums
For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.
braico wrote:
Dear Nancy,
Thank you for your response,
I will try to explain again what is wrong. On my site you see this page:
http://www.vakantiewoningeninsuriname.nl/prijzen.html
Problem is that the picture below is on the right side of the page instead of the left like the other pictures.
On:
http://www.dorff.nl/prijzen.html
You can see how it should looks.. Pictures to the left and text on the right. Dont know what happened when im adding the Cuschy CMS. Hope you can see what is wrong.
You have the last two property entries on that page wrapped in the <div> 'one_half_last' when that <div> should wrap each property details entry individually. Thats why the last image is over to the right.
<div class="one_half last" align="justify">
What I would do is delete the last two property entries (images and text) on the page then copy the code for property entry two and paste it beneath twice, making your four property entries. Obviously you'll have to update the images and property details as well.
OR if you are good with code amend it so that the last two property details entries are isloated in their own 'one_half_last' <div>
Dear Osgood,
Thank you very much. It was so simple as you describe it. I remove the last 2 entrys and replace them by the second entry. After changing the photos and text i was finished and it looked good.
Regards Brian
Date: Fri, 4 May 2012 02:34:18 -0600
From: forums@adobe.com
To: braico@live.nl
Subject: Re: Need some help after inserting CMS system Need some help after inserting CMS system
Re: Need some help after inserting CMS system
created by osgood_ in Dreamweaver - View the full discussion
braico wrote: Dear Nancy, Thank you for your response, I will try to explain again what is wrong. On my site you see this page: http://www.vakantiewoningeninsuriname.nl/prijzen.html Problem is that the picture below is on the right side of the page instead of the left like the other pictures. On: http://www.dorff.nl/prijzen.html You can see how it should looks.. Pictures to the left and text on the right. Dont know what happened when im adding the Cuschy CMS. Hope you can see what is wrong. You have the last two property entries on that page wrapped in the
Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: Re: Need some help after inserting CMS system
To unsubscribe from this thread, please visit the message page at Re: Need some help after inserting CMS system. In the Actions box on the right, click the Stop Email Notifications link.
Start a new discussion in Dreamweaver by email or at Adobe Forums
For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.
North America
Europe, Middle East and Africa
Asia Pacific