New Pages Error Code

22 posts by 5 authors in: Forums > CMS Builder
Last Post: September 10, 2010   (RSS)

By Donna - September 9, 2010

Hi there,

The gray is actually coming from another background you have set:

This line is referring to a gradient background image that is gray at the top (where it's currently visible):

<table width="972" border="0" cellspacing="0" cellpadding="0" background="http://www.equinevetspecialists.com/images/body_bg.jpg">

I hope this helps. :)
Donna

--
support@interactivetools.com

Re: [Donna] New Pages Error Code

By dakrusha - September 9, 2010

HAHA..
my bad.
it looked different than what i put back there..

By Donna - September 9, 2010

Yup. Just change the text in the link to whatever you'd like. :)

You'll have something like this:

<a href="<?php echo $record['_link'] ?>"><?php echo $record['_link'] ?></a>

This is just plain HTML, but with a bit of code that will tell CMS Builder what to use. So, to change the link text, just treat it like a regular link:

<a href="<?php echo $record['_link'] ?>">Read More</a>

...or whatever you want to add in there. :)
Donna

--
support@interactivetools.com

Re: [Donna] New Pages Error Code

By dakrusha - September 10, 2010

perfecto!

next question.

there is an "email this page" link at the bottom of the pages. that's fine, but when i click on it the URL goes into the subject line, not the body of the email.

is there a way to change that?

By dakrusha - September 10, 2010

oh and an FYI..the "Help" link out of my software goes to a "forbidden page" on your site.

http://www.interactivetools.com/docs/cmsbuilder/

By Jason - September 10, 2010

Hi,

Try formatting your link like this:
<A HREF="mailto:you@yourdomain.com?subject=Your Subject&body=Message for the body">you@yourdomain.com</a>

That way you can control what appears in the subject and what appears in the body.

I took a look at that url you posted and it doesn't come up as being forbidden. Please check the link and try again. Let me know if you keep having the same problem.

Hope this helps.
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

Re: [Jason] New Pages Error Code

By dakrusha - September 10, 2010

i've done that with HTML however this link is showing up from CMS builder and i don't see any code for it in my page.

By Jason - September 10, 2010

Hi,

So it shows up in the wysiwyg editor but not when you output it to your page? Did you enter it in the HTML editor?

Let me know.

Thanks.
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

Re: [Jason] New Pages Error Code

By dakrusha - September 10, 2010

i didn't enter it anywhere.

but after a second look i realize it's only on the detail pages or single pages, not the list pages.
so the code shows up on my index page which is a single page but not the news page.
hm..curious