Well, you make your nice page however you wish, first of all.
<html> <head> <title>Your Template</title> </head> <body> <!-- your template goes here --> </body> </html>
'
Then, inside your template, in the cell you want to have containing your news, you put something like this:
<?php $number = \"10\"; include (\"./cutenews/show_news.php\"); ?>
And then it works.
If you want to edit how the content is displayed, you can make your own templates for news items, edit the default ones, whichever you wish. Those templates are in the admin area.
im really confused here. my question is, how do i get a php page/document (show_news.php) to open up within a frame on my photoshop layout? where do i put the include?
im really confused here.
my question is, how do i create frames the dimensions of my content boxes? how do i get them exactly where i need them?
and, how do i get a php page/document (show_news.php) to open up within a frame on my photoshop layout? where do i put the include?
Hey, Erik, you are aware that you're not posting on the cutenew forum, right? You might want to read responses that have already been given in the other forum (where I am moving this).
1. provide an url of the page that's having the problem
2. you can't put an include into PHOTOSHOP -- however, assuming you have a framed layout, you use targets in the hyperlinks.
3. DO NOT POST MULTIPLE THREADS about the same issue.
friends dont let friends do frames!
frames suck, not all browsers are compatible with them and they never come out right, stick to tables and cells in html!
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.
kb posted this at 03:43 — 18th April 2004.
He has: 1,380 posts
Joined: Feb 2002
Two Things:
#1- What is CuteNews?
#2- Link....
Suzanne posted this at 04:16 — 18th April 2004.
She has: 5,507 posts
Joined: Feb 2000
Well, you make your nice page however you wish, first of all.
<html>
<head>
<title>Your Template</title>
</head>
<body>
<!-- your template goes here -->
</body>
</html>
Then, inside your template, in the cell you want to have containing your news, you put something like this:
<?php
$number = \"10\";
include (\"./cutenews/show_news.php\");
?>
And then it works.
If you want to edit how the content is displayed, you can make your own templates for news items, edit the default ones, whichever you wish. Those templates are in the admin area.
problem posted this at 04:17 — 18th April 2004.
They have: 10 posts
Joined: Apr 2004
hey,
im really confused here. my question is, how do i get a php page/document (show_news.php) to open up within a frame on my photoshop layout? where do i put the include?
please,
erik
problem posted this at 04:19 — 18th April 2004.
They have: 10 posts
Joined: Apr 2004
hey,
im really confused here.
my question is, how do i create frames the dimensions of my content boxes? how do i get them exactly where i need them?
and, how do i get a php page/document (show_news.php) to open up within a frame on my photoshop layout? where do i put the include?
please,
erik
Suzanne posted this at 04:43 — 18th April 2004.
She has: 5,507 posts
Joined: Feb 2000
Hey, Erik, you are aware that you're not posting on the cutenew forum, right? You might want to read responses that have already been given in the other forum (where I am moving this).
Edit: this thread has been merged.
Suzanne posted this at 04:46 — 18th April 2004.
She has: 5,507 posts
Joined: Feb 2000
1. provide an url of the page that's having the problem
2. you can't put an include into PHOTOSHOP -- however, assuming you have a framed layout, you use targets in the hyperlinks.
3. DO NOT POST MULTIPLE THREADS about the same issue.
tgreyz posted this at 03:24 — 4th May 2004.
They have: 4 posts
Joined: May 2004
friends dont let friends do frames!
frames suck, not all browsers are compatible with them and they never come out right, stick to tables and cells in html!
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.