n00b trying a WYSIWYG editor and still having problems.

This is a discussion on "n00b trying a WYSIWYG editor and still having problems." within the Starting Out section. This forum, and the thread "n00b trying a WYSIWYG editor and still having problems. are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Starting Out

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Aug 28th, 2007, 20:00
Junior Member
Join Date: Aug 2007
Location: Cornwall, UK
Age: 37
Posts: 27
Thanks: 0
Thanked 0 Times in 0 Posts
n00b trying a WYSIWYG editor and still having problems.

Ok, story so far.
Purchased a domain name and registered it with Heart internet. Also got their free web hosting deal.

Downloaded Trellian webpage ( someone at work said they had used it )

Made an index page. Simple text and 1 picture.
Exported the page to a folder.
Used the hosting providers ftp to transfer index.html file and the picture.

When I preview the page from Trellian, it looks ok. When I preview it from the server it looks ok but when I look at the page on the web, Im having problem with the email links on the page.

Could you take a look at www.pamsghia.co.uk and see what Ive done wrong?

What other WYSIWYG editor would you recommend. I know its not coding but new to all this and have little time....lol.
TIA.
Reply With Quote

  #2 (permalink)  
Old Aug 28th, 2007, 20:23
Daniel's Avatar
Elite Veteran
Join Date: Sep 2006
Location: The Kingdom of Rabbits
Age: 21
Posts: 2,051
Blog Entries: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Re: n00b trying a WYSIWYG editor and still having problems.

Code: Select all
<A 
href="index_files/pam@pamsghia.co.uk">index_files/pam@pamsghia.co.uk</A> <BR><A 
href="index_files/paul@pamsghia.co.uk">index_files/paul@pamsghia.co.uk</A>
change it to

Code: Select all
<a href="mailto:paul@pamsghia.co.uk">text</a>
Last Blog Entry: Assassin's Creed (Nov 22nd, 2007)
Reply With Quote
  #3 (permalink)  
Old Aug 28th, 2007, 20:44
Junior Member
Join Date: Aug 2007
Location: Cornwall, UK
Age: 37
Posts: 27
Thanks: 0
Thanked 0 Times in 0 Posts
Re: n00b trying a WYSIWYG editor and still having problems.

Dan thanks for that....weird though.

I checked the code in Trellian and it was as I had it originally,as you said, and was working correctly.

Wonder why/how it got changed on the hosts server? Checked it earlier and the code was correct. Just checked again and the code was wrong....

Now edited and working!

Thanks again. Appreciate your time.
PS...any thoughts on a simple page creator or is it just better to learn the basics of coding?
Reply With Quote
  #4 (permalink)  
Old Aug 28th, 2007, 20:46
Daniel's Avatar
Elite Veteran
Join Date: Sep 2006
Location: The Kingdom of Rabbits
Age: 21
Posts: 2,051
Blog Entries: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Re: n00b trying a WYSIWYG editor and still having problems.

didnt get changed - try using firefox or IE to test your sites in future

and its better to learn the basics of coding.
Last Blog Entry: Assassin's Creed (Nov 22nd, 2007)
Reply With Quote
  #5 (permalink)  
Old Aug 28th, 2007, 20:57
Junior Member
Join Date: Aug 2007
Location: Cornwall, UK
Age: 37
Posts: 27
Thanks: 0
Thanked 0 Times in 0 Posts
Re: n00b trying a WYSIWYG editor and still having problems.

Quote:
Originally Posted by DanDoughty View Post
didnt get changed - try using firefox or IE to test your sites in future

and its better to learn the basics of coding.
Cheers dan..will start learning!

I know it sounds like I just messed up ( ) but I have just opened the page in the editor and the coding is ok. It gives me an option to preview in IE and Firefox...I use Firefox.

Anyway, could it be something to do with the fact that I exported the file first to a folder before uploading it?

Will try just going straight to ftp once the file is saved. Back to reading up.
Reply With Quote
  #6 (permalink)  
Old Aug 28th, 2007, 22:21
alexgeek's Avatar
Technical Administrator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,790
Blog Entries: 9
Thanks: 0
Thanked 2 Times in 2 Posts
Re: n00b trying a WYSIWYG editor and still having problems.

