16-05-2008, 09:57 | #21 |
I iz speshul
Join Date: Jun 2006
Location: Liverpool
Posts: 6,296
|
Yeah, I think I know what you mean, should be easy enough to sort out
__________________
Our deepest fear is not that we are inadequate. Our deepest fear is that we are powerful beyond measure. It is our light, not our darkness, that most frightens us. Your playing small does not serve the world. There is nothing enlightened about shrinking so that other people won't feel insecure around you. We are all meant to shine as children do. It's not just in some of us; it is in everyone. And as we let our own lights shine, we unconsciously give other people permission to do the same. As we are liberated from our own fear, our presence automatically liberates others. |
16-05-2008, 14:04 | #22 |
I iz speshul
Join Date: Jun 2006
Location: Liverpool
Posts: 6,296
|
__________________
Our deepest fear is not that we are inadequate. Our deepest fear is that we are powerful beyond measure. It is our light, not our darkness, that most frightens us. Your playing small does not serve the world. There is nothing enlightened about shrinking so that other people won't feel insecure around you. We are all meant to shine as children do. It's not just in some of us; it is in everyone. And as we let our own lights shine, we unconsciously give other people permission to do the same. As we are liberated from our own fear, our presence automatically liberates others. |
17-05-2008, 14:46 | #23 |
Tinkerbell
Join Date: Jul 2006
Location: Burgess Hill, West Sussex
Posts: 743
|
That's perfect :-) thank you so much!! How does the the code work out?
__________________
Debut album "Waking Up" Avaliable on all iTunes stores, Amazon Mp3 Special Hand Made Ltd Edition: £10 via Paypal |
17-05-2008, 20:09 | #24 |
I iz speshul
Join Date: Jun 2006
Location: Liverpool
Posts: 6,296
|
HTML code
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Project Lumino</title> <link href="bio.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="wrapper"> <div id="header"> <h1><img src="headerlarge.jpg" alt="Project Lumino Site"/></h1> </div> <div id="navigation"> <ul> <li>Home</li> <li>Bio</li> <li>News</li> <li>Gallery</li> <li>Music</li> <li>Blog</li> <li>Merch</li> <li>Links</li> </ul> </div> <div id="photo"> <img src="biomeimage.jpg"/> </div> <div id="main"> <h2>Biography</h2> <h3>The Beginning</h3> <p>Project Lumino is me, Holly Sellors. I creating electronic music in April 2007. My inspiration for producing began when I studied Music Technology.</p> <p>textextextextextextextexttextextextextextextext exttextextextextextextextexttextextextextextextext exttextextextextextextextexttextextextextextextext exttextextextextextextextext</p> <h4> The start of Lumino</h4> <p>textextextextextextextexttextextextextextextext exttextextextextextextextexttextextextextextextext xtext</p> <p>textextextextextextextexttextextextextextextext exttextextextextextexteextextextextextextexttextex textextextextextexttextextextextextextextext</p> <p>textextextextextextextexttextextextextextextext exttextextextextextextextexttextextextextextexttex ttextextextextextextextext</p> </div> </div> </body> </html> Code:
@charset "utf-8"; /* CSS Document */ body { background-color:orange; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; margin:0px; padding: 0px 20px 20px 20px } #wrapper { background-color:#FFFFFF; min-height:800px; width:800px; margin:auto; } #navigation li { display: inline; font-size:14px; font-weight:bold; } #photo { float:right; width:278px; }
__________________
Our deepest fear is not that we are inadequate. Our deepest fear is that we are powerful beyond measure. It is our light, not our darkness, that most frightens us. Your playing small does not serve the world. There is nothing enlightened about shrinking so that other people won't feel insecure around you. We are all meant to shine as children do. It's not just in some of us; it is in everyone. And as we let our own lights shine, we unconsciously give other people permission to do the same. As we are liberated from our own fear, our presence automatically liberates others. |
18-05-2008, 12:09 | #25 |
Tinkerbell
Join Date: Jul 2006
Location: Burgess Hill, West Sussex
Posts: 743
|
Right I've discovered my problem I think I did have. I tried out that code and the layout worked fine, except again the orange background didn't show and the header came out too big, the verdana didn't show up either.
Downloaded Firefox though, as I was previously using Safari to preview and apart from the header being too big (which is easily changed) everything else works It makes me worry though, if it always works in Firefox ok, but nothing comes up in Safari, what happens when I've finished it and it doesn't work in Safari Is there anyway of assuring it will work in Safari?
__________________
Debut album "Waking Up" Avaliable on all iTunes stores, Amazon Mp3 Special Hand Made Ltd Edition: £10 via Paypal |
18-05-2008, 12:34 | #26 |
Tinkerbell
Join Date: Jul 2006
Location: Burgess Hill, West Sussex
Posts: 743
|
hmm tried resizing the header image to make it fit correctly within the borders. Only the Alt text now shows up in Mozilla. Still nothing shows in Safari.
In Mozilla: In Safari: Thanks Davey, I can't understand what's different in mine to yours, and why it cant recognise the new image even though it's saved as a jpg with the correct link. I think my professional dream career as a web designer is a looooooong way off lol
__________________
Debut album "Waking Up" Avaliable on all iTunes stores, Amazon Mp3 Special Hand Made Ltd Edition: £10 via Paypal |
18-05-2008, 13:17 | #27 |
Screaming Orgasm
Join Date: Jul 2006
Location: Newbury
Posts: 15,194
|
For the background, try changing the background-color from orange to #ffa500 (or use #ff7800 to match the orange colour in the header). Also, try removing the header (h1) tags from around the header image. Other than that I can't help much without knowing what you changed with the header.
Last edited by Mark; 18-05-2008 at 13:20. |
18-05-2008, 17:18 | #28 |
I iz speshul
Join Date: Jun 2006
Location: Liverpool
Posts: 6,296
|
This is what I see in Safari, using my code. If you're seeing different, I'm wondering if Macs render things differently to Windows....
__________________
Our deepest fear is not that we are inadequate. Our deepest fear is that we are powerful beyond measure. It is our light, not our darkness, that most frightens us. Your playing small does not serve the world. There is nothing enlightened about shrinking so that other people won't feel insecure around you. We are all meant to shine as children do. It's not just in some of us; it is in everyone. And as we let our own lights shine, we unconsciously give other people permission to do the same. As we are liberated from our own fear, our presence automatically liberates others. |
18-05-2008, 17:41 | #29 |
Chef extraordinaire
Join Date: Jul 2006
Location: Infinite Loop
Posts: 11,143
|
Davey you got that code live as I'll check it on my iBook here to see how it renders?
__________________
"Dr Sheldon Cooper FTW!" |
18-05-2008, 18:01 | #30 |
I iz speshul
Join Date: Jun 2006
Location: Liverpool
Posts: 6,296
|
Fraid not Leo, it's only local at the moment and I don't have any webspace I can upload it to.
__________________
Our deepest fear is not that we are inadequate. Our deepest fear is that we are powerful beyond measure. It is our light, not our darkness, that most frightens us. Your playing small does not serve the world. There is nothing enlightened about shrinking so that other people won't feel insecure around you. We are all meant to shine as children do. It's not just in some of us; it is in everyone. And as we let our own lights shine, we unconsciously give other people permission to do the same. As we are liberated from our own fear, our presence automatically liberates others. |
Thread Tools | |
Display Modes | |
|
|