O'Reilly Forums: Chapter 4 Blueprint Files - O'Reilly Forums

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Chapter 4 Blueprint Files

#1 User is offline   ajmgraphics 

  • New Member
  • Pip
  • Group: Members
  • Posts: 1
  • Joined: 26-October 12

Posted 31 October 2012 - 03:06 PM

Hi,

I am in Chapter 4 of HF Web Design. The instructions said to download files from Blueprint...they are css files. I cannot get this example to even come close to the solution that I downloaded. I have gone over my html and css with a fine tooth comb and they are identical to HF.

It looks like the Blueprint CSS is over riding or messing the main css style sheet that we created in the book. This is sooo frustrating. I have spent hours trying to make this work.

Has anyone else had this issue? Is it the Blueprint CSS messing this up?

Thanks in advance!
0

#2 User is offline   astonecipher 

  • New Member
  • Pip
  • Group: Members
  • Posts: 2
  • Joined: 20-November 12

Posted 20 November 2012 - 05:40 PM

View Postajmgraphics, on 31 October 2012 - 03:06 PM, said:

Hi,

I am in Chapter 4 of HF Web Design. The instructions said to download files from Blueprint...they are css files. I cannot get this example to even come close to the solution that I downloaded. I have gone over my html and css with a fine tooth comb and they are identical to HF.

It looks like the Blueprint CSS is over riding or messing the main css style sheet that we created in the book. This is sooo frustrating. I have spent hours trying to make this work.

Has anyone else had this issue? Is it the Blueprint CSS messing this up?

Thanks in advance!



Make sure that your .CSS links follow the correct order. I.E.,

<link type="text/css" rel="stylesheet" href="round_layout.css" />
<link type="text/css" rel="stylesheet" href="square_layout.css" />

if you have styling for "div" and "body" in both, the last file while replace the styling of the prior file.
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users