|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (7 bit)
Join Date: Mar 2004
Location: Pitt Pa
Posts: 126
|
a few "first web site" questions...
first: i know you can center all of your tables between left and right... but how do you do that from top and bottom?
second: how do you change the little icon/picture that comes right before the title? also, my first site is: www.tcarbon.com -- feedback is welcome thanks |
|
|
|
|
|
#2 |
|
Registered User
Join Date: Nov 2001
Posts: 1,965
|
2) Create an icon, name it favicon.ico, upload it to the root of your webspace, then add the following to the head section of your HTML files:
PHP Code:
|
|
|
|
|
|
#3 |
|
Security Dude
Staff
|
1) The Valign property should do what you want for the tables. It stands for Vertical Align, and the three different attributes are: top, middle and bottom
http://msdn.microsoft.com/workshop/a...s/valign_1.asp
__________________
Tyler A. Thompson Small Business Networking Services Specialist tyler@derbydigital.com |
|
|
|
|
|
#4 | ||
|
Foldin' For PCMech!
|
nice work on the layout! a first website huh?? very nice!
__________________
Eric
|
||
|
|
|
|
|
#5 | |
|
Member (7 bit)
Join Date: Mar 2004
Location: Pitt Pa
Posts: 126
|
Quote:
... thank you so much!!!by the way, thank you everyone else for answering my two questions... i haven't had time to try to get it to work, yet though... i will post tomorrow after i make an attempt! thanks again! |
|
|
|
|
|
|
#6 | |
|
Staff
Premium Member
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
|
Quote:
A few things that I would fix on your site. One is that it doesn't validate well. Validation can be an important part. Sites done via Frontpage are nearly impossible to validate. In your case, the biggest error is that there is no Doctype declared. Other things are that dark gray text on a black background can be difficult to read. Consider a different lighter shade of gray. Also when you click on the Contacts page, it popups a blank page followed by the mailto link. Mailto links can be a bit problematic as well. I would consider a contact form instead. |
|
|
|
|
|
|
#7 | |
|
Member (7 bit)
Join Date: Mar 2004
Location: Pitt Pa
Posts: 126
|
Quote:
i'm sorry, but what is the purpose of validating? what is the purpose, and how do you declare a doctype? what are the benefits? the dark gray is as dark as it is because the whole design is based off a car that the company makes carbon fiber pieces for... that dark gray is used with the car... perhaps i can lighten it up a bit, though. i'm seriously considering doing a product page, and i am going to -- however it's not my top priority right now. i'm going to do it whenever i have time... |
|
|
|
|
|
|
#8 | |
|
Staff
Premium Member
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
|
Unlike a printed page, HTML has a ton of variables in the mix. Things like browsers and versions, operating systems, monitors, video cards and size of the window all can come into play when you go to a website. On a printed page, the variations are a lot less and easier to account for. Frames are one way. You can attempt to use divs along with CSS but there are some problems with that as well.
As far as the validation goes, there are several reasons to validate your pages: from The Site Wizard Quote:
As far as the gray text, you really have to balance how the site looks and the effect that you are trying to achieve vs. other things like readability. |
|
|
|
|
|
|
#9 | |
|
Member (10 bit)
Join Date: May 2002
Location: Denver, Colorado
Posts: 772
|
Quote:
Works great. |
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|