Log In · Register

 
something's wrong with my code..., ...but i don't know what
emvguitar
post Mar 14 2005, 03:30 PM
Post #1


Member
**

Group: Member
Posts: 21
Joined: Mar 2005
Member No: 111,841



Okay. I made this code, and it doesn't seem to work. I know that I can make one because I made my underOATH one. (see ) But, I can't figure out what I did wrong to make this not work. And it definately doesn't work right. ( see ) Blog box is in the right place and is the right size. But, the blog area is weird. Only like one line of text per line, and the text is white. Can somebody tell me what's wrong?



Thanks.
 
 
Start new topic
Replies
sherryvu
post Mar 14 2005, 03:53 PM
Post #2


Senior Member
*******

Group: Member
Posts: 3,826
Joined: Jan 2004
Member No: 2,330



try this:


problems you had:
instead of using this
QUOTE
.leftmoduletitlebar, .leftmoduleborder, .leftmoduleinterior, table.left, table.left TH, table.left TD
it's supposed to be this
CODE
.mainleft
to remove your left modules.

the only time you use "#" is before the hex color codes. you don't need it before every number (for example, the font size)

this removes the space to the left of your entries:
QUOTE
table.blogbody tr td {
/* this edits the left margin of blog */
width:1px;
padding-left: 1px;}
 the correct code is this:
CODE
.blogbody td { width:0px; padding-left:0px; }
the incorrect one was the cause of the "one text per line" problem.

and to remove the horizontal scrollbar, the width to the blogbody which was set at 410px was changed to 390px happy.gif

all you need to do now is change the font colors where it says "color" under the .blogbody section to "font-color"

i hope that helped _smile.gif
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: