Furry stuff, oekaki stuff, and other stuff.
You are not logged in.
aah!
the strikethrough, bold, underline, and time are back ;;
Twighlight wrote:
yeah, something like that
You can do it in your header.php, or your notice. I prefer to do everything in the header.php
<table width="100%" cellspacing="0" cellpadding="0" colspan="2" align="center"><tr><td width="25" background="http://i152.photobucket.com/albums/s168/Kyoubou/ronz-5.gif"></td><td align="center"><div align="center">
That is the code I used, if you use it, you only need to edit the "25" and the link.
In the header.php file, it will place it all the way to the side, but in the notice, there will be a slight indent.
yeah, something like that
Twighlight wrote:
why thank you u_u
umm, also, i would like to add a sidebar on the left side of the oage.
URL customizable preferebly?
Do you mean like the stars found here: http://moonshineoekaki.net/ ? (I just threw it together D: )
Or something else?
why thank you u_u
umm, also, i would like to add a sidebar on the left side of the oage.
URL customizable preferebly?
Twighlight wrote:
of all, id like to remove the post bg, like on here
http://sutaro.com/oekaki/index.php
then, i wanna add a background to the comments themselves, like on here
http://sroekakia.com/oekaki/
think u can help?
;;
That is fairly simple, you need to edit:
.commentdata { /* The actual comments */ margin-bottom: 2px; padding: 2px 2px 2px 2px; text-align: left; vertical-align: top; color: black; background-color: #BACAD8; background-image: url("background.png"); font-size: 9pt; border-width: 0 0 0 0; border-color: black; border-style: solid; }
The background-color: black; can be altered if you wish to change the colour of the comments, and if you add background-image: url("background.png"); you can add an image to the comments.
As for the post BG:
.postmain { /* Container for each post */ vertical-align: top; padding: 11px; background-color: black; border-width: 1px; border-color: white; border-style: solid; }
You do the same thing, if you don't want anything, remove black;
(If you need further help, O-mail me.)
of all, id like to remove the post bg, like on here
http://sutaro.com/oekaki/index.php
then, i wanna add a background to the comments themselves, like on here
http://sroekakia.com/oekaki/
think u can help?
;;