Dreamweaver
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Tutorialized ForumsWeb Design & DevelopmentDreamweaver

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Tutorialized Forums Sponsor:
Stay one step ahead of the competition. Evaluate and give feedback on some of the hottest web development tools on the market today. Make your opinion heard! Click Here
  #1  
Old April 30th, 2008, 12:19 PM
alex_1980 alex_1980 is offline
Registered User
Tutorialized Newbie (0 - 499 posts)
 
Join Date: Apr 2008
Posts: 2 alex_1980 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 21 m 11 sec
Reputation Power: 0
Exclamation I am going to go insane

Hi there guys, first time posting but long follower, anyway I am using dreamweaver cs3 and I come from a graphic design background and I figue this would be easy....well think again, all I am tying to do is somehow duplicate the look of a page
named red


I have all the elements but just cannot get it!!! ok here are the things that are going terribly wrong

by the way I am in a 1920 by 1280 monitor and whenever you extend the page everything stays very nice centered on this red page and I cannot do that because:

I try using a black picture .png so that I can use that as my center and write all the page elements in this black image in the middle of the page
I want to insert all kinds of stuff to this black space in the middle I already have my gray backgound set that is no problem, the problem is inserting text and images to this black image in the middle and make everything stay centered even when you extend the window

help please

help please

Reply With Quote
  #2  
Old April 30th, 2008, 07:01 PM
Squibbit's Avatar
Squibbit Squibbit is offline
DishwashingMonkey
Tutorialized Novice (500 - 999 posts)
 
Join Date: Sep 2006
Location: Miami, FL, USA
Posts: 631 Squibbit New User: is a brand new recruit and a unknown entity at this point. 
Time spent in forums: 2 Days 6 h 20 m 12 sec
Reputation Power: 0
Send a message via AIM to Squibbit Send a message via MSN to Squibbit Send a message via Yahoo to Squibbit
Bebo Facebook MySpace
Can you link to a page or provide some code that you're working with please?

Are you using tables or DIV's?

Reply With Quote
  #3  
Old May 1st, 2008, 12:22 AM
alex_1980 alex_1980 is offline
Registered User
Tutorialized Newbie (0 - 499 posts)
 
Join Date: Apr 2008
Posts: 2 alex_1980 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 21 m 11 sec
Reputation Power: 0
I am trying to work with tables I am trying to duplicate this website

red.com

help please


Quote:
Originally Posted by Squibbit
Can you link to a page or provide some code that you're working with please?

Are you using tables or DIV's?

Reply With Quote
  #4  
Old May 1st, 2008, 05:54 AM
thunder thunder is offline
Moderator
Tutorialized Newbie (0 - 499 posts)
 
Join Date: Oct 2006
Posts: 368 thunder User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 Day 11 h 25 m 40 sec
Reputation Power: 2
Use div tags... They will make your life SO much easier...

Code:
<div style="position:absolute; top:Y; left:X"></div>


LOL! I got that right first time... :p
__________________
Ask me for help in the following areas:
Flash - Should be able to help
HTML/Dreamweaver/Web Design - Should be able to help.
CSS - Can help in some areas

Also working on:
JavaScript
PHP
C++
DHTML

Reply With Quote
  #5  
Old May 2nd, 2008, 12:03 PM
Squibbit's Avatar
Squibbit Squibbit is offline
DishwashingMonkey
Tutorialized Novice (500 - 999 posts)
 
Join Date: Sep 2006
Location: Miami, FL, USA
Posts: 631 Squibbit New User: is a brand new recruit and a unknown entity at this point. 
Time spent in forums: 2 Days 6 h 20 m 12 sec
Reputation Power: 0
Send a message via AIM to Squibbit Send a message via MSN to Squibbit Send a message via Yahoo to Squibbit
Bebo Facebook MySpace
Ok, you don't necessarily need to use DIV's.. but, if you're using a table, create a class for it in your CSS;

Code:
.mainTable {
	padding-left:50%;
        position:relative;
}


and then add the class to your table;

Code:
<table class="mainTable">
... etc.


This will keep the center of your table aligned 50% to the left of the right edge of their screen resolution.

Reply With Quote
  #6  
Old May 7th, 2008, 04:02 AM
thunder thunder is offline
Moderator
Tutorialized Newbie (0 - 499 posts)
 
Join Date: Oct 2006
Posts: 368 thunder User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 Day 11 h 25 m 40 sec
Reputation Power: 2
Hmm. I like that idea... Lol. I really need to use CSS classes more...

Reply With Quote
  #7  
Old May 8th, 2008, 09:36 AM
Squibbit's Avatar
Squibbit Squibbit is offline
DishwashingMonkey
Tutorialized Novice (500 - 999 posts)
 
Join Date: Sep 2006
Location: Miami, FL, USA
Posts: 631 Squibbit New User: is a brand new recruit and a unknown entity at this point. 
Time spent in forums: 2 Days 6 h 20 m 12 sec
Reputation Power: 0
Send a message via AIM to Squibbit Send a message via MSN to Squibbit Send a message via Yahoo to Squibbit
Bebo Facebook MySpace
Lol, it makes life so much easier, coding big pages and stuff and it's great for consistency.

Best thing about it is it's not really that hard to learn, either

Reply With Quote
  #8  
Old May 9th, 2008, 05:30 AM
thunder thunder is offline
Moderator
Tutorialized Newbie (0 - 499 posts)
 
Join Date: Oct 2006
Posts: 368 thunder User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 Day 11 h 25 m 40 sec
Reputation Power: 2
Yeah. I know all about them I just don't use them because I know of other ways that I am more used to of doing it... Lol

Reply With Quote
Reply

Viewing: Tutorialized ForumsWeb Design & DevelopmentDreamweaver > I am going to go insane


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway