Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Website Design Forum


You are currently viewing our Website Design Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Dreamweaver Tempalte issue
Old 11-07-2008, 12:29 PM Dreamweaver Tempalte issue
Novice Talker

Posts: 9
Trades: 0
Hi Guys,

Hoping you can help me as I'm new to dreamweaver.

My Clients site, http://www.iflyjetz.com/collision/

is using a DW Template, which is great and useful etc etc...

My problem is the white space below the content. It seems to be that I need to leave this white space in order to allow other pages, with longer content to fill it up ( i.e. http://www.iflyjetz.com/collision/privacy.html)

Obviously it is impossible to have every page the exact same amount of content so I am left with this position of the pages with les content having huge white spaces in them to allow for the pages with more content.

I know this would be easily solved if it was a normal site but I'd like to use the template as its so so handy and its my first time using it.

Any help or pointers in the right direction about how to solve this, would be much appreciated.

Also, while your at it a critique wouldn't go a miss! (Although this is not the final design its very close)

Thank you
iflyjetz
iflyjetz is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 11-07-2008, 01:34 PM Re: Dreamweaver Tempalte issue
wayfarer07's Avatar
Poo on You

Latest Blog Post:
Introducing WowWindow
Posts: 3,987
Name: Abel Mohler
Location: Asheville, North Carolina USA
Trades: 0
you need to remove the height from the #container and the #text elements. After that, it is just a problem with not clearing your floats. Clearing Floats

BTW, it is generally a very bad idea to have all the CSS in the head like that. Put it in an external stylesheet where it belongs.
__________________
I build web things. I work for the startup
Please login or register to view this content. Registration is FREE
.
wayfarer07 is offline
Reply With Quote
View Public Profile Visit wayfarer07's homepage!
 
Old 11-07-2008, 01:49 PM Re: Dreamweaver Tempalte issue
Novice Talker

Posts: 9
Trades: 0
Thanks for that,

Will work on both sugestions!

iflyjetz
iflyjetz is offline
Reply With Quote
View Public Profile
 
Old 11-07-2008, 08:34 PM Re: Dreamweaver Tempalte issue
Novice Talker

Posts: 9
Trades: 0
Wayfarer,

That worked beautifully in IE after clearing the floats as suggested using the 'overflow ;' method, however in FF the #text and#container elements are inexplicably shifted over to the right side of the page, off the screen, the rest remains unchainged.

Regards,
iflyjetz

Last edited by iflyjetz; 11-07-2008 at 08:41 PM..
iflyjetz is offline
Reply With Quote
View Public Profile
 
Old 11-08-2008, 11:07 AM Re: Dreamweaver Tempalte issue
wayfarer07's Avatar
Poo on You

Latest Blog Post:
Introducing WowWindow
Posts: 3,987
Name: Abel Mohler
Location: Asheville, North Carolina USA
Trades: 0
I'm not seeing what you are describing. Did you fix it?
__________________
I build web things. I work for the startup
Please login or register to view this content. Registration is FREE
.
wayfarer07 is offline
Reply With Quote
View Public Profile Visit wayfarer07's homepage!
 
Old 11-08-2008, 12:18 PM Re: Dreamweaver Tempalte issue
Novice Talker

Posts: 9
Trades: 0
Yes, I have fixed it but it only seems to work in IE.

In FF however it puts the #text and #container over to the right of the page
iflyjetz is offline
Reply With Quote
View Public Profile
 
Old 11-08-2008, 04:57 PM Re: Dreamweaver Tempalte issue
wayfarer07's Avatar
Poo on You

Latest Blog Post:
Introducing WowWindow
Posts: 3,987
Name: Abel Mohler
Location: Asheville, North Carolina USA
Trades: 0
Sorry, I see almost no difference between FF3 and IE7. In IE6, however, you have some funky thing going on, including no PNG transparency in the header, and doubled margin bug on the left side, which happens when you have a float and a margin that go in the same direction in that browser.
__________________
I build web things. I work for the startup
Please login or register to view this content. Registration is FREE
.
wayfarer07 is offline
Reply With Quote
View Public Profile Visit wayfarer07's homepage!
 
Old 11-09-2008, 12:26 PM Re: Dreamweaver Tempalte issue
Novice Talker

Posts: 9
Trades: 0
I see,

the doubled margin bug, how can this be solved do you know?

Thanks
iflyjetz is offline
Reply With Quote
View Public Profile
 
Old 11-09-2008, 02:08 PM Re: Dreamweaver Tempalte issue
wayfarer07's Avatar
Poo on You

Latest Blog Post:
Introducing WowWindow
Posts: 3,987
Name: Abel Mohler
Location: Asheville, North Carolina USA
Trades: 0
Yes, you set the div that is floating to {display: inline;}. Or better yet, use padding instead of margin, which will work here since there are no colors to throw off.
__________________
I build web things. I work for the startup
Please login or register to view this content. Registration is FREE
.
wayfarer07 is offline
Reply With Quote
View Public Profile Visit wayfarer07's homepage!
 
Old 11-09-2008, 09:21 PM Re: Dreamweaver Tempalte issue
Novice Talker

Posts: 9
Trades: 0
No Luck I'm afraid, the inline suggestion sent everything crazy, perhaps I did it wrong, but I added it to the #container? Was this right?
I have attached a screen shot so that we are on the same page.
Also, the margin rather than padding had no effect either unfortunately!

Where do I go from here????!!

Sorry for this, I really appreciate your help.

iflyjetz is offline
Reply With Quote
View Public Profile
 
Old 11-10-2008, 09:38 AM Re: Dreamweaver Tempalte issue
wayfarer07's Avatar
Poo on You

Latest Blog Post:
Introducing WowWindow
Posts: 3,987
Name: Abel Mohler
Location: Asheville, North Carolina USA
Trades: 0
#container isn't what is floating, but rather #text. And you only need to send this to IE6, so you should use a conditional comment and create a separate stylesheet. Either that, or underscore the command:

CSS
Code:
#text {
_display: inline; /*for some reason IE6 sees this as valid*/
}
But as I said, it is easier to not use a margin, replacing it with padding instead.
__________________
I build web things. I work for the startup
Please login or register to view this content. Registration is FREE
.
wayfarer07 is offline
Reply With Quote
View Public Profile Visit wayfarer07's homepage!
 
Reply     « Reply to Dreamweaver Tempalte issue
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.84342 seconds with 12 queries