| Coding Forum Problems with your code? Let's hear about it. |
10-16-2003, 11:33 AM
|
#1 (permalink)
|
|
Inactive
Join Date: 10-16-03
Location: riverside ca
Posts: 5
Latest Blog: None
|
How do I make my website look the same in all computers?
Urrgh! i have a problem! How do i make my website look the same in all computers?? see when i look at my website on my computer, the table is all good.. but when i go open it in other computers. it isnt properly alligned
www.matits.com [/url]
|
|
|
10-16-2003, 11:42 AM
|
#2 (permalink)
|
|
Inactive
Join Date: 10-16-03
Posts: 119
Latest Blog: None
|
You might want to start by complying to web standards and validating your markup. See my post "Does anybody have a site that validates properly?" in this lobby for more info. Good luck!
|
|
|
10-16-2003, 11:45 AM
|
#3 (permalink)
|
|
Inactive
Join Date: 10-13-03
Posts: 1,671
Latest Blog: None
|
which table at the bottom
i like your site 
|
|
|
10-16-2003, 11:46 AM
|
#4 (permalink)
|
|
Inactive
Join Date: 10-13-03
Posts: 1,671
Latest Blog: None
|
maybe she aint bothered about w3c 
|
|
|
10-16-2003, 11:48 AM
|
#5 (permalink)
|
|
Inactive
Join Date: 10-16-03
Posts: 119
Latest Blog: None
|
Also, using CSS in place of tables will do wonders.
|
|
|
10-16-2003, 11:53 AM
|
#6 (permalink)
|
|
Contributing Member
Join Date: 10-13-03
Location: Dallas, Texas
Posts: 811
|
*edit*
|
|
|
10-16-2003, 11:56 AM
|
#7 (permalink)
|
|
Moderator
Join Date: 10-13-03
Location: UK
Posts: 2,819
Latest Blog: None
|
Quote:
|
Originally Posted by Rick
Also, using CSS in place of tables will do wonders.
|
There are still some compatability problems with CSS too.
But you're right, it woll provide good future-proofing also.
|
|
|
10-16-2003, 11:57 AM
|
#8 (permalink)
|
|
Inactive
Join Date: 10-16-03
Location: riverside ca
Posts: 5
Latest Blog: None
|
WHAT IS CSS?!!
|
|
|
10-16-2003, 11:57 AM
|
#9 (permalink)
|
|
Moderator
Join Date: 10-13-03
Location: UK
Posts: 2,819
Latest Blog: None
|
"This pic is for artistic purp0ses.. only.." hope that artistic purp0ses apreciates it as much as we do! 
|
|
|
10-16-2003, 11:58 AM
|
#10 (permalink)
|
|
Contributing Member
Join Date: 10-13-03
Location: Dallas, Texas
Posts: 811
|
i'm quiffed on this one...how exactly would you use a style sheet in place of a table? correct me if i'm wrong but CSS simply sets the standards for your pages...things like font, borders...etc....it was my understanding that style sheets have nothing to do with image placement etc....
|
|
|
10-16-2003, 12:00 PM
|
#11 (permalink)
|
|
Moderator
Join Date: 10-13-03
Location: UK
Posts: 2,819
Latest Blog: None
|
hehe CSS is "Cascading Style Sheets" powerful if you give them a chance and learn them.
Start here: W3Schools
|
|
|
10-16-2003, 12:03 PM
|
#12 (permalink)
|
|
Inactive
Join Date: 10-16-03
Location: riverside ca
Posts: 5
Latest Blog: None
|
pleaseee
please u guyz can u tell me whut to do?!
matits.com
|
|
|
10-16-2003, 12:05 PM
|
#13 (permalink)
|
|
Contributing Member
Join Date: 10-13-03
Location: Dallas, Texas
Posts: 811
|
i know all about W3 school..but this is so freakin' crazy man...people throw CSS around as if its taboo or something...but it's just a style...yeah you can design without tables but in the end one without the other is pointless and holds no significant upgrade.
|
|
|
10-16-2003, 12:05 PM
|
#14 (permalink)
|
|
Inactive
Join Date: 10-16-03
Location: riverside ca
Posts: 5
Latest Blog: None
|
see tell me when u look at matits.com is the table porperly alligned?!
|
|
|
10-16-2003, 12:06 PM
|
#15 (permalink)
|
|
Moderator
Join Date: 10-13-03
Location: UK
Posts: 2,819
Latest Blog: None
|
Quote:
|
Originally Posted by raciviusdawn
i'm quiffed on this one...how exactly would you use a style sheet in place of a table? correct me if i'm wrong but CSS simply sets the standards for your pages...things like font, borders...etc....it was my understanding that style sheets have nothing to do with image placement etc....
|
CSS positioning techniques my lad, havn't you heard of them?
they range from simple widths and heights, making block-level elements into inline ones and vise versa, to "floats" and the suposedly ultimate, "absolute positioning".
style="position: abolute; top: 100px; left: 100px;" on a <div> will place the div 100 pixels from the top and left side of the page.
|
|
|
10-16-2003, 12:06 PM
|
#16 (permalink)
|
|
Contributing Member
Join Date: 10-13-03
Location: Dallas, Texas
Posts: 811
|
uhhhh...we did tell you want to do...sort of....comply to web standards.
btw, what did you use to design the site..knowing that may help as the programs you use to design should have tools to help you comply to most browsers.
|
|
|
10-16-2003, 12:07 PM
|
#17 (permalink)
|
|
Contributing Member
Join Date: 10-13-03
Location: Dallas, Texas
Posts: 811
|
yeah i know LazyJim...I know dude  but you guys were going on as if CSS is a programming language that only Jedi masters have learned lol
i use CSS to set styles, width, borders, positions and all that all the time..but i don't see how significant of a change it would be to use it without tables.
|
|
|
10-16-2003, 12:08 PM
|
#18 (permalink)
|
|
Moderator
Join Date: 10-13-03
Location: UK
Posts: 2,819
Latest Blog: None
|
tables do help layout immensly, but they wern't actually invented for that purpose, CSS is supposed replace layout-tables, and be better, but they don't even do all the things tables do yet 
|
|
|
10-16-2003, 12:09 PM
|
#19 (permalink)
|
|
Contributing Member
Join Date: 10-13-03
Location: Dallas, Texas
Posts: 811
|
agreed LJ... 
|
|
|
10-16-2003, 12:09 PM
|
#20 (permalink)
|
|
Inactive
Join Date: 10-16-03
Location: riverside ca
Posts: 5
Latest Blog: None
|
i just use microsoft front page. duh how do i do thissssssssssssss nyway thanks u guyz
|
|
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -7. The time now is 07:22 AM.
© Copyright 2008 V7 Inc
|