Quote:
Originally Posted by jotto View Post
Anyway, could it be something to do with the fact that I exported the file first to a folder before uploading it?
.
no you did it wrong
go to w3schools and learn html, you won't regret it
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
Reply With Quote
  #7 (permalink)  
Old Aug 28th, 2007, 22:41
Junior Member
Join Date: Aug 2007
Location: Cornwall, UK
Age: 37
Posts: 27
Thanks: 0
Thanked 0 Times in 0 Posts
Re: n00b trying a WYSIWYG editor and still having problems.

Quote:
Originally Posted by alexgeek View Post
no you did it wrong
go to w3schools and learn html, you won't regret it

lol.

I didnt know how to do the mailto link so I looked it up on the net and copied and pasted the code.
The first time I uploaded the page, the links worked but the picture just came up as a square with a red cross.
It was then that I made the folder for the images and uploaded it.

Then, thats when the problems started because the code changed.
When I previewed the page in the editor, it looked fine and when I previewed it from the server it looked fine.
When I originally checked the code on the server it was fine.

not sure what else I did wrong but the code was correct...something else I did relating to the index_images directory seemed to be causing the problem.
I didnt actually change the code at any time apart from when I checked it again and found it had changed.

Point Im trying to make is...the code was correct then it wasnt...Im trying to figure what the hell I did because I dont want to have to keep changing it each time I upload.
w3schools here I come! Thanks for the link....will stop beating myself up now!
Reply With Quote
  #8 (permalink)  
Old Aug 28th, 2007, 22:47
alexgeek's Avatar
Technical Administrator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,790
Blog Entries: 9
Thanks: 0
Thanked 2 Times in 2 Posts
Re: n00b trying a WYSIWYG editor and still having problems.

Since your just learning. try to learn xhtml. it's a neater version of html
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
Reply With Quote
  #9 (permalink)  
Old Aug 28th, 2007, 22:53
Junior Member
Join Date: Aug 2007
Location: Cornwall, UK
Age: 37
Posts: 27
Thanks: 0
Thanked 0 Times in 0 Posts
Re: n00b trying a WYSIWYG editor and still having problems.

Quote:
Originally Posted by alexgeek View Post
Since your just learning. try to learn xhtml. it's a neater version of html
Sweet! thanks for the advice, appreciated.
Reply With Quote
  #10 (permalink)  
Old Aug 29th, 2007, 00:21
sannbe's Avatar
SuperMember

SuperMember
Join Date: Dec 2006
Location: San Francisco
Age: 57
Posts: 1,567
Blog Entries: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Re: n00b trying a WYSIWYG editor and still having problems.

Jotto, learn what ever is easier. I was told all you need is HTML and CSS and so far I absolutely agree. If you really feel once you have those that you want to learn others, feel free. But for good solid basic design (where you are now) I would recomend CSS and HTML.
Last Blog Entry: More Sara Blogging (Nov 29th, 2007)
Reply With Quote
  #11 (permalink)  
Old Aug 29th, 2007, 11:45
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: n00b trying a WYSIWYG editor and still having problems.

Quote:
Originally Posted by alexgeek View Post
Since your just learning. try to learn xhtml. it's a neater version of html
That's not true actually. HTML can be just as neat as XHTML ... Use the Strict doctype and you'll see.

Resources for learning HTML and CSS

Last edited by karinne; Oct 9th, 2007 at 16:17.
Reply With Quote
  #12 (permalink)  
Old Aug 29th, 2007, 17:17
alexgeek's Avatar
Technical Administrator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,790
Blog Entries: 9
Thanks: 0
Thanked 2 Times in 2 Posts
Re: n00b trying a WYSIWYG editor and still having problems.

Sorry, I think i meant to say, for me it's easier to write neater code in xhtml.
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
Reply With Quote
Reply

Tags
email link problems

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Know any good CSS WYSIWYG editors? Spyros Web Page Design 9 Dec 6th, 2007 15:15
[SOLVED] WYSIWYG Help! crackafaza Website Planning 6 Dec 5th, 2007 14:46
WYSIWYG progs Craigj1303 Web Page Design 10 Apr 16th, 2007 13:47
n00b learning PHP Micky-D PHP Forum 4 Oct 6th, 2006 00:24
Best WYSIWYG Editor garryarm1 Scripts and Online Services 14 Jul 26th, 2006 12:26


All times are GMT. The time now is 08:09.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43