Hey. im new and need some help

This is a discussion on "Hey. im new and need some help" within the Web Page Design section. This forum, and the thread "Hey. im new and need some 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 May 31st, 2006, 22:18
Junior Member
Join Date: May 2006
Location: uk
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Hey. im new and need some help

Hey im new to this and i dont know if im posting in the right place but anyway.

Ive made a website in dreamweaver and i have layers on it. I have placed these 4 layers in different places across the page. However my problem is that, on my 1024x768 res screen my website looks fine, however on my friends widescreen res the layers are not in the correct posistions. I have no idea on solving this and any help would be GREATLY thanked.
Reply With Quote

  #2 (permalink)  
Old May 31st, 2006, 23:41
Junior Member
Join Date: May 2006
Location: USA
Age: 23
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Hey. im new and need some help

One thing that would be helpful for us is to look at the Code or at least know what Coding language you are using. Are you just dropping and dragging dreamweaver? If so, this is the issue as it does not generate proper Multi-res or Multi-browser code. If you are actually handcoding make sure your using at least XHTML as the other codings are no longer supported by most browsers and will leave you unhappy with your results.

I'm new too, but welcome to the forumz .
Reply With Quote
  #3 (permalink)  
Old Jun 1st, 2006, 01:11
Most Reputable Member
Join Date: Aug 2005
Location: North Wales, United Kingdom
Age: 21
Posts: 1,093
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to sypher
Re: Hey. im new and need some help

are you using absoulute positioning?
Reply With Quote
  #4 (permalink)  
Old Jun 1st, 2006, 11:02
Junior Member
Join Date: May 2006
Location: uk
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Hey. im new and need some help

I dont really touch the code unless changing basic things. When i created the layers i just clicked on the layer button and created my own layer straight onto the website, with no code used.

I would send you a link to the website but it may be classed as advertising and i dont want to get banned so soon.
Reply With Quote
  #5 (permalink)  
Old Jun 1st, 2006, 11:59
Most Reputable Member
Join Date: Aug 2005
Location: North Wales, United Kingdom
Age: 21
Posts: 1,093
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to sypher
Re: Hey. im new and need some help

Ye post link
Reply With Quote
  #6 (permalink)  
Old Jun 1st, 2006, 12:23
Junior Member
Join Date: May 2006
Location: uk
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Hey. im new and need some help

http://www.freewebs.com/spawner13/index

Hey i know its freewebs at the moment but it wont always be, its just to show you..
Reply With Quote
  #7 (permalink)  
Old Jun 1st, 2006, 12:30
herkalees's Avatar
Highly Reputable Member
Join Date: Jul 2005
Location: Massachusetts, USA
Age: 87
Posts: 576
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to herkalees Send a message via MSN to herkalees Send a message via Yahoo to herkalees
Re: Hey. im new and need some help

Quote:
Originally Posted by Brooksi
I would send you a link to the website but it may be classed as advertising and i dont want to get banned so soon.
We're not that harsh at all

If it's for the purpose of helping you, you can always post your site/code/link(s), etc.

It's those people who sign up, and in thier first post write something like "Check out www. blablabla. com" without needing any actual help.

Okay, back on topic, best of luck with your dilemma!
Reply With Quote
  #8 (permalink)  
Old Jun 1st, 2006, 12:52
saltedm8's Avatar
Lead Administrator

SuperMember
Join Date: Nov 2005
Location: Always About
Age: 27
Posts: 1,281
Blog Entries: 1
Thanks: 1
Thanked 6 Times in 6 Posts
Re: Hey. im new and need some help

if for example it is your links that are moving, dont put in layers, just box it and change the colour of the box background
__________________
My Recipe forum...don't click here
Last Blog Entry: Basic Advice for newbies (Feb 1st, 2008)
Reply With Quote
  #9 (permalink)  
Old Jun 1st, 2006, 13:57
Junior Member
Join Date: May 2006
Location: uk
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Hey. im new and need some help

Quote:
Originally Posted by saltedm8
if for example it is your links that are moving, dont put in layers, just box it and change the colour of the box background
Will that sort the problem out ?
Reply With Quote
  #10 (permalink)  
Old Jun 1st, 2006, 14:18
saltedm8's Avatar
Lead Administrator

SuperMember
Join Date: Nov 2005
Location: Always About
Age: 27
Posts: 1,281
Blog Entries: 1
Thanks: 1
Thanked 6 Times in 6 Posts
Re: Hey. im new and need some help

should do
__________________
My Recipe forum...don't click here
Last Blog Entry: Basic Advice for newbies (Feb 1st, 2008)
Reply With Quote
  #11 (permalink)  
Old Jun 1st, 2006, 14:56
Junior Member
Join Date: May 2006
Location: uk
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Hey. im new and need some help

how do you make boxes on dreamweaver ?
Reply With Quote
  #12 (permalink)  
