Tables...

Description of your first forum.

Moderator: Co-Admin

User avatar
Gordon
Year 1
Year 1
Articles: 2
Offline
Posts: 80
Joined: Tue May 17, 2022 4:29 am
2
Location: Cottonwood, AZ
Contact:
United States of America

Re: Tables...

Post by Gordon »

It's coming right along!!

I added a new header to the reply box that adds some new editing functions.

One BIG thing I noticed is if you have your screen adjusted to a larger size it throws the tables off....

Hit "ctrl+" a couple times and you will see what I mean.
I just love crashing the TEST forum!!! :D :D :D
User avatar
Gordon
Year 1
Year 1
Articles: 2
Offline
Posts: 80
Joined: Tue May 17, 2022 4:29 am
2
Location: Cottonwood, AZ
Contact:
United States of America

Re: Tables...

Post by Gordon »

fade

Blur
I just love crashing the TEST forum!!! :D :D :D
User avatar
Thefatkitty
Co-Admin
Co-Admin
Articles: 0
Offline
Posts: 24
Joined: Mon Jul 11, 2022 8:14 pm
2
Location: Ontario
Contact:
Canada

Re: Tables...

Post by Thefatkitty »

The Table width is 60

The line breaks here are with the 
PRE statement, font size is 75.

The table to the right shows putting
 a table inside of a table cell ([td]).

I shortened it to 6 rows 
instead of the default 9.

Anyone with a basic knowledge of 
HTML should have no problem with it.

This Table width is 95
This
is
a
lot
of
fun!!
The TH size is 40% here. The TH size is 60% here.
À Á Â Ã Ä Å Æ Ç È É
:D :D :D :lol: :lol: :lol:
Image2_s.jpg
Image2_s.jpg (32.94 KiB) Viewed 28956 times
avatar.jpg
avatar.jpg (75.42 KiB) Viewed 28956 times
Fun
Stuff
Mark
"The Hankmeister" Celestron 8SE, William Optics Zenithstar 61mm
C80-HD, orange tube Vixen made C80 with diagonal and 2X barlow, CG4 mount
Towa Glass: 60mm 1961 Tasco 12TE , 'Towatron' 60mm f/6, Jason 80mm f/15,
Tasco 3T and Towa 3" and 4.5" reflectors. ES & Ioptron diagonals, Fujiyama KK orthos, ES 68°'s.
Canon EOS 550D, Baader OD 5.0 & 3.8 Solar film, Solar Continuum filter and Solar Cycle 25 :icon-cool:

NCC-1701.Ca
User avatar
Thefatkitty
Co-Admin
Co-Admin
Articles: 0
Offline
Posts: 24
Joined: Mon Jul 11, 2022 8:14 pm
2
Location: Ontario
Contact:
Canada

Re: Tables...

Post by Thefatkitty »

This was four days of daytime clarity, and shows the ever-changing face of the Sun taken 24 hours apart each day. Enjoy!


Four days of ol' Sol
August 10th, 2022
Sun_08-10-2022a.jpg
August 11th, 2022
Sun_08-11-2022a.jpg
Sun_08-12-2022a.jpg
August 12th, 2022
Sun_08-13-2022a.jpg
August 13th, 2022

Thanks for looking and have a good night everyone :D
Mark
"The Hankmeister" Celestron 8SE, William Optics Zenithstar 61mm
C80-HD, orange tube Vixen made C80 with diagonal and 2X barlow, CG4 mount
Towa Glass: 60mm 1961 Tasco 12TE , 'Towatron' 60mm f/6, Jason 80mm f/15,
Tasco 3T and Towa 3" and 4.5" reflectors. ES & Ioptron diagonals, Fujiyama KK orthos, ES 68°'s.
Canon EOS 550D, Baader OD 5.0 & 3.8 Solar film, Solar Continuum filter and Solar Cycle 25 :icon-cool:

NCC-1701.Ca
User avatar
Gordon
Year 1
Year 1
Articles: 2
Offline
Posts: 80
Joined: Tue May 17, 2022 4:29 am
2
Location: Cottonwood, AZ
Contact:
United States of America

Re: Tables...

Post by Gordon »

Those look great!

I think we need to limit usage to those who request it rather than just allow all members to use it.
I just love crashing the TEST forum!!! :D :D :D
User avatar
Makuser
Moderator
Moderator
Articles: 0
Offline
Posts: 8
Joined: Tue May 17, 2022 8:10 pm
2
Location: Rockledge, FL.

Re: Tables...

Post by Makuser »

