Div Layout 1.0 |
Div Layout 1.0 |
Dec 18 2009, 09:41 AM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 28 Joined: Jan 2009 Member No: 708,903 |
I'm having a problem with the code from the tutorial. I'm using the one that shows comments as I want my comments to show but I'm having 2 problems with it.
1. I can't get the comment writing to show, and I want the color to be the color I have everything else as. 2. Its also showing top friends and I only want comments to show. Also, I only want 1 comment on the page to be visible. Basically this is what's happening - I posted 2 to make the problem clear in case I didn't do a good description: and
Reason for edit: Please use [thumb] tags instead of [img] tags when posting large images. - Mike
|
|
|
|
![]() |
Dec 20 2009, 05:57 AM
Post
#2
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
Look for this in your codes:
CODE .friendSpace {display: none;} .friendsComments td, .friendsComments a:link, a:active, a:visited {color: FFFFFF;} .friendsComments a:hover {color: FF0000;} <style> table.friendsComments table table tr:first-child {display:block;} table.friendsComments table table tr {display:none;} </style> Replace it with this: CODE <style>
table.friendsComments table table tr:first-child {display:block;} table.friendsComments table table tr {display:none;} .friendSpace {display: none!important;} .friendsComments td, .friendsComments a:link, a:active, a:visited {color: 000000;} .friendsComments a:hover {color: FF0000;} </style> |
|
|
|
ShizukaHio Div Layout 1.0 Dec 18 2009, 09:41 AM
Mike Add this code to your stylesheet:
CODE.friendSpac... Dec 18 2009, 03:26 PM
ShizukaHio Its still showing my friends and its not showing a... Dec 19 2009, 05:12 AM
Mike Can you post a link to your page along with all of... Dec 19 2009, 07:59 AM
ShizukaHio About Me:
CODE<div style="position: absolu... Dec 20 2009, 04:29 AM
ShizukaHio I did do that, its like that on my profile. I... Dec 21 2009, 03:59 AM
ShizukaHio http://www.myspace.com/princess_kaguya
Just copy... Dec 27 2009, 05:07 AM
Mike You have this in your codes:
CODE<style>
... Dec 27 2009, 11:16 AM![]() ![]() |