View Full Version : I need serious help With my html!!!!


pixychik9
07-14-2005, 08:57 PM
:angry: okay, I put my forum previews on my home page and I seperate them by breaks but they keep opening in the same place! I 'mean when They load, they load ontop of eachother! Can anyone tell me how I can open them seperately? Oh by the way, I tried using I frames but It leaves a big white space after each forum, and I tryed to use tables but it showed up in one cell, then I used both table and Iframe and it did the white space thing, an when I resize it it just srinks the preview!! And the wite space is still there!!

Here's the html:

<HTML>
<HEAD>

<TITLE>Teen mindZ- Where Teens Are Heard</TITLE>
</HEAD>
<BODY background="bg178.gif" bgproperties="fixed">

<br><br>
<div align="center"><img src="MainImage.png"></div>

<table>

<tr>

<td> <IFRAME name="Welcome!" src="Welcome frame.html" width=600 height=300 marginwidth=10 marginheight=5 hspace=95

vspace=150 frameborder=0 style="border: 5 solid #999900" scrolling=auto style="FILTER: chroma(color=#ff0033)"

allowtransparency="true"></IFRAME>

</td>

<td> <IFRAME name="Mind linX" src="Mind linX.html" width=175 height=360 marginwidth=0 marginheight=0 hspace=-30

vspace=150 frameborder=0 scrolling=auto style="FILTER: chroma(color=#ff0033)" allowtransparency="true"></IFRAME> </td>

</tr>

</table>

<br><br>

<!-- Begin Sparklit HTML Code -->
<SCRIPT LANGUAGE="JavaScript">
jsurl = "http://www.activeboard.com/forum_preview_js.spark";
document.write("<script language=\"JavaScript\" src=\"");
document.write(jsurl + "?forumID=63789");
document.writeln("&c=" + Math.random()*10000 + "\">");
document.writeln("<\/SCRIPT>");
</SCRIPT>
<NOSCRIPT>
<a href="http://www.activeboard.com/forum.spark?forumID=63789 ">Your Community</a></noscript>
<!-- End Sparklit HTML Code -->

<br><br>

<!-- Begin Sparklit HTML Code -->
<SCRIPT LANGUAGE="JavaScript">
jsurl = "http://www.activeboard.com/forum_preview_js.spark";
document.write("<script language=\"JavaScript\" src=\"");
document.write(jsurl + "?forumID=63784");
document.writeln("&c=" + Math.random()*10000 + "\">");
document.writeln("<\/SCRIPT>");
</SCRIPT>
<NOSCRIPT>
<a href="http://www.activeboard.com/forum.spark?forumID=63784 ">Call Me Random</a></noscript>
<!-- End Sparklit HTML Code -->


<br><br>

<!-- Begin Sparklit HTML Code -->
<SCRIPT LANGUAGE="JavaScript">
jsurl = "http://www.activeboard.com/forum_preview_js.spark";
document.write("<script language=\"JavaScript\" src=\"");
document.write(jsurl + "?forumID=63791");
document.writeln("&c=" + Math.random()*10000 + "\">");
document.writeln("<\/SCRIPT>");
</SCRIPT>
<NOSCRIPT>
<a href="http://www.activeboard.com/forum.spark?forumID=63791 ">Dream Linx</a></noscript>
<!-- End Sparklit HTML Code -->


<br><br>

</BODY>
</HTML>

JustOnions
07-15-2005, 04:42 AM
I took a look at your code and it only seems to be a problem in Internet Explorer but works fine in Firefox. So I’m assuming the place who is hosting the forums use CSS to define the colors and layout and since IE doesn’t handle all CSS correctly, that could be part of the issue.

I can’t get it to work right in IE. I tried tables, frames, layers, and CSS… and none worked.

I would suggest though that you never use frames. Search engines don’t like them and it just makes things more complicated.

Also, if you don’t have Firefox, you should download it: http://www.mozilla.org/products/firefox/

sorry I couldn't help me :(
gl