Welcome to the Real Estate Forum


The "ORIGINAL" Real Estate Social Network" SINCE 2005 and your #1 Resource for all things Real Estate


  •  »Over 35,000 Members
  •  » Answer Questions From "REAL" Buyers & Sellers
  •  »Ask Questions & Share Stories With Fellow Real Estate Professionals.
  •  »Read Articles & Blogs written by Real Estate Professionals.

...you have come to the right place!


YES! I want to register an account for free right now!


p.s.: For registered members YOUR FORUM NAME is free of ads

Results 1 to 10 of 10
  1. #1
    fred is offline Fixer Upper
    Join Date
    Feb 2010
    Posts
    19

    Default Text Stlyle?

    How i can change the text Style using PHP?

  2. #2
    Spectrum is offline Fixer Upper
    Join Date
    Feb 2010
    Location
    Glasgow
    Posts
    20

    Default

    I think you should look into CSS, Google it. There is plenty of tutorials out there.

  3. #3
    kschweick is offline Fixer Upper
    Join Date
    Feb 2010
    Posts
    23

    Default

    Yeah, php isn't the right language.

    If you have an HTML file, you can open it up in a plain text editor and add this between the <head> and </head> tags:

    HTML Code:
    <style type="text/css">
    body {
            font-family:Georgia;
    }
    </style>
    In my example the font would be changed to Georgia.

  4. #4
    fred is offline Fixer Upper
    Join Date
    Feb 2010
    Posts
    19

    Default Thank u so much

    Thanks a lot to both of u you have solved my problem.

  5. #5
    ProfileYourCity is offline Fixer Upper
    Join Date
    Jan 2010
    Location
    Naples, Florida
    Posts
    20

    Default Cool font tool

    You can set your font using Cascading Style Sheets (CSS) as Fred said below.

    Or you can set the fonts on your website to a non-web font (Any font you want) that would be accessible to everyone who has javascript enabled on their browser.

    This is a really cool tool, and is very useful and well supported.
    http://cufon.shoqolate.com/generate/

    It actually transforms the text into a kind of image, however google and the other search engines still see it as text. It works real well for header tags and custom classes or you can just change all your font.

  6. #6
    fred is offline Fixer Upper
    Join Date
    Feb 2010
    Posts
    19

    Red face Thank u dear

    Very Informative knowledge dear thanks a lot for your sharing.

  7. #7
    Display Houses's Avatar
    Display Houses is offline Condominium
    Join Date
    Nov 2009
    Location
    Australia
    Posts
    306
    Blog Entries
    13

    Default

    Quote Originally Posted by Spectrum View Post
    I think you should look into CSS, Google it. There is plenty of tutorials out there.
    Yes you should open the css file of the site to edit the text styles. To learn more about CSS, you should read tutorials at http://w3schools.com/css/default.asp

  8. #8
    mount is offline Renter
    Join Date
    Apr 2010
    Posts
    2

    Default

    Thanks for the sharing very useful information. I will check it.

  9. #9
    andrewsmith is offline Fixer Upper
    Join Date
    Oct 2009
    Posts
    74

    Default Useful and Prolific information

    Exceptional and startling information has been provided thanks for sharing it.

  10. #10
    punita_lemon is offline Fixer Upper
    Join Date
    May 2010
    Posts
    20

    Default Office Space Edinburgh

    <style type="text/css">
    body {
    font-family:Georgia;
    }
    </style>

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •