Boat Drinks  

Go Back   Boat Drinks > General > Computer and Consoles

Reply
 
Thread Tools Display Modes
Old 16-05-2008, 09:57   #21
Davey_Pitch
I iz speshul
 
Davey_Pitch's Avatar
 
Join Date: Jun 2006
Location: Liverpool
Posts: 6,296
Default

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.
Davey_Pitch is offline   Reply With Quote
Old 16-05-2008, 14:04   #22
Davey_Pitch
I iz speshul
 
Davey_Pitch's Avatar
 
Join Date: Jun 2006
Location: Liverpool
Posts: 6,296
Default

This?

__________________

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.
Davey_Pitch is offline   Reply With Quote
Old 17-05-2008, 14:46   #23
HollyThirtyFive
Tinkerbell
 
HollyThirtyFive's Avatar
 
Join Date: Jul 2006
Location: Burgess Hill, West Sussex
Posts: 743
Default

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
HollyThirtyFive is offline   Reply With Quote
Old 17-05-2008, 20:09   #24
Davey_Pitch
I iz speshul
 
Davey_Pitch's Avatar
 
Join Date: Jun 2006
Location: Liverpool
Posts: 6,296
Default

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>
CSS code

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;
}
If you have any problems with it just let me know
__________________

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.
Davey_Pitch is offline   Reply With Quote
Old 18-05-2008, 12:09   #25
HollyThirtyFive
Tinkerbell
 
HollyThirtyFive's Avatar
 
Join Date: Jul 2006
Location: Burgess Hill, West Sussex
Posts: 743
Default

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
HollyThirtyFive is offline   Reply With Quote
Old 18-05-2008, 12:34   #26
HollyThirtyFive
Tinkerbell
 
HollyThirtyFive's Avatar
 
Join Date: Jul 2006
Location: Burgess Hill, West Sussex
Posts: 743
Default

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
HollyThirtyFive is offline   Reply With Quote
Old 18-05-2008, 13:17   #27
Mark
Screaming Orgasm
 
Join Date: Jul 2006
Location: Newbury
Posts: 15,194
Default

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.
Mark is offline   Reply With Quote
Old 18-05-2008, 17:18   #28
Davey_Pitch
I iz speshul
 
Davey_Pitch's Avatar
 
Join Date: Jun 2006
Location: Liverpool
Posts: 6,296
Default

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.
Davey_Pitch is offline   Reply With Quote
Old 18-05-2008, 17:41   #29
leowyatt
Chef extraordinaire
 
leowyatt's Avatar
 
Join Date: Jul 2006
Location: Infinite Loop
Posts: 11,143
Default

Davey you got that code live as I'll check it on my iBook here to see how it renders?
__________________
"Dr Sheldon Cooper FTW!"
leowyatt is offline   Reply With Quote
Old 18-05-2008, 18:01   #30
Davey_Pitch
I iz speshul
 
Davey_Pitch's Avatar
 
Join Date: Jun 2006
Location: Liverpool
Posts: 6,296
Default

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.
Davey_Pitch is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 13:25.


Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.