Old 10-28-2006   #1 (permalink)
Registered User
 
Join Date: Oct 2006
Posts: 2

image ready... centering

ok i know this has to be simple but im going crazy bc i cant figure it out. i have created an image with a couple rollovers and links. but its only 500px across. when i save it optimized the image is on the left side of the browser. how do i save it so its in the middle? ive thought of just making the canvas size 1024 but what if someone is using a higher resolution... it wont be centered again. thanks
scottiedo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 10-28-2006   #2 (permalink)
Registered User
 
Join Date: Oct 2006
Posts: 14

in what program? photoshop? if it's golive then i've no idea, but if it's photoshop, the problem's with your html. I don't do html either, but i'm sure there's a tag somewhere that centers images.
seleneyue is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 10-28-2006   #3 (permalink)
Janitor of Lunacy
 
Tamlin's Avatar
 
Join Date: May 2006
Location: Sitting in the Wishing Chair
Posts: 5,343

Enclose your image tag in a DIV with align set to "center", like this:
HTML Code:
<div align="center"><img src="yourfile.jpg"></div>
__________________


Religion: It's all fun and games until someone gets burned at the stake...
Tamlin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 10-28-2006   #4 (permalink)
Registered User
 
Join Date: Oct 2006
Posts: 2

i have a bunch of images since i sliced it up in image ready. i attached it as a txt file. all you have to do is save it and remove the .txt at the end. thanks
Attached Files
File Type: txt index.html.txt (1.8 KB, 51 views)
scottiedo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 10-28-2006   #5 (permalink)
Janitor of Lunacy
 
Tamlin's Avatar
 
Join Date: May 2006
Location: Sitting in the Wishing Chair
Posts: 5,343

Insert
HTML Code:
<DIV align="center">
before the
HTML Code:
<table id="Table_01" width="276" height="520" border="0" cellpadding="0" cellspacing="0">
tag.

Insert
HTML Code:
</DIV>
after the
HTML Code:
</table>
tag.
__________________


Religion: It's all fun and games until someone gets burned at the stake...
Tamlin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 10-28-2006   #6 (permalink)
Just unleashed!
 
unleash's Avatar
 
Join Date: Jul 2005
Location: Inbetween
Posts: 2,402
Blog Entries: 10

Yep, that right...
Or you could put these tags,
Code:
<center> </center>
Around the body tags like this,
Code:
<center><body>  </body></center>
This means the computer aligns eveything to the center.....

You could also put the "center" tags around specified parts of your website.

O, this is what you get when you put thos "center"tags around it
Attached Files
File Type: txt index.html.txt (1.8 KB, 39 views)
__________________
Youre all wrong! Martians do exist!
unleash is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread

Thread Tools
Display Modes

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
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Cutting out an image Phoenix Wynde BioRUST Specific Threads 5 09-11-2006 11:37 PM
Free Image Hosting baxterboy The Marketplace 2 06-24-2006 06:46 AM
CSS hover tutorial Telos Tutorial Submission 7 06-09-2006 06:38 AM
TUT: Image Rotation (image changes everytime page refreshs) allstar Tutorial Submission 4 06-03-2006 08:32 PM
Image ready/html? malboroman HTML / PHP / ASP / JS 3 11-11-2003 01:53 PM


All times are GMT +1. The time now is 05:37 AM.
Content Relevant URLs by vBSEO 3.2.0

Design & Content © BioRUST 2008 :: PRIVACY STATEMENT :: LEGAL INFORMATION :: ADVERTISING MEDIA KIT