View Full Version : Main frame problem


RavinKandieKid6
12-23-2004, 12:42 AM
<HTML>
<TITLE>Welcome to my site!</TITLE>
<HEAD></HEAD>
<frameset cols=130,* border=0>
<frame src=left.html name=left
scrolling=auto marginwidth=0 marginheight=0 noresize=yes>
<frame src=right.html name=main
scrolling=auto marginwidth=0 marginheight=0 noresize=yes>
</frameset>
<noframes>
You will need a frames capable browser to view this website.
</noframes>
</HTML>


Ok so i used the tutorial on star-girl.org to make a site n i used this html to make the main part mysite.html n i did everything else she said but for some reason when i open my site the main part(the very first page that opens) says its not there..the left side n all the links there work perfectly...plz help..to see my site n the prob use this link-------->>>> http://freewebs.com/ravinkandiekid69/mysite.html also could u plz tell me how to change those links on the left to any colors i want..thnks

wergo
12-23-2004, 04:34 AM
1) That link does not work
2) Did you make the right.html and left.html?
3) To change the colors of the links put between your <head></head> tags:

<style type="text/chss">
a{color:#(6-digit hexnumber in here);}
</styles>

Dont need the parentesies