Please HELP!!!

This is a discussion on "Please HELP!!!" within the Web Page Design section. This forum, and the thread "Please HELP!!! are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jul 28th, 2007, 06:28
Up'n'Coming Member
Join Date: May 2007
Location: cANADA
Age: 47
Posts: 50
Thanks: 0
Thanked 0 Times in 0 Posts
Please HELP!!!

Hi,

I'm wondering if someone can help me with the coding of this template that I'm working on. I am very unfamiliar with codes and I have someone from England who is trying but having a rough time. He suggested that I bring it here and possibly one of the experts could re-code it for me.

I would greatly appreciate it!!

Code: Select all
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Website names goes here</title>
<style type="text/css">

body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
width:100%
max-height: 100%; 
background-color: #f8ebf1;
}

#framecontentLeft{
    position: absolute;
    top: -10px;
    left: 0px;
    width: 102px; /*Width of left frame div*/
    height: 100%;
    overflow: hidden;
    color: #f8ebf1;
    background-image: url(images/left.jpg);
    z-index: 1;
}

#framecontentRight{
    position: absolute;
    top: -10px;
    width: 107px; /*Width of left frame div*/
    height: 100%;
    overflow: hidden;
    color: #f8ebf1;
    background-image: url(images/right.jpg);
    z-index: 1;
    left: 915px;
}

#framecontentTop{
    position: relative;
    top: -80px;
    left: -97px; /*Set left value to WidthOfLeftFrameDiv*/
    right: 150px; /*Set right value to WidthOfRightFrameDiv*/
    width: 813px;
    height: 133px; /*Height of top frame div*/
    overflow: disable;
    color: #f8ebf1;
    background-color: #f8ebf1;
    background-image: url(images/header2.jpg);
    z-index: 1;
    background-repeat: no-repeat;
}

#maincontent{
    position: fixed;
    top: 175px; /*Set top value to HeightOfTopFrameDiv*/
    left: 100px; /*Set left value to WidthOfLeftFrameDiv*/
    right: 600px; /*Set right value to WidthOfRightFrameDiv*/
    bottom: 0;
    overflow: auto;
    background-color: #f8ebf1;
    width: 804px;
    margin-right: 300px;
    padding-right: 500px;
}

.innertube{
    left: -20px;
}

* html body{ /*IE6 hack*/
padding: 120px 150px 0 200px; /*Set value to (HeightOfTopFrameDiv WidthOfRightFrameDiv 0 WidthOfLeftFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

* html #framecontentTop{ /*IE6 hack*/
width: 122%;
}

</style>

<link href="CSS/extra.css" rel="stylesheet" type="text/css">
</head>

<body>

<div id="framecontentLeft">
<div class="innertube">


</div>
</div>

<div id="framecontentRight">
<div class="innertube">



</div>
</div>

<div id="framecontentTop"></div>


<div id="maincontent">
<div class="innertube">

<h1 align="center">
  <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="557" height="105" title="Waterfall">
    <param name="movie" value="waterfalls.swf">
    <param name="quality" value="high">
    <embed src="waterfalls.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="557" height="105"></embed>
  </object>
</h1>
<h1 align="center">    Your text goes here</h1>
<p align="center" style="text-align: center">&nbsp;</p>
<p align="center" style="text-align: center">&nbsp;</p>
<p align="center" style="text-align: center"><a href="http://www.yourdomainname.com">Your webdesign name and link go here</a></p>
</div>
</div>


</body>
</html>
Reply With Quote

  #2 (permalink)  
Old Jul 28th, 2007, 06:31
VanessaJW's Avatar
SuperMember

SuperMember
Join Date: Apr 2007
Location: Kent, England
Age: 37
Posts: 560
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Please HELP!!!

What is the actual problem you are having?
Reply With Quote
  #3 (permalink)  
Old Jul 28th, 2007, 06:39
Up'n'Coming Member
Join Date: May 2007
Location: cANADA
Age: 47
Posts: 50
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Please HELP!!!

Hi,

When I preview it in IE browser it looks very distorted. The header and the columns are out of wack. Can you help?
Reply With Quote
  #4 (permalink)  
Old Jul 28th, 2007, 06:41
Up'n'Coming Member
Join Date: May 2007
Location: cANADA
Age: 47
Posts: 50
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Please HELP!!!

I'm told that it is an IE scripting problem
Reply With Quote
  #5 (permalink)  
Old Jul 28th, 2007, 06:49
VanessaJW's Avatar
SuperMember

SuperMember
Join Date: Apr 2007
Location: Kent, England
Age: 37
Posts: 560
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Please HELP!!!

Ah, sorry, no I don't know - but I've got a feeling it's something that someone else on here will be able to easily solve, so hang in there

(One day I'll be able to help someone with a coding problem, if I believe it enough it'll happen...)

Good luck with it!
Reply With Quote
  #6 (permalink)  
