Pink Poogle Toy Forum

The official community of Pink Poogle Toy
Main Site
NeoDex
It is currently Sun Nov 24, 2024 10:45 pm

All times are UTC




Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 
Author Message
 Post subject: Gallery HTML question
PostPosted: Sun Sep 11, 2005 3:05 pm 
PPT Student
PPT Student
User avatar

Posts: 290
Joined: Mon May 31, 2004 10:30 am
howdy, just a quick Question, i'm starting up a gallery and I've got my background thats black, i'm just wondering if theres anyway to change the colour of the item names in the gallery, i'm looking through the HTML guide on neo and everything i'm trying isn't working, I've got the black background but i'm wanting white text, i've tried these so far:

<body bgcolor="#FFFFFF"></body>
<body bgcolor="#FFFFFF"> </body>

But nothings worked >>


Image


Top
 Profile  
 
 Post subject:
PostPosted: Sun Sep 11, 2005 4:07 pm 
Beyond Godly
Beyond Godly
User avatar

Posts: 2541
Joined: Mon Mar 07, 2005 10:50 am
Location: *bamf*
Code:
<style>
body{background-color: #000000;}
a{border:0px; font-weight:strong; color:#ffffff;}
a:hover{font-weight:strong; color:#ffffff;}
p,font,td{color:#ffffff;}
b{font-weight:strong; color:#ffffff;}
</style>


That should do the trick, just shove it before your html and/or description and the text will all be white with the background black :) You can also use the tags font-family: and font-size: to specify the font and font size you want. The font-weight:strong's that I have up there I did I think to alleviate any problems that might be had by having links in the description (ie to different categories of your gallery) but I can't quite remember. It doesn't make a difference to leave it in though.

You can change what's in "a" to specify link colours and "a:hover" to specify what colour links are when you hold the mouse over them.

You can also use
Code:
img{border:0px}

to get rid of the black line around the item boxes but with a black bg you don't really need that. Hope that helps, it should all work okay as I tested it on my own gallery :)


Petpet Central


Top
 Profile  
 
 Post subject:
PostPosted: Sun Sep 11, 2005 4:19 pm 
PPT Student
PPT Student
User avatar

Posts: 290
Joined: Mon May 31, 2004 10:30 am
YEY just tried it and it worked, Thanks a lot ^^


Image


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 73 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group