Page 1 of 1

Graduation website (Journalism)

Posted: Sat 25. Sep 2004, 18:26
by cyppher.nl
http://jkvisser.cambridgelaan.nl/index.php?index (Dutch texts)

I made this for my girlfriend, who's graduating on the School of Journalism (Holland). She wrote all texts.
This version has some errors, the text-table is wrong (If page is scrolling, then the table repeats itself).

What do you think of it?

Posted: Tue 5. Oct 2004, 00:42
by cyppher.nl
please give me some feedback, so I can improve the site. Thanks 8)

Posted: Wed 6. Oct 2004, 01:01
by argos
Well, for a start, try to modify the (colors of the) menu so that it matches the rest of the site. Then, remove all links that have no content. Remove them alltogether, or make them non-working.

How can I make 'target blank"?

Posted: Fri 29. Oct 2004, 17:03
by cyppher.nl
Hi,

This is Jessica who uses the site.
I don't know how I can make links inside the artikel wich contain a target blank. I read the tutorial, but I realy don't understand how this is suppose to be done.
Please help!
Thanx :lol:

Posted: Fri 29. Oct 2004, 17:21
by argos
Well, this is very very very basic stuff... I can't imagine you are having troubles with it :-)

Just insert target="_blank" in your link. Something like:

<a href="http://www.google.com" target="_blank">Click this link to visit to Google</a>

Posted: Tue 2. Nov 2004, 17:42
by spirelli
I don't know how I can make links inside the artikel wich contain a target blank.
If you use a WYSIWYG editor: HTML area gives you the option of selecting the taget for a link inside an article. (The new version of SPAW as well, but that's not yet in the latest release of phpwcms).


And I agree. Customize the style of you menu in the left column to fit the site!!!

Posted: Thu 4. Nov 2004, 01:37
by cyppher.nl
spirelli wrote:
I don't know how I can make links inside the artikel wich contain a target blank.
If you use a WYSIWYG editor: HTML area gives you the option of selecting the taget for a link inside an article. (The new version of SPAW as well, but that's not yet in the latest release of phpwcms).


And I agree. Customize the style of you menu in the left column to fit the site!!!
True, true...
However it's too bad that the current HTML/txt editor in phpWcms doesn't support the target blank option.
In my opinion it's wrong that it ís possible to input links in the text-area (for example in the summary) but that it is not possible to give the link any properties as target.

And Argos: Dude, I don't have troubles with basic HTML. I have problems with a CMS such as phpWCMS if it misses a simple solution for the target blank (new link window) option. Now the user has to switch to code-mode and find the <a href> link and modify that....

So, If someone knows better options to define links with 'target blank' options, let me know. Thanks in advance for that, dear forum-users :)

Posted: Thu 4. Nov 2004, 08:34
by spirelli
cyppher.nl wrote:...the current HTML/txt editor in phpWcms doesn't support the target blank option.
which editor are you using then?

Posted: Thu 11. Nov 2004, 23:28
by cyppher.nl
spirelli wrote:
cyppher.nl wrote:...the current HTML/txt editor in phpWcms doesn't support the target blank option.
which editor are you using then?
'The' editor of phpWCMS (i dunno the name of it, does it really matter?)
There's an option to insert a link, but without 'advanced' options like target of whatsoever...

Posted: Fri 12. Nov 2004, 02:53
by spirelli
THere are 3 different WYSIWYG editors included in Phpwcms. You can choose which one to use in the include\inc_conf\conf.inc.php file. I know that the version of SPAW included in the current release does not support targets. I think HTML area does however.

Posted: Sat 13. Nov 2004, 13:49
by cyppher.nl
thanxalot , I'll try that.