anniewayz
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: vertical scrollbar..please help.thank you!!!!!!!!!!!!!! It worked ^_^
Forum: Fixing WordPress
In reply to: coloured scrollbars not workingi wasn’t sure cuz my default was new topics, thanks though.
Forum: Fixing WordPress
In reply to: Colored scrollbars not showing up…what do you mean put it in the html? of the index file?
like put this:
<style type=”text/css”>
body
{ font-family: verdana, arial, “times new roman”;
color: #FFFFFF;
font-size: 10pt;
scrollbar-face-color : #ff0000;
scrollbar-highlight-color : #FFFFFF;
scrollbar-3dlight-color : #ff0000;
scrollbar-shadow-color : #FFFFFF;
scrollbar-darkshadow-color : #ff0000;
scrollbar-track-color : #ff0000;
scrollbar-arrow-color : #ff0000; }
</style>
into the index.php file?Forum: Themes and Templates
In reply to: comments appear on indexthis line:
<?php include(ABSPATH . ‘wp-comments.php’); ?>
if i remove it, the form is removed from my main page, but than comments don’t work at all. (if i click on comments, the comments page does not show the comments or form)
if i don’t remove it, well the form for comments is on my main page which i don’t want.
so how to enable comments, without having the form on my main page??Forum: Themes and Templates
In reply to: comments appear on indexhuh?
umm, i changed the background and deleted the menu. but the comments weren’t like that untill…right now. i’m not sure what i did.