mithrus
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Moving BannerSorry to bump this, but I’m still having trouble getting it to work.
Forum: Themes and Templates
In reply to: Putting a border on linked imagesIt worked. Thanks!
Forum: Themes and Templates
In reply to: Putting a border on linked imagesAh, so I would add:
img.noborder {
border: none;
}
to the style sheet. And then, I would add class=”noborder” to the images I don’t want to have a border when their linked?
I’ll give it a try.
Forum: Themes and Templates
In reply to: Putting a border on linked imagesThat’s what I have right now, for all linked images. What I want to know is how I would make a separate class for just these four images.
Forum: Fixing WordPress
In reply to: Registering to several WordPress installations onceWhen you say this part:
$table_prefix = ’21_’; // example: ‘wp_’ or ‘b2’ or ‘mylogin_’
so lets do that:
#1’s prefix can be main_
#2’s prefix can be gaming_
#3’s prefix can be tech_Am I supposed to change the part where it has the ’21_’; to ‘main_’; and then ‘gaming_’; and ‘tech_’; for each individual file? When I went to the files, where the 21 was, it had wp. I went to change it for the main one, but when I refreshed the site, it said that it didn’t look like I had WP installed. Then I quickly switched it back to wp and it’s fine again.
I’m just a little confused.
Forum: Fixing WordPress
In reply to: Registering to several WordPress installations onceIs there a way to install it without losing all of the posts and such I have right now?
Forum: Fixing WordPress
In reply to: Registering to several WordPress installations onceThanks for the quick reply. Looks like it may work out. However, you mentioned the “multiuser WP,” what exactly is that?