View previous topic :: View next topic |
Author |
Message |
nickyounes
Joined: 20 Oct 2003 Posts: 22
|
Posted: Wed Dec 31, 2003 4:21 pm Post subject: 2 questions for the colors and tables |
|
|
I have more than one question...
I need to modify the pop-up where the people comments, I want to change the background, font, font color, etc but I don't know where to put the css codes and stuff!!
and I need to know how to create tables, you know, for each blog post I make, I want the date to be in a title table and below the blog in a table, etc..
please help me?
thanks! |
|
Back to top |
|
 |
Timi
Joined: 23 Jul 2003 Posts: 41 Location: Hungary
|
Posted: Fri Jan 02, 2004 5:45 pm Post subject: |
|
|
1, Openb2commentspopup.php
Into the head section paste this and edit as you want:
Code: |
<style type="text/css">
<!--
body { background-image: url("http://.........");
background-color:#......;
font:11px verdana;
color:#000000;
}
-->
</style> |
I have to ask the second one from some friends... |
|
Back to top |
|
 |
nickyounes
Joined: 20 Oct 2003 Posts: 22
|
Posted: Fri Jan 02, 2004 7:02 pm Post subject: |
|
|
oh thanksy wansy..I'll go try it out! |
|
Back to top |
|
 |
|