|  need help with my website... | 
| Author: | 
Message: | 
TheMusicPirate 
Full Member 
   
  
  
 
Posts: 412 Reputation: 8 
40 /   / – 
Joined: Feb 2005 
 | 
O.P.  need help with my website...
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.  
 |   
 | 
| 05-28-2005 02:21 PM | 
 | 
  | 
saralk 
Veteran Member 
     
  
  
 
Posts: 2596 Reputation: 38 
36 /   /   
Joined: Feb 2003 
 | 
 RE: need help with my website...
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.  
 This post was edited on 05-28-2005 at 02:47 PM by saralk.
The Artist Formerly Known As saralk 
London · New York · Paris 
Est. 1989  
 |   
 | 
| 05-28-2005 02:47 PM | 
 | 
  | 
albert 
Veteran Member 
     
  
  
 
Posts: 2246 Reputation: 42 
– /   /   
Joined: Feb 2005 
 | 
 RE: need help with my website...
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">
   
 |   
 | 
| 05-28-2005 02:49 PM | 
 | 
  | 
TheMusicPirate 
Full Member 
   
  
  
 
Posts: 412 Reputation: 8 
40 /   / – 
Joined: Feb 2005 
 | 
O.P.  RE: RE: need help with my website...
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?  
 This post was edited on 05-28-2005 at 03:25 PM by TheMusicPirate.
 |   
 | 
| 05-28-2005 02:52 PM | 
 | 
  | 
RaceProUK 
Elite Member 
     
  
  
 
Posts: 6070 Reputation: 57 
40 /   /   
Joined: Oct 2003 
 | 
 RE: need help with my website...
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    
 |   
 | 
| 05-28-2005 05:15 PM | 
 | 
  | 
Chris4 
Elite Member 
     
  
  
 
Posts: 4460 Reputation: 84 
34 /   /   
Joined: Dec 2004 
 | 
 RE: RE: RE: need help with my website...
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   
 |   
 | 
| 05-28-2005 05:17 PM | 
 | 
  | 
TheMusicPirate 
Full Member 
   
  
  
 
Posts: 412 Reputation: 8 
40 /   / – 
Joined: Feb 2005 
 | 
O.P.  RE: RE: RE: RE: need help with my website...
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   
  
sorry i changed the index file, it should be showing the right one now.  
 |   
 | 
| 05-29-2005 12:08 PM | 
 | 
  | 
Zephyr 
Senior Member 
    
  
  
monster.rat
  
Posts: 948 Reputation: 26 
36 /   /   
Joined: Jan 2005 
 | 
 RE: need help with my website...
In the line  
code:    - <a href="http://themusicpirate.bounceme.net/Gallery/Gallery.php">Gallery<br>
  
you neet to close the <a> tag.
 
It should be:
 code:    - <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.  
 This post was edited on 05-29-2005 at 12:14 PM by Zephyr.
 |   
 | 
| 05-29-2005 12:12 PM | 
 | 
  | 
TheMusicPirate 
Full Member 
   
  
  
 
Posts: 412 Reputation: 8 
40 /   / – 
Joined: Feb 2005 
 | 
O.P.  RE: RE: need help with my website...
quote: Originally posted by monster.rat 
In the line  
 
code:    - <a href="http://themusicpirate.bounceme.net/Gallery/Gallery.php">Gallery<br>
   
you neet to close the <a> tag. 
 
It should be: 
 
code:    - <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.   
 |   
 | 
| 05-29-2005 12:22 PM | 
 | 
  | 
| 
 |