Dig yer site. Always have. Started "following" so... I did. Follow? Cool-cool. :)
Anddd we are back online. Sorry for the delay, Iv been traveling and haven't actually been near a computer in over a month 😑
>Weezer Why listen to people sing about Buddy Holly when you can just listen to buddy holly, my guy? https://www.youtube.com/watch?v=iZyuxNxQvbE
Aye, thanks for pointing that out, somethings gone wrong with the site path config on the homepage, Ill look into it in a few hours.
Thank you! Means a lot to me to hear people appreciate the site and feel inspired by it. Keep up your site, never settle for normally ;P
Thank you!, I wish I could give it more time and expansion. Eventually I hope to offer virtual real estate and a planetscape generated out of all the sites on Daniel's Network.
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!