site issue

Redbull{wings}

Active Member
Did you put the CSS inside the index.html or did you create another .css files?

Usually, free hosting servers have limited scripts that are listed in their help section.
 
Did you put the CSS inside the index.html or did you create another .css files?

Usually, free hosting servers have limited scripts that are listed in their help section.

thee css is inside the <html> tags and I'll check the hosting site


freewebs does support css
 
thee css is inside the <html> tags and I'll check the hosting site


freewebs does support css
Ok, ive found your problem already... Inside your HTML document you have there, at the top there is a CSS reference, it links the HTML file to CSS styles etc... your link, set as "style/default.css" means that the page (where it is currently situated) is trying to reference the CSS sheet at the following address "http://www.freewebs.com/redbull3wngs3/style/default.css" all you have to do is upload the CSS sheet, to that directory and boom, your sorted...

You may have to clear your cahce or other temporary files etc for the cahnge to be visible,

dragon2309
 
Ok, ive found your problem already... Inside your HTML document you have there, at the top there is a CSS reference, it links the HTML file to CSS styles etc... your link, set as "style/default.css" means that the page (where it is currently situated) is trying to reference the CSS sheet at the following address "http://www.freewebs.com/redbull3wngs3/style/default.css" all you have to do is upload the CSS sheet, to that directory and boom, your sorted...

You may have to clear your cahce or other temporary files etc for the cahnge to be visible,

dragon2309

that makes sense I'll try it and report back
 
alright it's up and running. Check it out Here. If you've got any suggestions feel free to say so(especially if you can fix the giant space in my blogs)
 
That's a nice blog! But by fixing the big space do you mean adding news or it is actually a real problem?
 
Code:
<FORM action="mailto:[email protected]" method="post" enctype="text/plain">
<TABLE BORDER="1" CELLSPACING="0" CELLPADDING="4" WIDTH="90%">
<TR>
<TD width="30%"><DIV align="right">
<B>Name:</B>
</DIV>
</TD>
<TD width="70%">
<INPUT type="text" name="name" size="20">
</TD>
</TR>
<TR>
<TD><DIV align="right"><B>Email:</B></DIV>
</TD>
<TD>
<INPUT type="text" name="email" size="20">
</TD>
</TR>
<TR>
<TD><DIV align="right">
<B>Comment:</B>
</DIV>
</TD>
<TD><TEXTAREA name="comment" cols="30" wrap="virtual" rows="4">
</TEXTAREA>
</TD></TR>
<TR>
<TD>&nbsp;</TD>
<TD>
<INPUT type="submit" name="submit" value="Submit">
<INPUT type="reset" name="reset" value="Reset">
</TD></TR>
</TABLE>
</FORM>

does that feedback work?? cause I know the form mail I setup on my site was a pain to wite its not a great idea to have your email address in your script on the main page as a web crawler will get it and you'll start recieving alot of spam emails.

what's an alternative to my email address? like an account where they can be sent but not an email?
 
Redbull{wings} said:
what's an alternative to my email address? like an account where they can be sent but not an email?

Get a free hotmail, yahoo or gmail. If you need Gmail, send me a PM I'll invite you.
Or if you want your website to be more professional, you can buy a domain name and hosting, and you'll have [email protected]

With my domain and hosting, I have [email protected] for exemple. If you want a not too expansive hosting, that exists but with not that much bandwith and space....


PS: sorry I did not had time to look at your CSS, I think I'll be able to do it today...:D
 
I think I found out what the problem is...

I'm not that good in CSS but I think you've set up the part of your nes with width and height. That width and height will always be like you said, no matter what happens, so you'll have to fill up the gap with news of your blog.

Hope it helps..

PS: can you quote the CSS part of your gap?
 
Code:
<div id="center-in">
	<LINK href="http://images.freewebs.com/Styles/blog.css" type=text/css rel=stylesheet>
	<link rel="alternate" type="application/rss+xml"
	title="RSS 2.0" href="http://blogs.freewebs.com/Members/Blogs/viewBlogRSS.jsp?userid=22667614" />
	<script src="http://images.freewebs.com/JS/blog.js"></script>
	<script>startBlog(22667614);</script><script>initBlog();</script>
	<div style="text-align:right"><a title="View RSS feed"
	href="http://blogs.freewebs.com/Members/Blogs/viewBlogRSS.jsp?userid=22667614">
	<img style="border: 0px;" alt="View RSS feed" src="http://images.freewebs.com/Images/rss.gif"></a></div>

It's a blog widget off of freewebs, and thanks for the suggestions but I don't want to spend any money this is just a project so I can learn a bit about css and html and to give myself a fully customizable homepage.
 
Last edited:
Oh then you can't do anything about it....
You have to fill up the space...
(I think ...)
 
what you need to do is add a script that fills up only the space taken by the news. That means it will resize everytime you add something. You'll have to include in the file if you have acces to it :S
 
what you need to do is add a script that fills up only the space taken by the news. That means it will resize everytime you add something. You'll have to include in the file if you have acces to it :S

I have access to all the css and html files but I wouldn't know what to add to do that
 
Back
Top