Site hosted by Angelfire.com: Build your free website today!
Jengalang1015: helloo

Auto response from atoyaaa
:

edarn.

atoyaaa: hi
Jengalang1015: hm
atoyaaa
: ?
Jengalang1015: so if i wanted to link back to my site in the navigation
Jengalang1015
: would i put index.htm
Jengalang1015
: or the index2.htm
atoyaaa
: index and don't add target=main to that one. It would just be a normal link <a href="urlhere">main</a>
Jengalang1015: k
Jengalang1015
: okk
Jengalang1015
: so when i editmy main page to add a blog/entry...i would edit it in index2.htm right?
atoyaaa
: yeup
atoyaaa: you might want to add the same css you added to the vistors.htm to index2.htm so the text matches the rest
Jengalang1015: ok but on my main page, the text is black and times new roman
atoyaaa
: where? in the blog module? thats because you didn't add the css to it
Jengalang1015: oh
Jengalang1015
: so same css in the visitor fgoes to index2
atoyaaa
: yea. It goes for all the extra pages accept index.htm because the index needs more css (all your divs and stuff)
Jengalang1015: so what i see here
Jengalang1015
: http://members18.freewebs.com/MembersA/W ebzEdit/editHTML.jsp?token=1cc03724d6614c 8810c279dc975&filename=visitor.htm&path=
atoyaaa: what do you mean?
atoyaaa: don't go by the preview go by the actual site. Just pretend the previe wasn't there.
Jengalang1015: i use all that and use it on the other pages
atoyaaa
: Just the css you put in visitors yes.


atoyaaa: Not the css in index.htm the one you put in visitors its shorter. If you really want to , to make it easier on you, you can put the css you have in index.htm but its a waste.
Jengalang1015: but when i type below the stlye css thing liek there where it says 'hmm', it doesnt show on the main page
atoyaaa
: It doesn't show when you go to yoursite.com/vistors.htm

It does show when you go to your main site and then click visitors

Jengalang1015: ya thats what i do
atoyaaa
: What browser are you using? it shows up fine and white for me and its readable
Jengalang1015: oh i see it, i just higlighted
Jengalang1015
: internet explorere
atoyaaa
: Don't look in the preview either. Only on the actual sight
Jengalang1015: ya
atoyaaa
: I can't help you w/ it not showing in ie if you can't see it because I run on a mac . No ie only FF & Safari.
Jengalang1015: argh why is it white/unable to see.
atoyaaa
: take a screenshot of how it looks for you maybe?
atoyaaa: it hsould show on the orangeish bg
Jengalang1015: ok
Jengalang1015
: http://img324.imageshack.us/img324/6218/sc reenshot7sh.jpg
Jengalang1015: thats when i clicked visitro
atoyaaa
: visitor works for me and it shows up white. You can change the color to black then if you want it to? and see if that works.

Thats weird .

Jengalang1015: yea
Jengalang1015
: okay ya
Jengalang1015
: i changed it to black
Jengalang1015
: i can see it
atoyaaa
: thats good. maybe the background was just too light
Jengalang1015: yea
Jengalang1015
: and when i scroll down
Jengalang1015
: its all one color
Jengalang1015
: no more 2 columns
atoyaaa
: thats because you have to cutt the background and then make it repeat-y

Jengalang1015: on which page
atoyaaa
: main index.htm
Jengalang1015: how would i cut it
Jengalang1015
: it was normal before
atoyaaa
: One sec I have one uploaded somwwhere
Jengalang1015: ok
Jengalang1015
: and then when i do make a blog entry, how would i make the date a header
atoyaaa
: ok first teh background ..
atoyaaa: http://dramatiq.org/images/bottom.jpg
Jengalang1015: i have something like that
Jengalang1015
: but its called the middle
atoyaaa
: Instead of the way kristina? well whoever did it .

Take this part from your css

background-image: url("http://img529.imageshack.us/img529/1343/middle0hq .gif
");
background-repeat: repeat-y;

and paste it above this line at the top of your css

background-color: #f0d9b7;

Jengalang1015: k let me try that
Jengalang1015
: it worked :]
atoyaaa
: great. For the headers to your css add this (has to go on all pages you want a header)

h1{
font-family: fontnamhere;
color: colorhere;
font-size: #px;
background-color: colorhere;
}


Add that before </style> and then wherever you want the header do <h1> text here </h1>

atoyaaa: I think kristina added some another way but I find h1 - h6 really easy
Jengalang1015: okk
Jengalang1015
: how about....how come the top half of the columns is different from the bottom
atoyaaa
: top half of what?
Jengalang1015: my layout
Jengalang1015
: ill screenshot it if you dont know what i mean
atoyaaa
: k
Jengalang1015: http://img342.imageshack.us/img342/8501/sc reenshot23kk.jpg
atoyaaa: thats jut the way its saved. happens alot .
Jengalang1015: ok
atoyaaa
: usualyl happens when you cutt the end of the image background. You should cutt the middle
Jengalang1015: o
Jengalang1015
: so for index2.htm
Jengalang1015
: i would put that h1 things before the end of my style
atoyaaa
: uhuh in all the pages you want to have that heading
Jengalang1015: like this? http://members18.freewebs.com/MembersA/W ebzEdit/editHTML.jsp?token=1cc03724d6614c 8810c279dc975&filename=index2.htm&path=
atoyaaa: <h1>asdfasdfasdfsdf</h1>asdf
doesn't go in the style tag. It goes where you want th header to be :-)

Jengalang1015: oh
Jengalang1015
: www.freewebs.com/jeng1015
Jengalang1015: ok i get that part :]
atoyaaa
: yeup you just have to change the color and style
Jengalang1015: style.what doy uo mean
atoyaaa
: style as in font-family: fontnamhere;
color: colorhere;
font-size: #px;
background-color: colorhere;
}

that part like edit it . where it says font name color etc . thats what I mean yb style

Jengalang1015: o0o
Jengalang1015
: thats for my header part?
atoyaaa
: uhuh you just change hte font, color, etc. Then anything between <h1> and </h1> will look that way
Jengalang1015: o0ok
Jengalang1015
: what else
Jengalang1015
: hm
Jengalang1015
: so if i made other pages, i would do the same to the visitor
atoyaaa
: yeup