Shoutbox

need help with my website... - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: need help with my website... (/showthread.php?tid=45424)

need help with my website... by TheMusicPirate on 05-28-2005 at 02:21 PM

can somebody tell me if it is possible to make a seperate page just for the news and have it in a iframe so that i can just edit that page instead of editting the whole page.

take a gander at my site if you want

http://themusicpirate.bounceme.net


thanks.


RE: need help with my website... by saralk on 05-28-2005 at 02:47 PM

code:
<iframe src ="location of news file" width="width" height="height></iframe>

edit the stuff in green to suit your site, and your good to go.
RE: need help with my website... by albert on 05-28-2005 at 02:49 PM

Of course, just create your "news" page or whatever it has to contain, and put this code into your table.

code:
<iframe name="UR FRAME NAME" src="THE PAGE URL" border="0" frameborder="0" width="PAGE WIDTH" height="PAGE HEIGHT">

RE: RE: need help with my website... by TheMusicPirate on 05-28-2005 at 02:52 PM

quote:
Originally posted by saralk
code:
<iframe src ="location of news file" width="width" height="height></iframe>

edit the stuff in green to suit your site, and your good to go.


thanks.
quote:
Originally posted by lp15
Of course, just create your "news" page or whatever it has to contain, and put this code into your table.

code:
<iframe name="UR FRAME NAME" src="THE PAGE URL" border="0" frameborder="0" width="PAGE WIDTH" height="PAGE HEIGHT">


thanks.

also how can i add a registeration thingy?

EDIT: also look at my menu on my site, look at the photoblog link, how can i remove the long underline?
RE: need help with my website... by RaceProUK on 05-28-2005 at 05:15 PM

Is your host PHP/MySQL enabled? If no, then set up a PHP news feed. It's pretty easy to do (did it this afternoon for my new site), and you don't even have to edit any files ;)


RE: RE: RE: need help with my website... by Chris4 on 05-28-2005 at 05:17 PM

quote:
Originally posted by TheMusicPirate
EDIT: also look at my menu on my site, look at the photoblog link, how can i remove the long underline?


I can't see a menu 8-)
RE: RE: RE: RE: need help with my website... by TheMusicPirate on 05-29-2005 at 12:08 PM

quote:
Originally posted by chris4
quote:
Originally posted by TheMusicPirate
EDIT: also look at my menu on my site, look at the photoblog link, how can i remove the long underline?


I can't see a menu 8-)


sorry i changed the index file, it should be showing the right one now.
RE: need help with my website... by Zephyr on 05-29-2005 at 12:12 PM

In the line

code:
&nbsp;&nbsp; - <a href="http://themusicpirate.bounceme.net/Gallery/Gallery.php">Gallery<br>

you neet to close the <a> tag.

It should be:

code:
&nbsp;&nbsp; - <a href="http://themusicpirate.bounceme.net/Gallery/Gallery.php">Gallery</a><br>

You can see that if you click on the line before 'photo blog' it will still link to gallery as the tag wasn't closed.
RE: RE: need help with my website... by TheMusicPirate on 05-29-2005 at 12:22 PM

quote:
Originally posted by monster.rat
In the line

code:
&nbsp;&nbsp; - <a href="http://themusicpirate.bounceme.net/Gallery/Gallery.php">Gallery<br>

you neet to close the <a> tag.

It should be:

code:
&nbsp;&nbsp; - <a href="http://themusicpirate.bounceme.net/Gallery/Gallery.php">Gallery</a><br>

You can see that if you click on the line before 'photo blog' it will still link to gallery as the tag wasn't closed.


thank you so much.(Y)