• Hi i got this piece of code , and i wanted to change font size, so i added this code :

    <font size=”4″>

    but , i have not closed it, should i close it ?

    also , i have two “boxes” with text in my learn page , but they have different vertical space in every box, i want it to be like in the first box ( tweakingknobs clip)

    how do i fix this ? thanx!

    heres my code :

    <div class="clear">
    <span class="homebox"><font size="4">
    This is a free CC licensed TweakingKnobs animation clip, you can download all the files to see how its done, to remix it if you want or use it for personal or comercial purposes, check it out !
    </span></a>
    <a href=""><span class="homebox homebox-right">
    <img style="padding:0;margin:0;" alt="" src="http://www.tweakingknobs.com/wp-content/themes/fancy/images_tweakingknobs/boxes_watch_tweak.gif" />
    
    </span></a>
    <div class="clear"></div>
    <span class="homebox"><font size="4">
    Learn how to create an Oscilloscope inside Blender ! Armed with particules and the Audio analisys script , we can create a cool audio reactive particule system. Check it out !
    </span></a>
    <a href=""><span class="homebox homebox-right">
    <img style="padding:0;margin:0;" alt="" src="http://www.tweakingknobs.com/wp-content/themes/fancy/images_tweakingknobs/boxes_listen.gif" />
    </span></a>
    <div class="clear"></div>
    </div>

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Giorgo,

    This piece of php code tells your site what goes where. How it looks like should be only dicated by your style.css in your theme folder.
    So font-size=4 should go there under .homebox
    How it works:
    You can try it out first: get Firefox and the the Firefox addon Firebug.
    You can then click anywhere in your site and see what piece of the css influences that piece of your site and you can even make changes but not save them, so it is safe to practice.

    Thread Starter giorgiomartini

    (@giorgiomartini)

    Man , thanx !

    This firebug is awesome !

    I have fixed this issue allready , is a real time interactive web previewing tool , awesome !

    i will learn a lot with this !

    thanx again !

    Yep, it’s really a great tool. Glad I could help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Font size and vertical space between text in html ?’ is closed to new replies.