× Register Login What's New! Contact us
Results 1 to 9 of 9 visibility 1923

Anyone know how to do this on Ms Publisher 2007?

  1. #1
    Life_Is_Short's Avatar Full Member
    brightness_1
    IB Oldtimer
    star_rate star_rate star_rate star_rate star_rate star_rate star_rate star_rate star_rate star_rate star_rate
    Join Date
    Jan 2010
    Gender
    Female
    Religion
    Islam
    Posts
    1,043
    Threads
    74
    Rep Power
    92
    Rep Ratio
    76
    Likes Ratio
    4

    Anyone know how to do this on Ms Publisher 2007?

    Report bad ads?



    I need to know how to do drop cap function for an article.

    new113 1 - Anyone know how to do this on Ms Publisher 2007?

    Jazak'Allah Khair.
    chat Quote

  2. Report bad ads?
  3. #2
    Cabdullahi's Avatar Full Member
    brightness_1
    IB Oldskool
    star_rate star_rate star_rate star_rate star_rate star_rate star_rate star_rate star_rate star_rate star_rate
    Join Date
    Sep 2006
    Location
    London...previously coventry
    Gender
    Male
    Religion
    Islam
    Posts
    5,610
    Threads
    151
    Rep Power
    139
    Rep Ratio
    94
    Likes Ratio
    7

    Re: Anyone know how to do this on Ms Publisher 2007?

    Im not good at that unfortunately but i hope this link helps InshaAllah!

    http://malektips.com/publisher-2007-drop-cap.html
    chat Quote

  4. #3
    MMohammed's Avatar Full Member
    brightness_1
    Full Member
    star_rate star_rate star_rate star_rate star_rate star_rate star_rate star_rate star_rate star_rate star_rate
    Join Date
    Aug 2009
    Location
    Jeddah, SaudiArabia
    Religion
    Unspecified
    Posts
    264
    Threads
    15
    Rep Power
    90
    Rep Ratio
    67
    Likes Ratio
    2

    Re: Anyone know how to do this on Ms Publisher 2007?

    Do it with CSS:
    Code:
    first-letter{
    font-size:15px;
    float:left;
    }
    Have fun with CSS, dont depend totally on Publisher.CSS is also very very easy and you have to only link it to your Html Page to do that
    For example,
    This will be your Html Page:
    Code:
    <html>
    <head>
    <link rel="stylesheet" href="styles.css" type="text/css">
    </head>
    <body>A fox jumps over the cat</body>
    </html>
    link rel.. is to link the CSS file with HTML.In other words, HTML will import its decoration and style with that.But with what?
    A css file.You have to make a new CSS file and save it with .css format and its name must be "styles" as you can see in the link rel tag, we gave the url(or href), styles.css, so styles will be it's name and css file be its format.And edit the CSS file and enter this:
    Code:
    first-letter{
    font-size:15px;
    font-weight:bold;
    float:left;
    }
    You can easily see that the CSS file is telling to HTML to make the first-letter(the letter at the beginning of the sentence), big(15px;increase as you want), bold or thick and to stay at left(remove float:left if your text is not wrapped in paragraph;<p> tags or it can make a problem) like the one you gave the picture of.
    And it's result will be:
    dot4qa 1 - Anyone know how to do this on Ms Publisher 2007?
    CSS is easy, isn't it?
    I am ready to help you anytime
    Last edited by MMohammed; 02-28-2010 at 07:43 PM.
    Anyone know how to do this on Ms Publisher 2007?


    2qwlqb9 1 - Anyone know how to do this on Ms Publisher 2007?
    JazakAllahu Khayr
    ,
    chat Quote

  5. #4
    Life_Is_Short's Avatar Full Member
    brightness_1
    IB Oldtimer
    star_rate star_rate star_rate star_rate star_rate star_rate star_rate star_rate star_rate star_rate star_rate
    Join Date
    Jan 2010
    Gender
    Female
    Religion
    Islam
    Posts
    1,043
    Threads
    74
    Rep Power
    92
    Rep Ratio
    76
    Likes Ratio
    4

    Re: Anyone know how to do this on Ms Publisher 2007?

    ^Jazak'Allah brother but that is way too complicated.
    chat Quote

  6. Report bad ads?
  7. #5
    MMohammed's Avatar Full Member
    brightness_1
    Full Member
    star_rate star_rate star_rate star_rate star_rate star_rate star_rate star_rate star_rate star_rate star_rate
    Join Date
    Aug 2009
    Location
    Jeddah, SaudiArabia
    Religion
    Unspecified
    Posts
    264
    Threads
    15
    Rep Power
    90
    Rep Ratio
    67
    Likes Ratio
    2

    Re: Anyone know how to do this on Ms Publisher 2007?

    It ain't.I have described it wholly and that's why it looks hard.
    Go to www.w3schools.com and stop using publisher!
    Anyone know how to do this on Ms Publisher 2007?


    2qwlqb9 1 - Anyone know how to do this on Ms Publisher 2007?
    JazakAllahu Khayr
    ,
    chat Quote

  8. #6
    Life_Is_Short's Avatar Full Member
    brightness_1
    IB Oldtimer
    star_rate star_rate star_rate star_rate star_rate star_rate star_rate star_rate star_rate star_rate star_rate
    Join Date
    Jan 2010
    Gender
    Female
    Religion
    Islam
    Posts
    1,043
    Threads
    74
    Rep Power
    92
    Rep Ratio
    76
    Likes Ratio
    4

    Re: Anyone know how to do this on Ms Publisher 2007?

    All in good time. Ins'Allah.

    I need to write this article on publisher, for now.

    Jazak'Allah Khair.
    chat Quote

  9. #7
    MMohammed's Avatar Full Member
    brightness_1
    Full Member
    star_rate star_rate star_rate star_rate star_rate star_rate star_rate star_rate star_rate star_rate star_rate
    Join Date
    Aug 2009
    Location
    Jeddah, SaudiArabia
    Religion
    Unspecified
    Posts
    264
    Threads
    15
    Rep Power
    90
    Rep Ratio
    67
    Likes Ratio
    2

    Re: Anyone know how to do this on Ms Publisher 2007?

    Its ok
    Which website do you work on?
    Anyone know how to do this on Ms Publisher 2007?


    2qwlqb9 1 - Anyone know how to do this on Ms Publisher 2007?
    JazakAllahu Khayr
    ,
    chat Quote

  10. #8
    Life_Is_Short's Avatar Full Member
    brightness_1
    IB Oldtimer
    star_rate star_rate star_rate star_rate star_rate star_rate star_rate star_rate star_rate star_rate star_rate
    Join Date
    Jan 2010
    Gender
    Female
    Religion
    Islam
    Posts
    1,043
    Threads
    74
    Rep Power
    92
    Rep Ratio
    76
    Likes Ratio
    4

    Re: Anyone know how to do this on Ms Publisher 2007?

    This is not for a website although it would be a good idea to put this article on mine.
    I created this one for A-level students once: http://www.a-levelresources.viviti.com/ They have ready made templates though.
    Last edited by Life_Is_Short; 03-01-2010 at 02:27 PM.
    chat Quote

  11. #9
    'Abd al-Baari's Avatar Full Member
    brightness_1
    al-Taalib
    star_rate star_rate star_rate star_rate star_rate star_rate star_rate star_rate star_rate star_rate star_rate
    Join Date
    Aug 2006
    Gender
    Male
    Religion
    Islam
    Posts
    4,923
    Threads
    157
    Rep Power
    145
    Rep Ratio
    138
    Likes Ratio
    3

    Re: Anyone know how to do this on Ms Publisher 2007?

    Assalaamu 'Alaykum,

    Highlight your text, go to 'Format' and click on 'Drop Cap' and that should give you the option that you're looking for inshaa'Allah.
    Anyone know how to do this on Ms Publisher 2007?

    chat Quote


  12. Hide
Hey there! Anyone know how to do this on Ms Publisher 2007? Looks like you're enjoying the discussion, but you're not signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off. You also get notifications, here and via email, whenever new posts are made. And you can like posts and share your thoughts. Anyone know how to do this on Ms Publisher 2007?
Sign Up

Posting Permissions

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