Background control

This is a discussion on "Background control" within the Web Page Design section. This forum, and the thread "Background control 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 Aug 29th, 2006, 22:03
Junior Member
Join Date: Aug 2006
Location: Jordan
Age: 22
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Smile Background control

Hi, i'm a new user in this forum and also now in web page designing, I desgind a page using HTML but not uploaded it yet, i will need your opinion as soon as i'm done.
I want to know if there a property that controls the background of a table cell to be viewed streched or repeated what ever the resolution of the page was.
One more thing how can I set a a fixed dimensions of the contents in my page like table cells or images if the resolution of the screen changed.
This is my first message here , Waiting for your replies.
Reply With Quote

  #2 (permalink)  
Old Aug 30th, 2006, 09:48
minute44's Avatar
Moderator
Join Date: Apr 2006
Location: Nottingham UK
Age: 25
Posts: 1,351
Blog Entries: 1
Thanks: 0
Thanked 1 Time in 1 Post
Re: Background control

There are ways of doing this but I would discourage the use of tables at all to be honest. What you, as a new web designer, should be doing is looking into modern design techniques and layouts without tables.

What I'm talking about is XHTML layed out with CSS. If you are unsure as to where to start with this then please PM me.

This should get you started:
http://www.w3schools.com/xhtml/default.asp
http://www.w3schools.com/css/default.asp
Last Blog Entry: Annoying people.... (Jan 16th, 2008)
Reply With Quote
  #3 (permalink)  
Old Aug 30th, 2006, 13:38
Junior Member
Join Date: Aug 2006
Location: Jordan
Age: 22
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Background control

Thank you for your replay, I'm currently learning CSS from the same site you have provided for me. But I think that using tables help to make things more organized, so if there is other methods for my original questions please tell me about them.

And about XHTML I know that it is similar to HTML but with some modifications, why it is used now instead of HTML?
Reply With Quote
  #4 (permalink)  
Old Aug 30th, 2006, 13:52
minute44's Avatar
Moderator
Join Date: Apr 2006
Location: Nottingham UK
Age: 25
Posts: 1,351
Blog Entries: 1
Thanks: 0
Thanked 1 Time in 1 Post
Re: Background control

It is used now because it is a lot more structured. It promotes the proper use of Headings <h1>, <h2> etc... and others. It means that Tags are only used for thier intended purpose.

For example. If you were going to write a letter, you wouldn't use Microsoft Excel, you'd use Word. Same thing applies here. You should only use tables for displaying TABULAR data.

Modern web design dictates that content and style should be kept separate at all times. Anything that pertains to the way a page looks should be in the Style Sheet.
Last Blog Entry: Annoying people.... (Jan 16th, 2008)
Reply With Quote
  #5 (permalink)  
Old Aug 30th, 2006, 13:59
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Posts: 2,020
Blog Entries: 1
Thanks: 0
Thanked 33 Times in 33 Posts
Re: Background control

Don't forget about unobtrusive javascript etc too. And as minute stated you can apply the background: styling to any element really.
__________________
I hate IE 6. Just sayin....
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Reply With Quote
  #6 (permalink)  
Old Aug 30th, 2006, 14:40
Junior Member
Join Date: Aug 2006
Location: Jordan
Age: 22
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Background control

Thank U guys, but I would be grateful if you provid me with the properties that make the fixed resolution of objects and the properties that control the background image in a table cell.
Reply With Quote
  #7 (permalink)  
Old Aug 30th, 2006, 14:45
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Posts: 2,020
Blog Entries: 1
Thanks: 0
Thanked 33 Times in 33 Posts
Re: Background control

http://veerle.duoh.com/index.php/blo..._styled_table/

td {
text-align: center;
height: 200px;
width: 200px;
border:solid #000;
border-width:1px;
}
__________________
I hate IE 6. Just sayin....
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)

Last edited by moojoo; Aug 31st, 2006 at 13:29.
Reply With Quote
Reply

Tags
background, control

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
ASP.NET Control ViewState Basheer ASP.NET Forum 2 Apr 14th, 2007 10:25
Microsoft Web Browser Control Fahim ASP.NET Forum 0 Feb 16th, 2007 22:21
Movieclip Control dazzelworks Flash & Multimedia Forum 3 Oct 30th, 2006 13:11
Access Control gjoviking Introduce Yourself 2 Nov 16th, 2005 19:12


All times are GMT. The time now is 00:45.


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