Cascading Style Sheet and Deleting that Link on the Bottom

6 posts by 4 authors in: Forums > CMS Builder
Last Post: September 2, 2008   (RSS)

Re: [dan1132b] Cascading Style Sheet and Deleting that Link on the Bottom

By Kenny - August 29, 2008 - edited: August 29, 2008

On the weird characters you are getting on your page, that is because you don't have the right character set.

On your head code make sure your character set is UTF-8

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

You have sort of done this, but you have two Head sections instead of just one. They are competing with each other. Get rid of one of them. Delete this:

<!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>
<title></title>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<style type="text/css">
body { font-family: arial; }
.instructions { border: 3px solid #000; background-color: #EEE; padding: 10px; text-align: left; margin: 25px}
</style>
</head>


Leave the other head section but replace your character set with <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />



For your sitewide CSS, also put this in the head code:

<link href="/path/to/your/styles.css" rel="stylesheet" type="text/css" />

(replace with your path to your style sheet) or just continue to use inline CSS on every page. Either way works fine.

Problems will occur if you give people WYSIWYG boxes instead of Text Boxes.




And as for your other problem of "remove this URL at the end" I'm not sure where that is coming from.

Re: [dan1132b] Cascading Style Sheet and Deleting that Link on the Bottom

By Dave - August 29, 2008

Hi Dan,

Let me know about the url on the end you want to remove and I'll try to help you out with it.

The other thing is you can configure the wysiwyg to let users select CSS classes instead of font size/font face. Sometimes it's better to just provide a textbox though.

Let me know what you want to do with that and if you have any other issues with it.

Hope that helps!
Dave Edis - Senior Developer
interactivetools.com

Re: [Dave] Cascading Style Sheet and Deleting that Link on the Bottom

By dan1132b - August 30, 2008

Hello Dave,

I did get the url on the end removed (your tech support theme gave me that fix in their response to me). I am still trying to even understand how to do this as coding is not my thing. This is quite confusing to me, and I need to fix this. The information given in this post is too confusing. Is there anyway your team can go onto our server and help me with this issue? Thanks so much.

Re: [dan1132b] Cascading Style Sheet and Deleting that Link on the Bottom

By Jake - August 31, 2008

Hi dan1132b,

This is something we could help you out with through our Priority Consulting service. To get started, you can send an email to our Priority Consulting team at consulting@interactivetools.com that includes a brief description of what you needed set up. You can refer them to this forum thread if you'd prefer. They'll be able to get back to you with a quote on setting this up for you. [:)]
-----------------------------------------------------------
Cheers,
Jake Marvin - Product Specialist
support@interactivetools.com

Hire me!
Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with Priority Consulting.

Re: [Jake] Cascading Style Sheet and Deleting that Link on the Bottom

Thanks so much. I did send to you a reply via email.