shmulie Posted January 29, 2021 Posted January 29, 2021 Site URL: https://www.pesachinthesoutheast.com/rates I have an HTML table in a code block just below a text block on a page. While editing it shows the table at the top of the page where it's expected. When saved it drops below all of the content on the page into the footer. Haven't seen this before. Any ideas?
tuanphan Posted February 3, 2021 Posted February 3, 2021 Hi. It looks like you solved this? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
BobCashman Posted February 4, 2021 Posted February 4, 2021 I don't have an answer, but am seeing similar results. I insert a Code block where I want the table to show, paste in my HTML for the table, and then when I preview the page, it shows "Hello World" where the code block is, and the table itself appears below the footer. I am a novice at all this, so probably doing a bunch of things wrong. I am putting in the cell of the first column an href tag. That does not seem to be working. I am using what I would call "Basic" html, not CSS. I don't have a clue about that. If CSS is my friend, any pointers on where/how to start understanding that appreciated. My table appears the way I want it to when I save my code as a text file and open that file with a browser. Here is a sample of the HTML (first two rows of the table I think): <table style="text-align: left; margin-left: auto; margin-right: auto; width: 90%; font-family: Helvetica,Arial,sans-serif; color: white;" border="1" cellpadding="2" cellspacing="0"> <tbody> <tr> <td style="vertical-align: middle; color: black;"><a href=http://fiyc.net target=_blank rel=noopener>Fishers Island YC</a><br></td> <td style="vertical-align: middle; color: black;">Fishers Island, West Harbor<br></td> </tr> <tr> <td style="vertical-align: middle; color: black;"><a href=http://glpyc.org target=_blank rel=noopener>Groton Long Point Yacht Club</a><br></td> <td style="vertical-align: middle; color: black;">50 Beach Road, Groton Long Point, CT, 06340<br></td> </tr> I have no idea where the "Hello world" is coming from, I do not see that anywhere. Nothing is ever as simple as it seems it should be. Thanks for any advice.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.