Hi all. I was going to try a two image table showing two of my telescopes. I learned HTML 3.2 and 4.0 (Cobra) but I am behind the current versions. I just use Notepad for creating and editing plus it makes image calls from my own computer for the home Start Page I wrote years ago (with large refractor scopes in the heading :lol: ). However this phpBB coding and editor really has me spinning and I am not sure how to proceed, but I sure would like to try something on the test forum. Here is the coding for our home computer start page:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- saved from url=(0016)http://localhost -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Marshall's Start Page</title>
<style type="text/css">
body
{
background-color: #faeeaa;
font-family: Arial, Helvetica, sans-serif;
color: #bb3344;
}
.solidBorders
{
border: solid 2px black;
}
.pageTitle
{
font-size: 36pt;
}
.revision
{
font-size:7pt;
color: Black
}
.category
{
margin: 10px;
}
.heading
{
font-size: 16pt;
font-weight: bold;
}
.subHeading
{
font-size: 12pt;
}
.imageDesc
{
font-size: 9pt;
color: Black;
}
.linkBox
{
font-size: 12pt;
font-weight: normal;
}
a
{
color: Blue;
}
a:hover
{
color: Red;
}
a:active
{
color: Red;
}
</style>
</head>
<body>
<center>
<table cellspacing="4" class="solidBorders">
<tr>
<td align="center" colspan="4">
<span class="heading">The Legend Of Alvan Clark Refractors</span>
</td>
</tr>
<tr>
<td align="center" colspan="4">
<span class="subHeading">All built just before 1900, 3 of these 4 GIANTS are still in use</span>
</td>
</tr>
<tr>
<td align="center" valign="top">
<img class="solidBorders" src="Lowell.jpg" alt="Lowell 24 inch" height="300px" width="200px" title="Lowell 24 inch" />
<br />
<span class="imageDesc">Lowell Observatory 24 inch</span>
</td>
<td align="center" valign="top">
<img class="solidBorders" src="USNaval.jpg" alt="US Naval 26 inch" height="300px" width="232px" title="US Naval 26 inch" />
<br />
<span class="imageDesc">US Naval Observatory 26 inch</span>
</td>
<td align="center" valign="top">
<img class="solidBorders" src="Lick.jpg" alt="Lick 36 inch" height="300px" width="450px" title="Lick 36 inch" />
<br />
<span class="imageDesc">Lick Observatory 36 inch</span>
</td>
<td align="center" valign="top">
<img class="solidBorders" src="Yerkes.jpg" alt="Yerkes 40 inch" height="300px" width="227px" title="Yerkes 40 inch" />
<br />
<span class="imageDesc">Yerkes Observatory 40 inch</span>
</td>
</tr>
<tr>
<td align="center" colspan="4">
<span class="pageTitle">Our Start Page</span>
</td>
</tr>
</table>
</center>
<hr></hr>

