|
Hi guys, how can I add a string in an empty font tag? Like if in the second font tag there is no value, I will just insert a <br /> tag. How can I do that?
Thanks :)
I have this HTML code:
<P ALIGN="LEFT"> <FONT FACE="Verdana" style="font...
Started by marknt15 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You can
str_replace("></FONT>", ">$myinserttext</FONT>", $myhtml);
in PHP or
$....
Something like
$("font:empty").html("My string"); or append: $("font:empty").append("My string");
You shouldn't be using a font tag.
|
|
Using MailMessage email = new MailMessage();email.IsBodyHtml = true;
Is it possible to set the font for the message?
Also, maybe it's a quirk but p and br tags come out the same for me? Is this normal?
Thanks,
Answer Snippets (Read the full thread at stackoverflow):
Not sure what you mean by the 'and tags come out the same .
You can use CSS:
<style> p {color:#999; font-family:arial;} /*grey*/ </style>
You a style sheet attribute to change the font size.
|
|
I am using the YUI Rich Text Editor (YAHOO.widget.Editor), and I got it working fine, except for one thing. I cannot figure out how to configure the font size of the text that I type in the editor box (input type="textarea"). I want that text to be 15...
Started by Jay Godse on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
YAHOO.widget.SimpleEditor.prototype._defaultCSS + 'body { font-size:130%; background-color:red;color:white;}'
That was enough to get the font-size and editor background changed to what I want..
|
Ask your Facebook Friends
|
How to add font color by K.Dracone on February 2nd 2012, 12:40 am
What is the BBC for adding font color to my posting body?
K.Dracone 16
Language : English
Points: 10
Join date: 2011-07-19
Answer Snippets (Read the full thread at forumotion):
Re: How to add font color date: ....
Re: How to add font color by slg on February 2nd 2012, 12:42 am
Do you mean posting a message?
If so:
Code: [color=red]Text[/color]
You can also use the Hex color codes.
|
|
I have a page but I am not able to determine it''s font style. I checked the view source but nothing is visible. Some lines are commented. Please let me know how to determine the font name:
<html> <!-- InstanceBegin template="/Templates/inner...
Started by RPK on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Body { background-color: #ECECEC; } .style3 { font-family: "Arial Unicode MS"; font-size: 16px; line-height: 30px; color....
font-size: 16px; line-height: 30px; color: # ; }
The styles being applied are these two ..
|
|
Configuring TinyMCE to allow for tags, based on a customer requirement.
My config is as follows (grabbed from the TinyMCE samples; sorry for the length,
I didn't want to leave anyting out:
tinyMCE.init({apply_source_formatting : true,
button_tile_map ...
Started by Paul on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Looks like],' +'br.
I mistakenly thought that tinyMCE uses the font tag still for the color/size stuff.
Id|title|type]' +"font[class|color|dir<ltr?rtl|face|id|lang|size|style|title]"});
Found the answer.
|
|
Hi !
Somewhere I don't remember I changed the font of the newsletter to make it greater... but the links goes on appearing in the same old smaller font...!
Where EXACTLY (for a newbe...) can I change the links fonts size ?
Thanks in advance !
Roberto
Started by azarober868 on
, 11 posts
by 2 people.
Answer Snippets (Read the full thread at phplist):
Strong></font><br />
<font size="1" face="verdana, arial, sans-serif" color="#8 "></strong></font><br />
<font size="2" face="verdana, arial, sans-serif" color:<....
|
|
On Fri, 3 Aug 2007 22:48:05 +0300, "Vasil Benov" <benovv@gmail.com> wrote:
Hi all,
The fonts in OpenOffice and qt4(skype 1.4 beta) applications are blurry.
Has anyone encountered the same problem?
There is a thread on the Ubuntu mailing list...
Answer Snippets (Read the full thread at omgili):
I
changed the system font to something else and it has looked fine since, I forget
> which one) seemed....
One of the fonts I was using (sorry, I forget
which one) seemed to have a rainbow color effect to it for reasons unknown.
|
|
Well, i said enough.. where i can find code to increese font of Sticky topics on forums..
Started by vlajce on
, 11 posts
by 2 people.
Answer Snippets (Read the full thread at informer):
Message br{display:inline}.sig-content{padding-top:2em;font-size:.917em}span.sig-line{display:block-status em.sticky,.main-content .main-item .hn .item-status em.closed{color:#314b60;font-weight:bold none repeat scroll 0 0....
|
|
Hi there one and all!
Though not exactly a newbie (registered my pro account in June of last year), and I have managed to customise my site a fair bit, I'm looking to take things a stage or two further along this path. I've read a fair few threads here...
Started by Lemur Lover on
, 12 posts
by 3 people.
Answer Snippets (Read the full thread at digitalgrin):
font-family: Comic Sans MS, verdana;
font-size: 150%;
color: #444;
font-weight: bold;
text-align-family: Comic Sans MS, verdana;
font-size: 100%;
color: #444;
font-weight: normal;
text-align the gallery....
|