SORRY! I don't know where else to go to for help

11 replies
Would somebody be able to assist me with formatting the text on my site?

No matter what I try I can't get the text to be the same size with the same font.

I've spent more than 2 hours trying so it is not like I have not put in an effort.

My apologies for asking for help with such a trivial matter.


Many Thanks

Phil
  • Profile picture of the author Dennis Cheesman
    Hello Phil,

    What site are you talking about?

    Dennis
    {{ DiscussionBoard.errors[92479].message }}
    • Profile picture of the author Monetize
      It looks like you need to make changes to your
      StyleSheets - CSS. Are you doing that?
      {{ DiscussionBoard.errors[92483].message }}
      • Profile picture of the author Phil Jacobson
        sorry, I mean the site in my sig. It's the only site I have right now.

        I will have to research about CSS and Style sheets because I don't know about that.

        I thought that the editor in my backoffice could do it.

        Will I have to mess with HTML code?

        I am using Simplweb with Joomla.

        They have a button that can clean up your text that you paste from word.

        Tried it but didn't work.



        Phil
        Signature

        Why Drink Coffee only?

        www.GreenTea-Japan.com
        (Warrior Discounts)

        {{ DiscussionBoard.errors[92504].message }}
        • Profile picture of the author Martin Luxton
          Phil

          You shouldn't paste text from Word because it contains formatting. You should paste from a plain text file (right click on your desktop and open a "Text Document"

          Martin
          {{ DiscussionBoard.errors[92510].message }}
          • Profile picture of the author Phil Jacobson
            Originally Posted by Martin Luxton View Post

            Phil

            You shouldn't paste text from Word because it contains formatting. You should paste from a plain text file (right click on your desktop and open a "Text Document"

            Martin
            OK. I will try that.

            Thank you!!
            Signature

            Why Drink Coffee only?

            www.GreenTea-Japan.com
            (Warrior Discounts)

            {{ DiscussionBoard.errors[92511].message }}
          • Profile picture of the author Monetize
            It's funny because I just posted about this problem today.
            Don't take this the wrong way, but if you're going to have
            websites, you need to have a basic understanding of HTML
            so that you can make simple changes, updates, etc. to
            your sites.

            Anyway, your CSS files can be accessed via your control
            panels and the one containing text sizes is:

            templates/system/css/general.css

            There may be others as you have about nine different CSS
            pages, but the one above looks like the main one. Go there
            and resize your fonts.
            {{ DiscussionBoard.errors[92520].message }}
  • Profile picture of the author strive4impact
    CSS took me a long time to learn, but was completely worth it. Try Dave Taylor's book (Creating Cool Web Sites) on the subject. It will cut down your learning curve significantly. (This from me, the guy who will hardly ever RTFM -read the ------- manual.)

    Learning to edit the stylesheets will help a LOT. (This is one of those "Slow down to speed up" (Slow down and learn it, so you can speed up your business moving forward) lessons I wish someone had given me about 2 1/2 years ago.)
    {{ DiscussionBoard.errors[92514].message }}
  • Profile picture of the author Terry Crim
    Your site is running Joomla. You can't edit your page in a 3rd party editor and make it look the same in your site as you see in the editor because Joomla uses CSS to style all the content on the site.

    CSS or Cascading Style Sheets are text files that keep the styling, look, positioning of text and images, font, colors and everything to do with the look and feel of the site SEPERATE from the html markup.

    You will have to edit both the CSS and the Html to make any changes to your page. You can't just play around in html and expect things to work out for you. The CSS is in charge of how everything is displaying on the page.

    You will need someone knowlesgable in Joomla and CSS to help you correct your pages, it could be a simple matter or it could be a complete nightmare I haven't taken an indepth look at your code.

    - Terry
    {{ DiscussionBoard.errors[92523].message }}
    • Profile picture of the author ExRat
      Hi,

      Even though it might give you a headache, it could be invaluable for you to try and get a grip on this. Once you learn to isolate which part of the CSS is setting the rules regarding formatting your text, you can play around with changing it on a test site and before long you will realise that it is actually quite simple.

      Start by examining your page html code and trying to identify where it is setting the font (do a search for the word 'font' in that page's code - probably in the <head> section) and that will reveal the name of the CSS rule - (note - after inspection, this isn't the case).

      Then look for that name in your CSS stylesheet and once you find it you have cracked the first part of it. Then you just have to understand that it will probably set different font attributes for different areas of text (heading, body text etc).

      There are tons of free CSS tutorials on the net, if you have the inclination to learn this way.

      Edit -

      I would guess that you have been trying to change the font to arial (due to the html being full of 'arial' tags) but the CSS is setting it to verdana?

      Here is the location of your main stylesheet that is called in the code -

      http://www.thepowerofezines.com/temp...om/rokzoom.css

      Hope this is correct because I'm no web designer either...

      Edit2 - it is quite complicated because of the template that you are using. For example I can see that the template is using javascript to create transitions (I think that's for when you mouseover the menu) and it also has seperate stylesheets to make sure that it displays correctly in internet explorer.

      Conclusion - you need someone who knows what they are doing to tweak these stylesheets or you will be pulling your hair out for many more days...
      Signature


      Roger Davis

      {{ DiscussionBoard.errors[92548].message }}

Trending Topics