473,378 Members | 1,539 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

HTML for image sizing problem

Hello

Hope I'm posting this in the right place. I need a bit of help with my
HTML coding.

Basically I have 3-4 images lined up across the page a number of
times. Each image has been sized using the size and width tags. I have
used preformatted text underneath the pictures to label them.

This all works fine when the page is at full screen but if the browser
opens the page at less than full size the image at the end of the line
falls down below the rest and ruins the preformatted text.

What can I do to solve this as simply as possible? Will I need to
format the pictures and words into a table?

Regards,
David
Jul 20 '05 #1
5 1844
That's about the size of it. You have to use tables to control
formatting in an HTML page. Be sure, though, that your page is not
too wide. Many people still only have 800x600 browsers and if you
create a table, they will have to scroll to see everything.

Irene Herz
www.auntreeneeswebsites.com
Jul 20 '05 #2
Irene Herz wrote:
You have to use tables to control formatting in an HTML page.


No you don't. http://www.allmyfaqs.com/faq.pl?Tableless_layouts
Jul 20 '05 #3
On 11 Jun 2004 21:48:21 -0700, Irene Herz
<ir*******@auntreeneeswebsites.com> wrote:
That's about the size of it. You have to use tables to control
formatting in an HTML page.
Poor advice. CSS layout is a better alternative in most situations. If you
meant table markup is the only way to control the format of a page layout
*totally within the HTML* then OK. But it's not how one *ought* to go
about this.
Be sure, though, that your page is not
too wide. Many people still only have 800x600 browsers and if you
create a table, they will have to scroll to see everything.


Good advice. I'd add that some people have very large screens, so they
have more than one app visible. Therefore, their viewport may only be
500px wide. Your design should flex from 500px or smaller to as wide a
screen as the user wishes to dedicate to their browser.
Jul 20 '05 #4
On Sat, 12 Jun 2004, Neal wrote:
Be sure, though, that your page is not
too wide. Many people still only have 800x600 browsers and if you
create a table, they will have to scroll to see everything.


Good advice. I'd add that some people have very large screens, so they
have more than one app visible.


Indeed. As folks migrate from 800 to 1024 and 1260 etc. one often
enough finds that their typical window size *de*creases, now that they
can meaningfully have two windows alongside each other instead of
having to make-do with them overlapping.
Jul 20 '05 #5
Irene Herz wrote:
That's about the size of it. You have to use tables to control
formatting in an HTML page.
Interesting. I wonder how most browsers manage to format my site without
tables, then?

http://tranchant.plus.com/
Be sure, though, that your page is not
too wide. Many people still only have 800x600 browsers
Hm. Many people still run their screens at 800x600: the browser size
will be smaller, especially if not maximized.
and if you
create a table, they will have to scroll to see everything.
You mean "a fixed-width table". Inadvisable though the use of tables is,
it's perfectly possible to create fluid pages that resize to screen
dimensions with a table-based layout.
Irene Herz
www.auntreeneeswebsites.com


Only 52 errors on that web page...
http://validator.w3.org/check?uri=ht...swebsites.com/

What's with the  at the top of the page?!

--
Mark.
http://tranchant.plus.com/
Jul 20 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Mimo Zus | last post by:
I'm hoping that someone can explain what's going on; better yet provide a workaround. I'm designing a centered CSS site based on a 550 pixel wide vertical background image. Onto this background...
2
by: Tom | last post by:
Is there any way to show a SVG in a HTML in different sizes by changing the width and height attributes of the object/embed tag? Assume a simple SVG like <svg width="100" height="100"> <rect...
5
by: BWIN | last post by:
I am the owner of a very large scale member-base website and the members are having trouble re-sizing there pics to create headshots. The headshots are supposed to be 175 x 175 pixels exactly. We...
3
by: tedqn | last post by:
I'm using VS 2005. When user selects a image from the FileListBox, the code is PictureBox.ImageLocation = sFullPath PictureBox is set to AutoSize. When the newly loaded image is smaller...
0
by: sekhar_ps | last post by:
what artifacts arises in image down sizing using mpeg-2 standard
4
by: John Smith | last post by:
I have a continuous form. there is a command button with the following code for the OnClick event: DoCmd.OpenForm "frmPlants", , , "PlantsID =" & Me!PlantsID I click the button and frmPlants...
3
by: Nik | last post by:
I have been trying base my site on the Ruthsarian Lab's layout at http://webhost.bridgew.edu/etribou/layouts/skidoo/demos/tweak_01.html This design is in xhtml, whereas I would prefer to have my...
6
by: Stephan Bourdon | last post by:
Hi, Your opinion please on the following subject: Is it acceptable to set the width and height of an image in ems or percents in CSS? The advantage for me is that images will scale up or down...
2
by: =?Utf-8?B?SmVmZlAtPg==?= | last post by:
I want to retrieve an image file (TIF) convert it to a bmp file and enable sizing. I know how to do the converting & sizing part, and store any atributes to file location in the webconfig, what...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.