Mediawiki table help

Robert Mayr robyduck at fedoraproject.org
Tue Mar 5 10:30:51 UTC 2013


2013/3/5 Frank Murphy <frankly3d at gmail.com>

> How can 2-3 tables be placed side by side,
> without squishing each other,
> or putting in redundant || ?
>
> https://fedorahosted.org/freemedia/wiki/StatisticsEOL
>
> Haven't opened a ticket as it's not a website problem per say.
>
>
>

You can do something like this, two tables with a float:left and a right
margin for the first table to keep the distance from the second one. Don't
put more than 2 tables side by side and check also minor resolutions
zooming in the page:
It's just an example, you can also create a dedicated div table class in
your CSS instead of the inline style.

<table style="float:left; margin-right:20px;" border="1"
width="300px"><tr><td style="height:20px;"></td></tr></table>
<table style="float:left" border="1" width="300px"><tr><td
style="height:20px;"></td></tr></table>

-- 
Robert Mayr
(robyduck)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.fedoraproject.org/pipermail/websites/attachments/20130305/e06b14b3/attachment.html>


More information about the websites mailing list