go41

Re: this is unbelievable. FCG Featured Content Gallery :: Reply by Joern

von Joern am 21. Mai. 2010 | Keine Kommentare

Oh Omar, do not put <b> or <br /> or any styles directly in a .php file.

This is what a style sheet is for.
try

.frontpost {

border:3px solid #CCCCCC;

margin-top:10px;

}

to get a distance from box to box
with another background and bold font and some distance of text to border:

.frontpost {

background:none repeat scroll 0 0 #EEEEEE;

border:3px solid #CCCCCC;

font-weight:bold;

margin-top:10px;

padding:5px;

}
margin is outside the border, padding is inside

anything valid would work, the style.css is full of samples..
or black background and white text
.frontpost {

background:none repeat scroll 0 0 #000000;

border:3px solid #CCCCCC;

color:#FFFFFF;

font-weight:bold;

margin-top:10px;

padding:5px;

}
all styling should be done in style.css and not in the .php file
____________________
you find me on Google+, Twitter and Facebook

(von: Joern)

Hier noch 7 weitere Ergebnisse dieses Threads:

this is unbelievable. FCG Featured Content Gallery

21. Mai. 2010 (von: omerkhan01)

Hey Joern, I am using this image slideshow plug in called FCG Featured Content Gallery on one of my test development blogs.maaximummedia.byethost7.comHere is their web page.You can log in to my account with adminironman21The Gallery works ... Weiterlesen →

Re: this is unbelievable. FCG Featured Content Gallery :: Reply by omerkhan01

21. Mai. 2010 (von: omerkhan01)

By the way, how would you add a boxed border around each post.I know it has to do with background: url(../images/pborder.jpg) no-repeat bottom;and then top, left, right. Like if I wanted to create a box around each post.For instance, on…

Re: this is unbelievable. FCG Featured Content Gallery :: Reply by Joern

21. Mai. 2010 (von: Joern)

first: from upper post about 3rd column off:there is a div borderright around that div homerightcol which makes this problemthe styling: actually you put a div id or class around some content and give it a name, like there is…

Re: this is unbelievable. FCG Featured Content Gallery :: Reply by omerkhan01

21. Mai. 2010 (von: omerkhan01)

That makes excellent sense!. I am getting this. Thanks man! i am going to try it and let you know.Omar Weiterlesen →

Re: this is unbelievable. FCG Featured Content Gallery :: Reply by omerkhan01

21. Mai. 2010 (von: omerkhan01)

That makes excellent sense!. I am getting this. Thanks man! i am going to try it and let you know.Omar Weiterlesen →

Re: this is unbelievable. FCG Featured Content Gallery :: Reply by omerkhan01

21. Mai. 2010 (von: omerkhan01)

It worked perfectly, Now what if I wanted to create some cell padding or space from one block to anotherSo it it is not likeUUbutUUActually I figured it out. I put a after the </div> tag after the endwhile statement.Also,…

Re: this is unbelievable. FCG Featured Content Gallery :: Reply by omerkhan01

22. Mai. 2010 (von: omerkhan01)

Hey man, I got how to configure the div frontpost. I mean the entire white background of the blog. Or the background behind the blog.So you see the blog container is white. How do you make it black. I tried…

Autor:

Du findest mich auch auf Twitter und Facebook!

Schreibe einen Kommentar

Pflichtfelder sind mit * markiert.


Diese Website verwendet Akismet, um Spam zu reduzieren. Erfahre mehr darüber, wie deine Kommentardaten verarbeitet werden.

weitere forum Beiträge: