• 0

"Spacer" in a website?


Question

Well, I have seen on some sites that they have spacers on the sides of their sites....they then adjust for different resolutions. (Not sure if you know what I'm talking about now...)

But I am making a website for someone, and I need to know how to do it. Or would it be easier to make the site one specific size in say a table and set the site to a side so that the other side would look like a "spacer"?

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

you're confusing me :p

do you mean like <HR>?

or where am image splits it? or a vertical rule maybe

Link to comment
Share on other sites

  • 0

i think he means the 1px image used to give tables a set size. the image can be resized by html code and the table is given no set hight or width. so it is given the size of the spacer image instead.

that prob made no sense but i dont care coz i dont use them...i find them useless

Link to comment
Share on other sites

  • 0

do you mean where the site appears in the middle of the page if your using a high res??

if so thats a table

<table width="100%" border="0">

<tr>

<td align="center"><!--Content here--></td>

</tr>

</table>

should work

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.