You are going to block this site. This will do the following:
- You will no longer see this site in searches.
- Site will no longer see your site in searches.
- Site will not be able to comment on your site profile.
- Any comments this site has posted to your profile will not be displayed.
Are you sure you want to do this?
Thats an odd issue. Are you sure you’ve read up on how frames work? The frame page should have no text or content, thats all on the webpage displayed inside the frame. You’re frame is pure structure. Maybe post a link to an example of your issue?
The link is @ https://girlswhorock.neocities.org/
Ok so the issue is iFrames and Frames are different things. iFrames embed into a page, old style frames take over the full page. Your trying to makes a frames site using iFrames insted of frames. There’s nothing wrong with that, but its not how frames sites were done in the past, so you will get some unique issues.
To fix your overlaping text with CSS, I would wrap all your main content in a div. Offset its width by the width of your iFrame and then float it to the right so it clears the frame. Theres a few other ways you could handle that too.
The absolute quickest fix would probably be to add style="margin-left:208px;" to your body tag.
Okay, I'll see if that fixes it. Thank you!