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
FW Mock to Editable DW Site - Please Help
Old 08-21-2007, 10:16 AM FW Mock to Editable DW Site - Please Help
Average Talker

Posts: 28
Name: Aaron Cross
Trades: 0
I made a quick squeeze page mock up in Fire works.
http://theteampajama.com

Since I'm only Looking to add an Aweber Sign Up box,
I thought I would Just leave the mock whole , slap it into
dreamweaver add the html and be done....

... But How do I do this? How do I make the png, gif, jpeg
or whatever, into something editable?

Do I transform it to a template? if thats even possible..

Any Help Would Be Greatly Appreciated!

Thanks,

Aaron
AaronCross is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 08-21-2007, 10:51 AM Re: FW Mock to Editable DW Site - Please Help
Average Talker

Posts: 28
Name: Aaron Cross
Trades: 0
So I Got this to work with div Layers... so I'll move the question on...

How do I get it to be centered....

I know, I know... But I'm still a noob table user

A Quick Post would be appreciated... Im Trying to get it
to work with CSS but I'm not very skilled there either.

Thanks,
Aaron
AaronCross is offline
Reply With Quote
View Public Profile
 
Old 08-21-2007, 12:18 PM Re: FW Mock to Editable DW Site - Please Help
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
They are NOT LAYERS, they are just plain divs - which means 'DIVisions'. "Layers" is an old holdover from the Netscape Navigator 4 days, I just wish DW would stop using that term !

To center a layout with css you have to do a couple of things:
Add text-align: center; to the rules for body;

body{text-align: center;}

That will take care of IE 6 and below.

For all other browsers, set the margins on the element to be centered to margin: 0 auto; - that tells it to make the top and bottom margins zero, and the left and right margins automatic. Make sure the div has a defined width.

Then in the rules for the centered div, add text-align: left - that will put the text INSIDE the div back where it belongs.

Since you're using DW to do your code, I'd be willing to bet you've got every single div set to position:absolute, right ?? Bad way to do things. Read up on CSS layouts here: http://css-discuss.incutio.com/?page=CssLayouts
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE


Last edited by LadynRed; 08-21-2007 at 12:19 PM..
LadynRed is offline
Reply With Quote
View Public Profile
 
Old 08-21-2007, 02:25 PM Re: FW Mock to Editable DW Site - Please Help
Average Talker

Posts: 28
Name: Aaron Cross
Trades: 0
Thanks LadynRed,

You've been a real help over the last couple weeks!

I'm Very Grateful for your insight,

Aaron
AaronCross is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to FW Mock to Editable DW Site - Please Help
 

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.13167 seconds with 12 queries