#IDs for all (go back »)

June 13 2007, 8:24 PM

I've added identifiers for all the modues (both main and side) so that you'll be able to style each individual module specifically. Here are the identifiers for your reference.

For profile page: #splash, #bestfriends, #aboutme, #contactme, #comments, #links, #stats, #recententries, #recentphotos, #favorites, #submissions, #skills

For blog pages: #splash, #entries (this encompasses all the entries), #links, #subprofile, #stats, #cats

For photos pages: #splash, #photos, #links, #subprofile, #stats, #cats

For friends page: #splash, #links, #friends

Since there are duplicate identifiers between your pages, to avoid inadvertently styling for across all your pages, I would recommend using the page identifier. For example, if I want to style #splash on my profile page, the code would be:

#profile div#splash { /*css code here*/ }

If I want to style #splash on ALL my pages, the code would be:

#splash { /*css code here*/ }

Happy styling!

In CreateBlog

Comments

Displaying 1 - 14 of 14 comments

hellooo

Posted by koescape on Jul 24, 22 3:30 pm

*is there a way

Posted by ingodwerust on Apr 6, 09 1:19 am

"#entries (this encompasses all the entries)" puts one entry on top of the other in the "view all blogs" page. it the a way to align each entry so the align one under the other?

#blog div#entries {/*position:relative; top:-490px; width:455px; left:50%; margin-left:-235px;*/}

Posted by ingodwerust on Apr 6, 09 1:18 am

do u have to find the id for all those stuff?

Posted by deronn on Jan 14, 08 4:16 pm

Thanks. I'm using it.

Posted by livwho on Oct 15, 07 9:35 pm

How do I customize my friends page??

Posted by Clashing on Jul 18, 07 8:22 am

um... what happenes when you want to block a certain div layer for certain pages?
cuz i got everything but that down

Posted by Blaqheartedstar on Jul 9, 07 8:18 pm

pretty awesome, gotta try it out

Posted by Blaqheartedstar on Jul 5, 07 2:56 pm

can anyone pm me and explain this?

Posted by speakerboxx123 on Jun 29, 07 9:25 pm

this actually helped me a lot. thanks!

Posted by xxnvdisz on Jun 25, 07 4:13 am

wow so cool the code... l'm sure you love Eminem !

Posted by DaJaCKaL on Jun 19, 07 2:07 pm

thanks!!

Posted by brownsugar on Jun 17, 07 9:25 am

Add Comment

You must be logged in to comment

Profile

micron
  • Male

Statistics

Comments 14
Page views 63283

Custom Module

As requested, I've added support for custom modules by changing some HTML around (it might have affected your pages, so go check).

Side Module (footer HTML)

Main Module (header HTML)

Footer (footer HTML)