Old Jul 28th, 2007, 06:52
Up'n'Coming Member
Join Date: May 2007
Location: cANADA
Age: 47
Posts: 50
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Please HELP!!!

Thanks anyway
Reply With Quote
  #7 (permalink)  
Old Jul 28th, 2007, 10:24
Marc's Avatar
Moderator

SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Age: 15
Posts: 1,649
Thanks: 0
Thanked 8 Times in 8 Posts
Send a message via MSN to Marc Send a message via Skype™ to Marc
Re: Please HELP!!!

Please use a relevant post title next time!
Reply With Quote
  #8 (permalink)  
Old Jul 28th, 2007, 10:56
SuperMember

SuperMember
Join Date: Apr 2007
Location: Sydney
Posts: 154
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Please HELP!!!

How did you want the layout to be?? Ive attached an image of what it looks like in ie7.. (changed the div background colors obviously..
Reply With Quote
  #9 (permalink)  
Old Jul 28th, 2007, 11:00
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Please HELP!!!

Do you have a link to the site? I don't know what it's supposed to look like therefore I can't give you any ideas on how to fix it.
Reply With Quote
  #10 (permalink)  
Old Jul 28th, 2007, 12:58
Up'n'Coming Member
Join Date: May 2007
Location: cANADA
Age: 47
Posts: 50
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Please HELP!!!

this is the link: http://www.lightex.co.uk/testfolder/mike/index4.html
Reply With Quote
  #11 (permalink)  
Old Jul 28th, 2007, 15:40
Up'n'Coming Member
Join Date: May 2007
Location: cANADA
Age: 47
Posts: 50
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Please HELP!!!

For anyone who can help, here is the latest link to my problem:

http://www.inspiredconcepts-em.net/Test/index4(1).html
Reply With Quote
  #12 (permalink)  
Old Jul 29th, 2007, 00:51
SuperMember

SuperMember
Join Date: Apr 2007
Location: Sydney
Posts: 154
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Please HELP!!!

Hey, I had a bit of a play.. I changed the sidebars to one image 1022px wide, and just repeated that down the page. Deleted all the absolute positioning. I think it might have been your ie6 hacks making it wonky in the first place.


Code: Select all
 
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Website names goes here</title>
<style type="text/css">
body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
width:100%
max-height: 100%; 
background-color: #f8ebf1;
}
 
#framecontentLeft{
    height: 100%;
 width: 1022px;
    color: #f8ebf1;
    background-image: url(images/main.jpg);
    z-index: 1;
}
#framecontentRight{
    position: absolute;
    top: -10px;
    width: 107px; /*Width of left frame div*/
    height: 100%;
    overflow: hidden;
    color: #f8ebf1;
    background-image: url(images/right.jpg);
    z-index: 1;
    left: 915px;
}
#framecontentTop{
    width: 818px;
    height: 133px; /*Height of top frame div*/
    overflow: disable;
    color: #f8ebf1;
    background-color: #f8ebf1;
    background-image: url(images/header2.jpg);
    z-index: 1;
    background-repeat: no-repeat;
 margin-left: 102px;
}
#maincontent{
 
    overflow: hidden;
    width: 804px;
 margin-right: 102px;
 margin-left: 102px;
}
.innertube{
    left: -20px;
}
 
* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}
 
</style>
<link href="CSS/extra.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="framecontentLeft">
<div id="framecontentTop"></div>
 
 
 
<div id="maincontent">
 
<h1 align="center">
  <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/s...rsion=9,0,28,0" width="557" height="105" title="Waterfall">
    <param name="movie" value="waterfalls.swf">
    <param name="quality" value="high">
    <embed src="waterfalls.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/downl...ShockwaveFlash" type="application/x-shockwave-flash" width="557" height="105"></embed>
  </object>
</h1>
<h1 align="center">    Your text goes here</h1>
<p align="center" style="text-align: center">&nbsp;</p>
<p align="center" style="text-align: center">&nbsp;</p>
<p align="center" style="text-align: center"><a href="http://www.yourdomainname.com">Your webdesign name and link go here</a></p>
</div>
</div>
</body>
</html>
This works in ie6, ie7 and safari.

hope this helps.

Last edited by nate2099; Jul 29th, 2007 at 00:53.
Reply With Quote
  #13 (permalink)  
Old Jul 29th, 2007, 02:35
Up'n'Coming Member
Join Date: May 2007
Location: cANADA
Age: 47
Posts: 50
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Please HELP!!!

Hi,

Thanks for the effort, but what I get when I look at this in IE6 and FF is a blank page with just a header.
Reply With Quote
  #14 (permalink)  
Old Jul 29th, 2007, 02:47
SuperMember

SuperMember
Join Date: Apr 2007
Location: Sydney
Posts: 154
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Please HELP!!!

if you download this image

http:/www.tcnls.com/main.jpg

