Go Back   CodingForums.com > :: Client side development > General web building

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 07-26-2002, 06:12 PM   PM User | #1
Out Front
New to the CF scene

 
Join Date: Jul 2002
Location: Canada, eh!
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Out Front is an unknown quantity at this point
Image location

Hi all,
I am attempting to use a large image as a start page. How do I 'tell' this image to automatically center in any size browser window? What looks good on my screen bites on another.

Still new at this........
Thanks!
Out Front is offline   Reply With Quote
Old 07-26-2002, 06:53 PM   PM User | #2
applesauce
Regular Coder

 
Join Date: Jun 2002
Location: Dallas, Texas
Posts: 188
Thanks: 0
Thanked 0 Times in 0 Posts
applesauce is an unknown quantity at this point
Lightbulb

try this:


<html>
<head>

<title>center me</title>


<body>

<table style="width: 100%; height: 100%; text-align: center; vertical-align: middle">
<tr>
<td>
<img src="mypic.gif">
</td>
</tr>
</table>
</body>

</html>
applesauce is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 09:18 AM.


Advertisement
Log in to turn off these ads.