I was wondering if anybody could help me to stretch images to fit table cells?
To be clear, I've took a snapshoot of what I currently have below:
http://i693.photobucket.com/albums/vv300/test_012/test.jpg
and I want to see something like (see the middle of the page) :
http://www.biriz.biz/
How can I do this, I already tried a couple things
1. by using 100% for the image size,
2. putting the images into the cell's background.
But it doesn't work for me,
Any help is greatly appreciated ....
Thanks and really sorry if this is not video-related issues but I thought I may find someone help me with this.
Thanks again .....
+ Reply to Thread
Results 1 to 6 of 6
-
-
Please post non video related stuff in our off topic or computer section. Moving you.
-
your first link has been removed or deleted so that's out
try defining the height and width of the cell to match the photo
<td width="200px" height="300px">[img]dog.jpg[/img]</td>
tables are meant to hold text data
anytime you stretch anything, it deforms the image
www.codingforums.com for coding questions -
tables are meant to hold text data
I don't recommend setting height and width on the table cell, set it on the the image tag instead. Regardless be very conscious of the content around the image, because if it is in the same table, particularly table row, that content will have the same dimensions as the image, which will through off your layout. Best approach is to put the image in its' own table and nest that table in another table that holds your other content. -
If you have FrontPage, create this table in there. It's easy to do table work in FrontPage's GUI, then take the HTML you need (clean it up more if required) and insert into whatever you're making.
Want my help? Ask here! (not via PM!)
FAQs: Best Blank Discs • Best TBCs • Best VCRs for capture • Restore VHS -
Originally Posted by RLT69
They're not meant for images
The state-of-the-art site uses fluid and tableless CSS
When you put the page within a table, the whole thing must load before anything displays making for a slow-loading site.
Nobody in the know uses them anymore except for actual tabular data
Originally Posted by Lord Smurf
Again, if you want to learn how to make state-of-the-art pages, go to www.codingforums.com
Tell 'em the Zoob sent ya
Similar Threads
-
[Question] How to insert an SRT (Subtitle) file into an AVI file?
By Greg14 in forum SubtitleReplies: 5Last Post: 30th May 2009, 04:54 -
Test Table out of focus on Timeline
By aboveice in forum Newbie / General discussionsReplies: 3Last Post: 2nd Apr 2009, 02:15 -
How do i insert subtitle into this DVD - noob question ?!
By Egolego in forum Newbie / General discussionsReplies: 2Last Post: 20th Oct 2008, 11:33 -
make a plain table in CSS?
By lordsmurf in forum ComputerReplies: 9Last Post: 12th Oct 2007, 15:15 -
Chapters or Cells
By wulf109 in forum DVD RippingReplies: 5Last Post: 6th Jul 2007, 16:40