Thread: Backgrounds
View Single Post
  #6  
Old 09-19-2007, 01:36 PM
Chrispy is offline Chrispy

Join Date: Sep 2005
Location: Peria, New Zealand
Posts: 6,770

Send a message via MSN to Chrispy Send a message via Yahoo to Chrispy
Quote:
Originally posted by William
why don't you ask your buddy how he did it, instead of trying to do it the headway
He hasn't been online lately you know?

I did go view the Source a while ago but couldn't be bothered to narrow down where it is. I might know where it is now. I think I may have got it sussed...

** EDIT **

Okay, I scrapped this - and now, I'm aiming for something a bit different. In my CSS, I have this:

Code:
/* Border */
p.dashed {border-style: dashed}
In my HTML body, I have this:
Code:
<p class="dashed">A dashed border.
Now, what I want is so the border will be around everything (paragraphs, headers, etc.). I tried putting the </p> at the end of the document but no luck. Any help guys?

Thanks.

Chris
__________________
Intel Core Duo E7300 2.66GHz // SuperTalent DDR2 800 2GB // ASUS nVidia GeForce 8400GS 512MB // Western Digital 7200RPM 320GB SATA // LG GH-20LS 20X SATA DVD-RAM // Windows XP Pro 32-bit // Thermaltake XP550 NP 430W // Thermaltake SOPRANO SECC Black

Last edited by Chrispy; 09-19-2007 at 02:14 PM.
Reply With Quote