Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

HTML Help?

So I used to be pretty good at creating layouts, and in my time off of the game I started working at the art of iFrame layouts. I figured I'd make a quick and simple one to test on the game before getting into more complex designs. So I created the whole thing, seen <a href="http://burtis.webs.com/Index.html"; target="_blank" class="bb-url">here</a>, yet after I copy and submit the index from webs, my kennel page shows up blank. Anyone know a reason why it would not be showing anything at all?<br><br>Any help would be greatly appreciated. Thanks guys :)<br><br>Edit: Suppose it could help if I provided the index codes for you haha<br><br>
<html><br><head><br><title="Brutis Kennels Example"><br></head><br><br><frameset rows="100,*,80" frameborder="0" border="0" framespacing="0"><br>  <frame name="topNav" src="http://burtis.webs.com/Banner.html"><br><frameset cols="200,*" frameborder="0" border="0" framespacing="0"><br>	<frame name="menu" src="http://burtis.webs.com/Links1.html"; marginheight="0" marginwidth="0" scrolling="auto" noresize><br>	<frame name="content" src="http://burtis.webs.com/Content.html"; marginheight="0" marginwidth="0" scrolling="auto" noresize><br></frameset><br><br>  <frame name="footer" src="http://burtis.webs.com/Footer.html"><br><br><noframes><br><p>This section (everything between the 'noframes' tags) will only be displayed if the users' browser doesn't support frames. You can provide a link to a non-frames version of the website here. Feel free to use HTML tags within this section.</p><br></noframes><br></html><br>
brutisbanner.png
Training Kennel Boarding Kennel Breeding Kennel Rescue/Collection Kennel
Read about and Participate in the VP Awards here please xD

Comments

  • it looks to me like you have the frame and table set up as different webs pages (I've bolded the parts I'm talking about)<br>if I'm correct, then the HTML codes you've used won't read correctly off of the webs website templates because they are set up as seperate pages within the page (I know that's really confusing haha)<br>I'm not sure how to fix it but I have a feeling PaperWings can help you out ;)<br><br><html><br><head><br><title="Brutis Kennels Example"><br></head><br><br><frameset rows="100,*,80" frameborder="0" border="0" framespacing="0"><br> <frame name="topNav" src="<span style="font-weight:bold">http://burtis.webs.com/Banner.html</span>"><br><frameset cols="200,*" frameborder="0" border="0" framespacing="0"><br> <frame name="menu" src="<span style="font-weight:bold">http://burtis.webs.com/Links1.html</span>"; marginheight="0" marginwidth="0" scrolling="auto" noresize><br> <frame name="content" src="<span style="font-weight:bold">http://burtis.webs.com/Content.html</span>"; marginheight="0" marginwidth="0" scrolling="auto" noresize><br></frameset><br><br> <frame name="footer" src="<span style="font-weight:bold">http://burtis.webs.com/Footer.html</span>"><br><br><noframes><br><p>This section (everything between the 'noframes' tags) will only be displayed if the users' browser doesn't support frames. You can provide a link to a non-frames version of the website here. Feel free to use HTML tags within this section.</p><br></noframes><br></html>
    robanner_zps46f75ebe.png
Sign In or Register to comment.