snowgoose
|
Index page layout helphttp://newcarnews.slarti3.myfreeforum.org/index.html
Im trying to get my index page to look like my forum index. Where i can have RSS feeds displayed to look like my forum layout. Im trying to have something like in my image but i cant seem to get it right.
The code i have for the index.html page is
I have copied bits of the code from various places on my forum but i cant seem to get it right.
Anyone know where im going wrong?
Thanks
Jake
|
panther_dust
|
| Code: | <script language="JavaScript" src="http://feeds.theblogresource.com/feed2js.php?" src="http%3A%2F%2Frss.feedsportal.com%2Ffeed%2Fnewcarnet%2Fnews&chan=y&num=3&targ=y&html=a" type="text/javascript"></script>
<noscript>
<a href="http://feeds.theblogresource.com/feed2js.php?" src="http%3A%2F%2Frss.feedsportal.com%2Ffeed%2Fnewcarnet%2Fnews&chan=y&num=3&targ=y&html=y">View RSS feed</a>
</noscript>
<tr> |
looks like a simple miss place of code openings at the location( | Code: | | feed2js.php?src=http%3A | )
This is how it should be | Code: | | feed2js.php?" src="http%3A |
Try using that....(the big code above i have edited in 3 places just copy that)
Thanks PD
|
snowgoose
|
Thanks what i tried first and it just shows up on a plain background with none of the forum styling.
You can check it out http://newcarnews.slarti3.myfreeforum.org/index.html
Im gonna leave it till the morning now cos 7 hours and still not working. I need a break lol
Thanks for the help
|
panther_dust
|
ok well if you want me 2 i can join and take a look 4 ya
|
snowgoose
|
Thanks for the offer. Im going to spend today messing about with it.
|
snowgoose
|
Well, the work payed off. Its now looking fine. Just need to tidy the actual feed up a bit
|
|
|