and save it in your images folder, this should work..
Reply With Quote
  #15 (permalink)  
Old Jul 29th, 2007, 02:50
SuperMember

SuperMember
Join Date: Apr 2007
Location: Sydney
Posts: 154
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Please HELP!!!

http://www.tcnls.com/test/Untitled-1.htm

this is it working
Reply With Quote
  #16 (permalink)  
Old Jul 29th, 2007, 02:54
Up'n'Coming Member
Join Date: May 2007
Location: cANADA
Age: 47
Posts: 50
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Please HELP!!!

ok, I can see the image in my browser but how do I download it?
Reply With Quote
  #17 (permalink)  
Old Jul 29th, 2007, 02:56
SuperMember

SuperMember
Join Date: Apr 2007
Location: Sydney
Posts: 154
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Please HELP!!!

just right click it, and save as
Reply With Quote
  #18 (permalink)  
Old Jul 29th, 2007, 03:12
Up'n'Coming Member
Join Date: May 2007
Location: cANADA
Age: 47
Posts: 50
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Please HELP!!!

Ok, I see the end result but I'm curious about something. While I awaited to hear from someone when I first submitted my post I have gone through the process of attempting to re-code the site. I had someone helping me and we were both running into the same problem. Here is the code:

Code: Select all
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Website names goes here</title>
<style type="text/css">

body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
width:100%
max-height: 100%; 
background-color: #f8ebf1;
}

#framecontentLeft{
    position: absolute;
    top: -10px;
    left: 0px;
    width: 102px; /*Width of left frame div*/
    height: 100%;
    overflow: hidden;
    color: #f8ebf1;
    background-image: url(images/left3.jpg);
    z-index: 1;
}

#framecontentRight{
    position: absolute;
    top: -10px;
    width: 107px; /*Width of left frame div*/
    height: 100%;
    overflow: hidden;
    color: #f8ebf1;
    background-image: url(images/right2.jpg);
    z-index: 1;
    left: 915px;
}

#framecontentTop{
    position: relative;
    top: -10px;
    left: 102px; /*Set left value to WidthOfLeftFrameDiv*/
    right: 170px; /*Set right value to WidthOfRightFrameDiv*/
    width: 813px;
    height: 133px; /*Height of top frame div*/
    overflow: disable;
    color: #f8ebf1;
    background-color: #f8ebf1;
    background-image: url(flash/header2.swf);

#maincontent{
    position: fixed;
    top: 175px; /*Set top value to HeightOfTopFrameDiv*/
    left: 100px; /*Set left value to WidthOfLeftFrameDiv*/
    right: 600px; /*Set right value to WidthOfRightFrameDiv*/
    bottom: 0;
    overflow: auto;
    background-color: #f8ebf1;
    width: 804px;
    margin-right: 300px;
    padding-right: 500px;
}

.innertube{
    left: 10px;
}

* html body{ /*IE6 hack*/
padding: 120px 150px 0 200px; /*Set value to (HeightOfTopFrameDiv WidthOfRightFrameDiv 0 WidthOfLeftFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

* html #framecontentTop{ /*IE6 hack*/
width: 121%;
}

</style>

<link href="CSS/extra.css" rel="stylesheet" type="text/css">
</head>

<body>

<div id="framecontentLeft">
<div class="innertube">
  <p align="center" h1="center">
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="773" height="134">
      <param name="movie" value="flash/header2.swf">
      <param name="quality" value="high">
      <embed src="flash/header2.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="773" height="134"></embed>
    </object>
  </p>
  </div>
</div>

<div id="framecontentRight">
<div class="innertube">



</div>
</div>

<div id="framecontentTop"></div>


<div id="maincontent">
<div class="innertube">

<h1 align="center">
  <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="771" height="160" title="Waterfall">
    <param name="movie" value="waterfalls.swf">
    <param name="quality" value="high">
    <embed src="flash/waterfalls.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="771" height="160"></embed>
  </object>
</h1>
<h1 align="center">    Your text goes here</h1>
<p align="center" style="text-align: center">&nbsp;</p>
<p align="center" style="text-align: center">&nbsp;</p>
<p align="center" style="text-align: center"><a href="http://www.yourdomainname.com">Your webdesign name and link go here</a></p>
</div>
</div>


</body>
</html>
Reply With Quote
  #19 (permalink)  
Old Jul 29th, 2007, 03:13
Up'n'Coming Member
Join Date: May 2007
Location: cANADA
Age: 47
Posts: 50
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Please HELP!!!

Can this be fixed?
Reply With Quote
  #20 (permalink)  
Old Jul 29th, 2007, 03:18
SuperMember

SuperMember
Join Date: Apr 2007
Location: Sydney
Posts: 154
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Please HELP!!!

what exactly is the problem??
Reply With Quote
Reply

Tags
coding issues

Thread Tools

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
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 21:43.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43