Old Jun 1st, 2006, 15:03
saltedm8's Avatar
Lead Administrator

SuperMember
Join Date: Nov 2005
Location: Always About
Age: 27
Posts: 1,281
Blog Entries: 1
Thanks: 1
Thanked 6 Times in 6 Posts
Re: Hey. im new and need some help

make sure the curser is flashing where you want to place the box

Layout - then, it should be the first option, click it,

then rows = 1
columns = 1

then the rest 0 ( if you dont want the boarder to be seen )

header = none

click ok

this is the code

Code: Select all
<table width="200" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td>&nbsp;</td>
  </tr>
</table>
and thats it
__________________
My Recipe forum...don't click here
Last Blog Entry: Basic Advice for newbies (Feb 1st, 2008)

Last edited by saltedm8; Jun 1st, 2006 at 15:16.
Reply With Quote
  #13 (permalink)  
Old Jun 1st, 2006, 15:22
Junior Member
Join Date: May 2006
Location: uk
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Hey. im new and need some help

Oh a table... I would but.. Theres 3 pictures on the website and i cant but a table on top of them.
Reply With Quote
  #14 (permalink)  
Old Jun 1st, 2006, 15:57
saltedm8's Avatar
Lead Administrator

SuperMember
Join Date: Nov 2005
Location: Always About
Age: 27
Posts: 1,281
Blog Entries: 1
Thanks: 1
Thanked 6 Times in 6 Posts
Re: Hey. im new and need some help

make a table, then put another inside it,
__________________
My Recipe forum...don't click here
Last Blog Entry: Basic Advice for newbies (Feb 1st, 2008)
Reply With Quote
  #15 (permalink)  
Old Jun 2nd, 2006, 12:04
minute44's Avatar
Moderator
Join Date: Apr 2006
Location: Nottingham UK
Age: 24
Posts: 1,347
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to minute44
Re: Hey. im new and need some help

Stop, Stop Stop!!!!!!

Saltedm8: Stop promoting tables to people. It's like selling them a tape walkman!! They're old and outdated and for good reason.

Look. A simple CSS based design will solve all these problems.

I'll be happy to help you in any way I can here. but there are some things you must try and do.
If you need any assistance with anything to do with this please PM me... Don't use tables.
Last Blog Entry: Annoying people.... (Jan 16th, 2008)
Reply With Quote
  #16 (permalink)  
Old Jun 4th, 2006, 08:19
Up'n'Coming Member
Join Date: May 2006
Location: Kentucky
Age: 19
Posts: 54
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Coty Skaj Send a message via Yahoo to Coty Skaj
Re: Hey. im new and need some help

I looked at your code and your problem may be that you need to change where it says px for pixels into % for percent sign. This was covered in another thread, which turned out that what I just said made the difference. I could be right and then I could be wrong. Just giving some helpful advice.
Reply With Quote
  #17 (permalink)  
Old Jun 5th, 2006, 13:01
Reputable Member
Join Date: Jul 2005
Location: Indiana, USA
Age: 29
Posts: 153
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to jpmitchell Send a message via Skype™ to jpmitchell
Re: Hey. im new and need some help

Quote:
Originally Posted by minute44
Saltedm8: Stop promoting tables to people. It's like selling them a tape walkman!! They're old and outdated and for good reason.

If you need any assistance with anything to do with this please PM me... Don't use tables.
I agree completely, do no use tables. Its like an 8 track (worse than a tape walkman ). Feel free to PM me as well.
Last Blog Entry: Whats in a name? (Feb 20th, 2008)
Reply With Quote
  #18 (permalink)  
Old Jun 5th, 2006, 15:42
Junior Member
Join Date: May 2006
Location: uk
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Hey. im new and need some help

What about frames, i can use frames easily. Ive never really done anything in CSS
Reply With Quote
  #19 (permalink)  
Old Jun 5th, 2006, 16:03
minute44's Avatar
Moderator
Join Date: Apr 2006
Location: Nottingham UK
Age: 24
Posts: 1,347
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to minute44
Re: Hey. im new and need some help

Quote:
Originally Posted by Brooksi
What about frames, i can use frames easily. Ive never really done anything in CSS
Well, now's the time to learn mate. Frames are even more out-dated than tables!

What is with peoples attitude towards learning CSS?!? It's wonderful!
Last Blog Entry: Annoying people.... (Jan 16th, 2008)
Reply With Quote
  #20 (permalink)  
Old Jun 5th, 2006, 16:07
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Skype™ to ukgeoff
Re: Hey. im new and need some help

Frames belong in the same bin as the 8 track, etc.

It tells you this in forum 101 but nobody ever seems to take any notice.

VALIDATE YOUR CODE first. Then when you have something you don't understand, ask the forum.
Reply With Quote
Reply

Tags
help

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 20:59.


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