go41

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

von Joern am 21. Mai. 2010 | Keine Kommentare

first: from upper post about 3rd column off:

there is a div borderright around that div homerightcol which makes this problem
the styling: actually you put a div id or class around some content and give it a name, like there is div id ‚homerightcol‘

an id is allowed only once per view, div class you can use multiple times.
As you already guessed you make a div class ‚frontpost‘ around each post, starting after
<?php while (have_posts()) : the_post(); ?>
<div class="frontpost">
here is title and content as before
</div>
and closing before
<?php endwhile; ?>
do this in all columns (3x) in index.php
now you have each post in a div and can add in style.css
.frontpost {

border:3px solid #CCCCCC;

}
____________________
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 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 Joern

21. Mai. 2010 (von: Joern)

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 boxwith another background and bold font and…

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: