Help

Status
This thread has been locked.

BeatMyMeme

Banned
Feedback score
-1
Posts
96
Reactions
13
Resources
0
What am I doing wrong?

upload_2018-5-6_21-10-22.png

upload_2018-5-6_21-10-30.png
 

Attachments

  • upload_2018-5-6_21-10-22.png
    upload_2018-5-6_21-10-22.png
    135 KB · Views: 63
  • upload_2018-5-6_21-10-30.png
    upload_2018-5-6_21-10-30.png
    118.5 KB · Views: 67
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

BeatMyMeme

Banned
Feedback score
-1
Posts
96
Reactions
13
Resources
0

Attachments

  • upload_2018-5-6_21-14-41.png
    upload_2018-5-6_21-14-41.png
    52.1 KB · Views: 67
Banned forever. Reason: Scamming (https://builtbybit.com/threads/beatmymeme-scam-report.404320/)

BeatMyMeme

Banned
Feedback score
-1
Posts
96
Reactions
13
Resources
0
I did....
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/beatmymeme-scam-report.404320/)

Shaun

Web Developer, owner of Syncore LLC
Supreme
Feedback score
20
Posts
622
Reactions
408
Resources
0
You need to add a 'clear: both' or 'clear: right' in the #main class since you previously used 'float: right'. Here's the code with the correction (I think):
Code:
#main {
clear: both;
}

If you'd like to learn more about how to use float and clear, refer to this article here: https://www.w3schools.com/css/css_float.asp
 
Status
This thread has been locked.
Top