10 November 2005, 18:57 UTC#1
I've got a site made up, but I need it to be able to resize itself when viewed on different browers and monitor sizes so that it automatically fits into a window without the need of scroll bars. Someone suggested using tables.
Anyone that could help me?
Nico.
10 November 2005, 19:25 UTC#2
^^ lol your sig.
sorry man cant help you with that..
10 November 2005, 19:25 UTC#3
Put the content in a table and size to 90%, or whatever percentage you want luv.
10 November 2005, 19:49 UTC#4
QUOTE(Randumb-Dan @ Nov 10 2005, 07:25 PM)
^^ lol your sig.
sorry man cant help you with that..
[right][snapback]218575[/snapback][/right]
WELCOME BACK DAN!!
10 November 2005, 20:25 UTC#5
QUOTE(gman @ Nov 10 2005, 07:25 PM)
Put the content in a table and size to 90%, or whatever percentage you want luv.
[right][snapback]218576[/snapback][/right]
you don't happen 2 know the code do you g?
10 November 2005, 22:36 UTC#6
wait.is xhtml what resizes everythign to fit in your broswer..cuz that would be cool as hell
10 November 2005, 22:47 UTC#7
QUOTE(Randumb-Dan @ Nov 10 2005, 07:25 PM)
^^ lol your sig.
sorry man cant help you with that..
[right][snapback]218575[/snapback][/right]
Why the fuck is Randumb back.
10 November 2005, 23:01 UTC#8
QUOTE(Nico @ Nov 10 2005, 10:25 PM)
QUOTE(gman @ Nov 10 2005, 07:25 PM)
Put the content in a table and size to 90%, or whatever percentage you want luv.
[right][snapback]218576[/snapback][/right]
you don't happen 2 know the code do you g?

[right][snapback]218632[/snapback][/right]
Sure do...
CODE
<table width="90%" border="0" align="center">
<tr>
<td>Content here</td>
</tr>
</table>
10 November 2005, 23:50 UTC#9
thanks g you are a true sex fiend...oh I meant god.
edit: I can't seem to get it to work g, nothing happens. I pasted it inside the body tag at the start and also tried it inside the head tag but nothing happens
11 November 2005, 04:32 UTC#10
you have to put the stuff in the middle
<html>
<head><title>Title Here</title></head>
<body bgcolor="black" text="white" link="white" vlink="white" alink="white">
<table width="90%" border="0" align="center">
<tr>
<td>
This is the normal page here
</td>
</tr>
</table>
</body>
</html>
11 November 2005, 10:43 UTC#11
thanks I'll give that a go when I get home