View Single Post
Old 11-16-2011, 08:14 AM   #18
surferguy
Monster Storm
 
surferguy's Avatar
 
Join Date: Apr 2007
Location: Calgary
Exp:
Default

OK by relinking the html to the css it does seem to work; so thank you very much photon! I guess i figured they would talk without actually setting up the link myself! With that in mind (again i copied this from this guys youtube tutorial) the links changed from this: previous

<link href="css/styles.css" rel="stylesheet" type="text/css media="screen">
<link href="css/print.css" rel="stylesheet" type="text/css media="print">

to this:

<link href="css/styles.css" rel="stylesheet" type="text/css"screen">
<link href="css/print.css" rel="stylesheet" type="text/css media="print">

Hopefully this does not cause me issue down the road as i continue on this tutorial.

Once again thanks for the help, CP wins again!
__________________
Shameless self promotion

surferguy is offline   Reply With Quote