Site Glitch

TappedOut forum

Posted on April 6, 2015, 11:43 p.m. by bananamaniaman

Sorry if this doesn't belong in the general forum, couldn't think of anywhere else to put it.

I was using some of the formatting tips on the site in my description, (The really complicated Show/Hide one if it makes a difference) I finish tweaking the code so it works, and the copy right thing, usually at the very bottom of every page on the website is flat on my deck. The comment box is misplaced and all the details about the deck (mana carve, color pie, etc.) are weirdly pushed to the side.

Is it just my computer? or did the website do something weird? Any help would be great.

link

sirbar says... #2

I think this goes in the tapped out forum.

I think your problem is in the code because I know that it is possible to move the deck page around but I don't know how. Make sure you copied it correctly.

April 6, 2015 11:46 p.m.

Epochalyptik says... #3

Please read the forum descriptions before posting. Moved.

One of your HTML tags is open. Close it.

April 6, 2015 11:49 p.m.

vishnarg says... #4

Dude that's awesome! Leave it like that. It's like a misprinted deck

April 6, 2015 11:49 p.m.

bananamaniaman says... #5

Did you see the thing, too?

April 6, 2015 11:49 p.m.

bananamaniaman says... #6

Wait. Now it moved so I can't hit the edit button.

April 6, 2015 11:52 p.m.

bananamaniaman says... #7

nevermind, but how do I close an HTML tag?

April 6, 2015 11:53 p.m.

Epochalyptik says... #8

You type the closing tag (the one with the /)

Also, I'm looking at your code. You should look up how p tags need to be used.

April 6, 2015 11:55 p.m.

Epochalyptik says... #9

You have an extra /div tag above Enchantments

April 6, 2015 11:56 p.m.

Thanks!

April 6, 2015 11:58 p.m.

Below, I mean. I guess deleting either /div will work.

April 6, 2015 11:59 p.m.

Now you have one too few /div tags. The point of removing the one earlier was to balance the number of div and /div tags. You deleted a /div and then added a div.

Don't take this the wrong way, but you should do some reading on HTML and track your tags if you're going to implement them here.

April 7, 2015 12:13 a.m.

SimicPower says... #13

Maybe yeaGO should implement a way to test for unclosed tags before a post/description is submitted. I have noticed these formatting issues on a few forums by now.

April 7, 2015 12:22 a.m.

yeaGO says... #14

wtvr who broke my site

April 7, 2015 12:23 a.m.

dude im just really confused too many slashed and d's

April 7, 2015 12:25 a.m.

Thank you guys for all the help.

April 7, 2015 12:27 a.m.

Every single tag must have a corresponding closing ("/") tag. That's the majority of what you need to know right now.

April 7, 2015 12:28 a.m.

So like this? ("/")

April 7, 2015 12:34 a.m.

< html >("/")

April 7, 2015 12:34 a.m.

deleted the spaces.

April 7, 2015 12:34 a.m.

You don't need <html> and </html>. You need to make sure that every single opening tag, whether it's <a>, <div>, <b>, or whatever, has a corresponding closing tag.

April 7, 2015 12:37 a.m.

I gave up. It's fine.

April 7, 2015 12:46 a.m.

I really appreciate your help.

April 7, 2015 12:47 a.m.

This discussion has been closed