473,395 Members | 1,949 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Do you know what text property this is?

290 100+
Hi,

I am trying to harmonize my type face with my blog.

this is what I have:



Use see the USEFUL CONNECTIONS ?

Well I have managed inserted into the theme some text
that says "Great deals"

I would like to make the Great Deals text appear the same as
the "Usefull Connection" text

I have guessed that it is courier

This is the code I have so far:

Expand|Select|Wrap|Line Numbers
  1. <center>
  2. <span style="font-family: courier; font-size: 16px; font-style: allcapitals;">
  3. Great Deals</span>
  4. <br><br>
  5. Below are some great deals provided
  6. by <a href="http://www.expert-world.com/im/index.php">Expert-World.com</a>
  7. <br><br>
From the image, you can see that it is not working !

Any ideas how I can make it the same ?

Thanks :)
Oct 10 '09 #1
4 1699
drhowarddrfine
7,435 Expert 4TB
There is no such thing as 'font-style: allcapitals'. What you want is 'text-transform:uppercase' but only applied to the characters after the first letter. Actually, that whole thing may be a different font than Courier but I'm not awake yet.
Oct 10 '09 #2
Dormilich
8,658 Expert Mod 8TB
it’s definitely not Courier, Courier is a monospace font and you can see the heading is not.
Oct 10 '09 #3
jeddiki
290 100+
Maybe a link will help:

Here is a link,
with a nice blog about the rain !

Rainy Days

Hope you can see the text that I mean.
Oct 10 '09 #4
Dormilich
8,658 Expert Mod 8TB
a FireBug told me:
Expand|Select|Wrap|Line Numbers
  1. font-size:1.25em;
  2. font-variant:small-caps;
  3. padding:0 0 5px;
  4. border-bottom:1px solid #DDDDDD;
  5. line-height:1.2em;
  6. color:#333333;
  7. font-family:Georgia,Tahoma,Verdana,Arial,Serif;
  8. font-weight:normal;
  9. margin:0;
  10. list-style-image:none;
  11. list-style-position:outside;
  12. list-style-type:none;
Oct 10 '09 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: Sam Martin | last post by:
I want to get a property's name from the property. e.g. not this.... this.txtField.DataBindings.Add("Text", myObject,"MyFieldOrProperty"); but this.... this.txtEmail.DataBindings.Add("Text",...
2
by: Rob Richardson | last post by:
Greetings! I just developed a little control I've wanted for ages. It links a textbox and a label into a single control. At first, I gave it a property named LabelText and another named...
1
by: Rob Richardson | last post by:
Greetings! A few days ago, I asked how to get a property named "Text" to appear in the Properties window for a control I developed. It was being hidden by the Text property of the UserControl...
1
by: Simon | last post by:
Hi everyone, I have a quick question that I hope someone can help me with: I've made a user control that contains a text box and some validation functionality. This control has a few extra...
2
by: Brian Schmidt | last post by:
I have a windows form with three tabs. In the instance where a specific one is selected, I need to do some validation to determine if the user may navigate to one of the other two, but not when...
9
by: Jason | last post by:
If I've got Me.RichTextBox1.Text = "In Ricn Tex Box" Me.RichTextBox1.Text &= "Line two" & vbCrLf How do I make the first line appear BOLD?
37
by: jht5945 | last post by:
For example I wrote a function: function Func() { // do something } we can call it like: var obj = new Func(); // call it as a constructor or var result = Func(); // call it as...
4
by: Dave | last post by:
TIA for the help.....this should be easy for a pro....I need the two divs with text to display on the same line at the top of the container..??? <html> <head> <style> body...
3
by: bhanubalaji | last post by:
hi, I am unable to disable the text(label) in javascript..it's working fine with IE,but i am using MOZILLA.. can any one help regarding this.. What's the wrong with my code? I am...
7
by: Eric Wertman | last post by:
I have a set of files with this kind of content (it's dumped from WebSphere): ]
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.