<div class="category">
<span class="heading">MOST USED</span>
<div class="linkBox">
<ul>
<li><a href="https://www.google.com/">Google</a></li>
<li><a href="https://discover.mylibraryworld.com/?se ... e">Brevard County Library</a></li>
<li><a href="https://www.winndixie.com/WeeklyAd">WinnDixie</a></li>
<li><a href="https://www.publix.com/savings/weekly-a ... ix</a></li>
<li><a href="https://www.aldi.us/en/weekly-specials/ ... di</a></li>
<li><a href="http://www.faithviera.org/">Faith Viera Church</a></li>
<li><a href="https://www.sccu.com/">Space Coast Credit Union</a></li>
<li><a href="https://www.ccuflorida.org/">Community Credit Union</a></li>
<li><a href="https://www.flalottery.com/powerball">Florida Lottery Results</a></li>
<li><a href="https://webmail.roadrunner.com/?v=twc_theme">Road Runner Mail Login</a></li>
<li><a href="https://theskysearchers.com/app.php/portal">The Sky Searchers Forum</a></li>
<li><a href="https://webewebbiers.com/testforum/phpB ... ortal">The Sky Searchers Test Site</a></li>
<li><a href="https://www.raben.com/maps/date/">Raben Systems Solar Map</a></li>
<li><a href="http://www.kenkenpuzzle.com/">Print Kenken Puzzle</a></li>
</ul>
</div>
</div>
<div class="category">
<span class="heading">MAGAZINE SITES</span>
<div class="linkBox">
<ul>
<li><a href="http://www.astronomy.com/">Astronomy Magazine</a></li>
<li><a href="http://www.skyandtelescope.com/">Sky and Telescope</a></li>
<li><a href="http://www.skynews.ca/index.html">SkyNews</a></li>
</ul>
</div>
</div>
<div class="category">
<span class="heading">ASTRONOMY NEWS</span>
<div class="linkBox">
<ul>
<li><a href="http://www.aavso.org/">American Association of Variable Star Observers</a></li>
<li><a href="http://alpo-astronomy.org/">Association of Lunar and Planetary Observers</a></li>
<li><a href="http://www.bbc.co.uk/programmes/b006mk7h/">BBC The Sky at Night</a></li>
<li><a href="http://www.lpi.usra.edu/">Lunar and Planetary Institute</a></li>
<li><a href="http://www.darksky.org/">International Dark-Sky Association</a></li>
<li><a href="http://science.nasa.gov/">Nasa Science</a></li>
<li><a href="http://spaceweather.com/">Space Weather</a></li>
<li><a href="http://cleardarksky.com/c/MlbrnFLkey.html?1">Skies over Melbourne,FL.</a></li>
<li><a href="http://cleardarksky.com/c/EntrprsALkey.html?1">Skies over Enterprise,AL.</a></li>
</ul>
</div>
</div>
<div class="category">
<span class="heading">OTHER FORUMS/REVIEWS</span>
<div class="linkBox">
<ul>
<li><a href="http://www.cloudynights.com/">Cloudy Nights</a></li>
<li><a href="http://stargazerslounge.com/">Sky Gazers Lounge</a></li>
<li><a href="http://www.pbs.org/seeinginthedark/expl ... .html">PBS - Your Sky Tonight</a></li>
</ul>
</div>
</div>
<div class="category">
<span class="heading">EQUIPMENT SUPPLIERS</span>
<div class="linkBox">
<ul>
<li><a href="http://agenaastro.com/?SID=a5hb67pdni92 ... kt5">Agena Astro Products</a></li>
<li><a href="http://www.astronomics.com/main/Telesco ... cs</a></li>
<li><a href="http://www.celestron.com/c3/home.php">Celestron</a></li>
<li><a href="http://www.ebay.com/">Ebay Home Page</a></li>
<li><a href="http://handsonoptics.com/index.php?main ... 3d4">Hands on Optics</a></li>
<li><a href="http://www.lumicon.com/">Lumicon</a></li>
<li><a href="http://www.meade.com/">Meade</a></li>
<li><a href="http://www.optcorp.com/">OPT</a></li>
<li><a href="https://www.telescope.com/">Orion</a></li>
<li><a href="http://www.celestron.com/c3/category.ph ... e.php">Sky Watcher</a></li>
<li><a href="http://yhst-1469288697390.stores.yahoo.net/">Smart Astronomy</a></li>
<li><a href="http://www.universityoptics.com/">University Optics</a></li>
</ul>
</div>
</div>
<div class="category">
<span class="heading">WEATHER MAPS</span>
<div class="linkBox">
<ul>
<li><a href="http://www.weather.com/weather/map/USAL ... 1">Weather Channel Map for Opp, Ala.</a></li>
<li><a href="http://www.weather.com/weather/map/USFL ... 1">Weather Channel Map for Rockledge, Fla.</a></li>
<li><a href="http://www.weather.com/weather/map/USIL ... 1">Weather Channel Map for Mokena/Momence, Ill.</a></li>
</ul>
</div>
</div>
</body>
<br>
<center><font size=1 color=#000000>Created 2/23/2011 Last revision 5/26/2022 &copy; MSnapp</font></center>
</html>
Six telescopes, lots of eyepieces, but plenty of dark clouds lately.
User avatar
Makuser
Moderator
Moderator
Articles: 0
Offline
Posts: 8
Joined: Tue May 17, 2022 8:10 pm
2
Location: Rockledge, FL.

Re: Tables...

Post by Makuser »

I see that after my earlier post on here, phpBB has already altered some of my coding. Here is a screenshot of the heading for our start page on our computer:
Marshall's Start Page.png
I sure would like to join in the fun.
Six telescopes, lots of eyepieces, but plenty of dark clouds lately.
User avatar
Gordon
Year 1
Year 1
Articles: 2
Offline
Posts: 80
Joined: Tue May 17, 2022 4:29 am
2
Location: Cottonwood, AZ
Contact:
United States of America

Re: Tables...

Post by Gordon »

When you click on reply, you will see a new bar that has a picture of a table, just click on it.
I just love crashing the TEST forum!!! :D :D :D
Post Reply

Create an account or sign in to join the discussion

You need to be a member in order to post a reply

Create an account

Not a member? register to join our community
Members can start their own topics & subscribe to topics
It’s free and only takes a minute

Register

Sign in

Who is online

Users browsing this forum: No registered users and 3 guests