Some Questions About Milky_Way's Style »  Show posts from    to     

Icy Phoenix


phpBB 3 MODS And Styles (Not Compatible With phpBB 3.1) - Some Questions About Milky_Way's Style



BlancoLanda [ Wed 22 Jul, 2009 13:31 ]
Post subject: Some Questions About Milky_Way's Style
I have a website, the domain name is not the name that it will be have, it's just an old domain name that I use for testing, I have two questions.

The first, come to lac-clan.com.ar and look, The background of the website is totally white, I would like to insert an image, like this website have:

fifa-xgamers.com

Both website have a phpbb portal mod, but i don't know how to put a background image.

My other question, is:

I tried to put a Portal button between 'Identificarse' and 'Foro', but you can see that button in the banner, I did something bad :S

How can I put the 'Portal' button between 'Identificarse' and 'Foro'?

Thank you.


Mighty Gorgon [ Thu 23 Jul, 2009 12:55 ]
Post subject: Re: Some Questions About Milky_Way's Style
For the first issue you should add an image to the CSS at the .body section.

Code: [Hide]
  1. body {  
  2. /* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */  
  3. font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;  
  4. color: #333333;  
  5. background: url('./images/mybkg.jpg') repeat;  
  6. font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */  
  7. margin: 0px 10px 0px 10px;  


For the second one you should edit menu_block.html


BlancoLanda [ Thu 23 Jul, 2009 17:16 ]
Post subject: Re: Some Questions About Milky_Way's Style
Thank you very much, I solved these questions.


Mighty Gorgon [ Thu 23 Jul, 2009 20:31 ]
Post subject: Re: Some Questions About Milky_Way's Style
Great!

You are welcome.




Powered by Icy Phoenix