PDA

View Full Version : Does anyone know?


Eyetekk
10-22-2002, 11:54 AM
:confused:I cant seem to be able to make fixed tables or images or anything on my page for that matter. Whenever I resize my window smaller all of my web content gets crammed together and looks all jumbled, but if my page is maximised it is fine... what am I missing in the code to fix this?? It's driving me crazy, but I wont give up so any help will be appreciated. thanx:)

Dynasty
10-22-2002, 01:56 PM
height and width values shouldn't be in %, that would create a fixed width\height table.

DCElliott
10-22-2002, 03:47 PM
Post your table code so we can have a look. You can work with %ages but you have to have some fixed (pixel) measures as well.

DE

BoR|S
10-23-2002, 12:32 AM
Originally posted by Dynasty
height and width values shouldn't be in %, that would create a fixed width\height table.

Well, that depends... sometimes making the width/height values in percents is much better because it will auto-fit every resolution, while fixed values may fit only for the resolution they were created for...

Anyway I agree with DCElliott, you should paste your table code here...

Dynasty
10-23-2002, 04:05 AM
I agree it is better but considering the question is how to make fixed tables and things well I think you can see where I'm taking that. :p

Eyetekk
10-23-2002, 10:41 PM
The <p align code is one of the probs. The image moves whenever I minimise the wondow.

<body background="bckgrnd24.jpg" bgproperties="fixed">

<p align="center"><img src="intsup.jpg" width="350" height="88"> <br>
<br>

Thanx for your help guys...... I am new to this so a little help goes a long way.:)

DCElliott
10-24-2002, 05:28 AM
I think we need to see the code from <TABLE> to </TABLE> to be able to help.

DE

Dynasty
10-24-2002, 07:45 PM
Using the align would move it to the center of the line, no matter the res, so if it was resized it would reposition itself at the dead center. But showing the page and explaining what exactly you want would certainly help.