View Full Version : Links + Color of Scroll bar(not CSS)


jonathan12
04-01-2003, 05:07 AM
I need to know how to chage both of these without the use of using a CSS sheet. I am a lot more familiar with HTML and so I don't feel the need to learn CSS.

Is there a way to make the links underlined/ overlined/ crossed out without CSS? Also, is there away to change the color of the scroll bar without CSS? Or can I use HTMl and CSS on the same page?

Any help would be greatly appreciated

pb&j
04-01-2003, 05:16 AM
Originally posted by jonathan12
I don't feel the need to learn CSS.
it would benefit you greatly to learn some.
Originally posted by jonathan12
Is there a way to make the links underlined/ overlined/ crossed out without CSS?
<u> underlined </u>
overlined needs css
<s> crossed out </s>
Originally posted by jonathan12
Also, is there away to change the color of the scroll bar without CSS?
no.
Originally posted by jonathan12
can I use HTMl and CSS on the same page?
yes. definitly. css is an enhancement feature to html coding.

jonathan12
04-01-2003, 06:00 AM
Originally posted by pb&j
yes. definitly. css is an enhancement feature to html coding.

Thanks for the info, but can do I just do:

<html>

<back ground color and other colors>

<style type="text/css">

<!--

and begin whatever I need in CSS then....

--!>
</style>

and start up my regular html?

I need to do the overline, cross out and underline my links and color my scroll bar. Can you show me how to do that with my HTML?

jonathan12
04-01-2003, 06:08 AM
I want to change the scroll bar color and make my links change(like underlined overlined crossed out) Can you show me how?


<HTML>
<HEAD>
<font>
<basefont="times new roman" size="10" color="#ffffff">

<HTML>

<BODY BGCOLOR="#c0c0c0" LINK="#B0C4DE" VLINK="#0000FF" TEXT="#000000">
<center><img src="new_stuff.jpg" alt="what's new"></center>

<p><img src="rollup_pic.jpg"><b>march 30, 2003</b>
<br>
YES! ahahaha. The first little clip is up. I threw it together in like 10 minutes so whatever. Better footy soon to come.
Oh yeah, and I golfed a 45 on a par 29 course, thats half what I usually shoot, haha. Alright so yeah check out the clip in the videos section.
<br>
<p align=right><b>jon</b></p>
<HR width=80%>

<p><b>march 29, 2003</b>
<br>
Wow my friggin' computer won't capture the footage. Or it does capture it and it puts a big huge ugly line through it and you can't see anything.
THis is so frustrating. Oh well, me and Eric are goign filming tomorrow at a three stair and hopefully get something good their... Also going golfing<img src="buttrock.gif">.
While you wait for a video go to <a href="http://www.skateworks.com">skate works</a> and look at their vid's teaser, may take a while to load but it's sick.
<br>
<p align=right><b>jon</b></p></align>
<HR width=80%>

<p><b>march 28, 2003</b>
<br>
I have been skating only a little bit but I will put up a one trick clip(if my camera will work this time) . I uploaded a new
.gif image to the front page <img src="buttrock.gif" alt="rock out">. Later.
<br>
<p align=right><b>jon</b></align></p>
<HR width=80%>
<br>


<p><b>march 22, 2003</b>
<br>
I have been working a lot on the site. I think it has come along nicely. I am putting up the first clip by 2:00 P.M. tomorrow and hopefully it will work.
My good man travis needs to give me some footage from his ventures out, so I'll try to put that up.
<p align=right><b>jon</b></p>
<HR width=80%>

<BR>

<p><b>march 16, 2003</b>
<br>
well, I've been tweeking the new site's layout around and I have been jumping leeps and
bounds since the last update... I got rid of tons of unecessary HTML because I found a better
way to do things. So yeah, going filming tomorrow hopefully.
<p align=right><b>jon</b></p></font>


</style>
</head>
</html>

pb&j
04-01-2003, 02:24 PM
took out the FONT and BASEFONT.
moved the /HEAD and /STYLE up to the right places.
took out the extra HTML tag.
took out the /FONT tag at the end.
adjust the values as you desire.


<HTML>
<HEAD>
<style type="text/css">
body {
background-color : #c0c0c0;
font : 12pt "times new roman", "sans-serif";
color : #000000;
scrollbar-3dlight-color : #000000;
scrollbar-arrow-color : #000000;
scrollbar-base-color : #000000;
scrollbar-darkshadow-color : #000000;
scrollbar-face-color : #000000;
scrollbar-highlight-color : #000000;
scrollbar-shadow-color : #000000;
scrollbar-track-color : #000000;
}
a {text-decoration : none}
a:link {color : #b0c4de;}
a:visited {color : #0000ff;}
a:hover {text-decoration : underline overline;}
</style>
</head>

<BODY>
<center><img src="new_stuff.jpg" alt="what's new"></center>

<p><img src="rollup_pic.jpg"><b>march 30, 2003</b>
<br>
YES! ahahaha. The first little clip is up. I threw it together in like 10 minutes so whatever. Better footy soon to come.
Oh yeah, and I golfed a 45 on a par 29 course, thats half what I usually shoot, haha. Alright so yeah check out the clip in the videos section.
<br>
<p align=right><b>jon</b></p>
<HR width=80%>

<p><b>march 29, 2003</b>
<br>
Wow my friggin' computer won't capture the footage. Or it does capture it and it puts a big huge ugly line through it and you can't see anything.
THis is so frustrating. Oh well, me and Eric are goign filming tomorrow at a three stair and hopefully get something good their... Also going golfing<img src="buttrock.gif">.
While you wait for a video go to <a href="http://www.skateworks.com">skate works</a> and look at their vid's teaser, may take a while to load but it's sick.
<br>
<p align=right><b>jon</b></p></align>
<HR width=80%>

<p><b>march 28, 2003</b>
<br>
I have been skating only a little bit but I will put up a one trick clip(if my camera will work this time) . I uploaded a new
.gif image to the front page <img src="buttrock.gif" alt="rock out">. Later.
<br>
<p align=right><b>jon</b></align></p>
<HR width=80%>
<br>


<p><b>march 22, 2003</b>
<br>
I have been working a lot on the site. I think it has come along nicely. I am putting up the first clip by 2:00 P.M. tomorrow and hopefully it will work.
My good man travis needs to give me some footage from his ventures out, so I'll try to put that up.
<p align=right><b>jon</b></p>
<HR width=80%>

<BR>

<p><b>march 16, 2003</b>
<br>
well, I've been tweeking the new site's layout around and I have been jumping leeps and
bounds since the last update... I got rid of tons of unecessary HTML because I found a better
way to do things. So yeah, going filming tomorrow hopefully.
<p align=right><b>jon</b></p>


</html>

jonathan12
04-01-2003, 11:03 PM
THANK YOU SO MUCH