 |
 |
 |
 |
January 14th, 2004, 11:31 PM
|
#1
|
|
Registered User
Join Date: Jan 2004
Posts: 40
|
Spacing
I haven't needed this until now, so I figure I may as well learn. I would like to know how to make something (a swf, image, etc) to be centered the same all over, or spanned a certain area, no matter the res of the screen.
For example on this site, the blue lines are, I'm sure, images that are given a specific width, somethin like
Or somethin.
Thanks y'all.
Steve
|
|
|
January 18th, 2004, 07:50 PM
|
#2
|
|
Registered User
Join Date: Jan 2004
Location: 92677
Posts: 26
|
Actually the blue lines (such as those above and below your post) are cells in tables, and use code such as:
<table><tr><td bgcolor="#000000" width="100%"></tr></table>
|
|
|
January 18th, 2004, 08:13 PM
|
#3
|
|
Web Junky
Join Date: Dec 2003
Posts: 73
|
Quote:
Originally posted by mttatkns
Actually the blue lines (such as those above and below your post) are cells in tables, and use code such as:
<table><tr><td bgcolor="#000000" width="100%"></tr></table>
|
You forgot to close the <td> tag
I'm sure you meant:
<table><tr><td bgcolor="#000000" width="100%"></td></tr></table>
__________________
WebmasterLingo.com Team
Forum Rules
"Anyone who has never made a mistake has never tried anything new" - Albert Einstein
|
|
|
January 20th, 2004, 07:01 AM
|
#4
|
|
Account Disabled
Join Date: Dec 2003
Posts: 18
|
For centereing an object use the following code:
Code:
<table><tr><td align=center></td></tr></table>
|
|
|
January 20th, 2004, 01:54 PM
|
#5
|
|
Moderator
Join Date: Jan 2004
Posts: 80
|
out of curiosity, what have you Steveo31 been doing so far, that you haven't needed this?
I thought this was basic html
Airnine
__________________
-------------------------------
Airnine is a developer @
www.promomedium.com
-------------------------------
|
|
|
September 4th, 2005, 06:11 AM
|
#6
|
|
Registered User
Join Date: Aug 2005
Posts: 16
|
u can give td height
<table width="100%"><tr><td align="center" bgcolor="#006699" width="100%" height="30">any text u wanna write</td></tr></table>
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Rate This Thread |
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 -5. The time now is 02:53 AM.
|
|
 |
 |
 |
 |
|