Posted by donald7777 on February 7, 2010 at 10:03pm
hello, things have been going good, been adding content, however on the 3rd page bow when i use fckeditor or just plain text editor my text will not change size no matter what. tried different pages and everything please help im ready to go crazy.
here is my code that works great so far but not amymore.
<div id="content-intro" class="content-intro"><span style="font-size: medium"><span style="font-family: Arial"><span style="color: #ffffff">About us, We have been around for over 20 years. We were established to stop the next major crisis, we saw in the net 20 years. With people on their payments, how will the survive? Thats where our company comes in.<br />
</span></span></span></div>
<div class="content-intro"> </div>
<div class="content-intro"> </div>
<table border="0" cellspacing="1" cellpadding="1" width="50">
<tbody>
<tr>
<td>
<p><span style="font-size: medium"><span style="font-family: Arial"><span style="color: #0000ff"><u>Philosophy</u></span></span></span><br />
<span style="font-size: medium"><span style="font-family: Arial"><br />
<span style="color: #ffffff">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis</span></span></span></p>
</td>
<td><span style="font-size: medium"><span style="font-family: Arial"><span style="color: #ffffff">
<p><span style="font-size: medium"><span style="font-family: Arial"><span style="color: #0000ff"><u>Philosophy</u></span><br />
</span></span><span style="font-size: medium"><span style="font-family: Arial"><br />
<span style="color: #ffffff">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis</span></span></span></p>
</span></span></span></td>
</tr>
</tbody>
</table>
<p> </p>
Comments
Try using css instead of
Try using css instead of inline
style="font-size: medium"everywhere.You'll find css is better for that sort of thing.
Describe what you are actually doing a bit more clearly, how are you expecting the text to resize? By pressing CTRL+ ?
.dan. is the New Zealand Drupal Developer working on Government Web Standards
I am using the fckeditor
I am using the fckeditor under adding a page. when i type in the content or copy and paste i wish to re-size it so people can read it. when i click on size and choose any nothing happens.
Because you are saying
Because you are saying font-size:medium throughout that text, that's probably taking priority over anything else you do.
.dan. is the New Zealand Drupal Developer working on Government Web Standards
it does that ever without
it does that ever without typing font size medium.
if i was to type this in drupal it is ok.
But if i go to change the size either by the drop-down that gives me small medium large etc it does nothing.
So i go-into the lain text editor and give it a size and it still does nothing.
You're not clear about the
You're not clear about the 'does nothing' thing.
If it 'does nothing' in the WYSIWYG, then it may be a WYSIWYG issue.
If it 'does nothing' when you preview the page, then it may be your input filters, and you should see the README for fck.
Have you looks at the source or the firebug analysis of the page? Are you using a standard theme? Are you using theme css in the WYSIWYG window? It's just not clear enough to guess
.dan. is the New Zealand Drupal Developer working on Government Web Standards
I have checked the readme for
I have checked the readme for fckeditor everything is good there.
However i do not believe that is the problem because if i use just the plain text editor than it still does not resize when i type in the code.
it previews fine just the text is not re sized.
I do not know how to use css with fck editor i am looking that up.
fixed
removed drupal and reinstalled it it has now been fixed.