Quick Question About ***Todays_comics***

For requests for help from CG administrators, Wranglers, and experienced CG members. Please read the FAQ before posting. Also look at CG Wiki for tutorials and how-tos written by other CG webtoonists.
Post Reply
User avatar
Banov
Regular Poster
Posts: 64
Joined: Fri Dec 03, 2004 6:34 am
Location: PA
Contact:

Quick Question About ***Todays_comics***

Post by Banov »

Hey,

The ***Todays_comics*** tag is a very, very useful guy for keeping your index page up to date without any effort. However, for the presentation of my site, I would like if my comic images all had a black border around them. Is it possible to apply image borders while using the Todays_comics tag, or do I have to resort to putting them in myself on the comic images?

~Banov
Image

User avatar
Dr Neo Lao
Cartoon Hero
Posts: 2397
Joined: Wed Oct 18, 2006 5:21 am
Location: Australia

Re: Quick Question About ***Todays_comics***

Post by Dr Neo Lao »

Comic link?

There isn't really any to change how the keentag behaves, but there are ways of tricking them into performing how you want them to. For example, you could put the tag inside a div or table tht had a black border set up, but that would put a black border around the whole lot. It would probably be easier if you added the border to the images prior to uploading.

User avatar
Banov
Regular Poster
Posts: 64
Joined: Fri Dec 03, 2004 6:34 am
Location: PA
Contact:

Re: Quick Question About ***Todays_comics***

Post by Banov »

Dr Neo Lao wrote:Comic link?
I'm still building the page. Having some trouble displaying images at the moment =p

Putting it in a table is an excellent idea, though, and works just fine for me. Thanks!
Image

User avatar
Tystarr
Regular Poster
Posts: 81
Joined: Wed May 30, 2007 3:30 pm
Location: Brooklyn!
Contact:

Re: Quick Question About ***Todays_comics***

Post by Tystarr »

Use divs..Tables are so 1998. Css will easily solve your problem.
Just make it so the images within a comic div have borders. An example of this would be to create the css and place the code into the html as so..

<div class="comic">
***todays_comics***
</div>

The div class "comic" css would be coded ..

.comic img{
border: black 10px solid
margin:0px;
padding:0px;
}

lol, you might get this or not at all. I'm horrible at explaining this stuff but theres sites like http://www.tizag.com/cssT/ and http://www.w3schools.com/css/ that will help you out tremendously.
Image

Post Reply