Posted by Disco Octopus on 04/04/06 06:56
roN wrote:
> Hi guys,
>
> I'm creating following page: http://paykiosks.net/new/mockup/new_index.htm
> and I'm getting confused about the thing, that I wanna have these two
> tables besides each other and not under each other. Why can't I get them
> below each other? I'm getting desperate...
> Thank you!
try this...
......
<table style="float:left;" width="236" border="0" cellspacing="0"
cellpadding="0">
......
<table style="float:right" width="236" border="0" cellspacing="0"
cellpadding="0">
......
since you are using table for layout anyway, you might as well put them
into there own TD.
--
dont pick your nose if it is sore
[Back to original message]
|