SnippetMaster Support Forums
Return to main website
 
December 24, 2009, 03:06:31 AM
* Show unread posts since last visit.
* Show new replies to your posts.
Welcome, Guest. Please login or register.
Did you miss your activation email?
December 24, 2009, 03:06:31 AM

Login with username, password and session length
Search:  
Advanced search
* Home Help Search Login Register
SnippetMaster Support Forums  |  General  |  General Discussion & Support  |  Topic: SM makes webpage a Mess! « previous next »
Pages: [1] Print
Author Topic: SM makes webpage a Mess!  (Read 397 times)
beejay

Posts: 6


[-] SM makes webpage a Mess!
« on: October 08, 2009, 05:41:19 AM »

Hi,
New to SM. The installation was relativly easy and the program worked first time.
But I have a few issues after setting tag on the areas I wanted to edit.
1. The text appears in at least two different sizes on the SM editor. On the website the text is all one size.
2. Once I have edited the text and saved the new webpage is basically trashed.
2(a) most images are missing,
2(b) most text not part of the editing process is missing,
2(c) edited text is not in the correct place,
2(d) one image moves from top right of the page to bottom right.

Please, can any help.

Beejay
Report to moderator   Logged
admin
Forum Administrator
*
Posts: 2749

SnippetMaster Author


WWW
[-] Re: SM makes webpage a Mess!
« Reply #1 on: October 08, 2009, 05:45:11 AM »

It sounds like something is not configured correctly.

Feel free to send me an email with your login un/pw and I'll take a look.  (henri @ www.snippetmaster.com)

Cheers!
Report to moderator   Logged
beejay

Posts: 6


[-] Re: SM makes webpage a Mess!
« Reply #2 on: October 08, 2009, 05:59:56 AM »

Hi Henri,
Thanks for responding so fast. I'm looking at a few different CMS programs. So far SM seems to be the easiest to setup.

I hope you can figure it out?

The UN=admin
Report to moderator   Logged
beejay

Posts: 6


[-] Re: SM makes webpage a Mess!
« Reply #3 on: October 08, 2009, 06:02:13 AM »

Sorry about that the comp went strange there.

[removed]

Hope this is what you need?

waiting with breath held.


Beejay
« Last Edit: October 08, 2009, 06:05:27 AM by admin » Report to moderator   Logged
admin
Forum Administrator
*
Posts: 2749

SnippetMaster Author


WWW
[-] Re: SM makes webpage a Mess!
« Reply #4 on: October 08, 2009, 06:05:55 AM »

Ok.. I'm just on my way out the door, but will take a look at this asap upon my return. 

Smile
Report to moderator   Logged
admin
Forum Administrator
*
Posts: 2749

SnippetMaster Author


WWW
[-] Re: SM makes webpage a Mess!
« Reply #5 on: October 08, 2009, 09:04:44 AM »

OK, I think I see what is the problem.

Your snippets include the "DIV" part of the html code, which is not correctly being displayed in the editor because of how the editor works with styles. 

The solution I think is to move the "snippet" tags, so they are after the DIV tag.. So for example, in your index.html page, change it from this:

Quote
<!--#BeginSnippet name="WELCOME TO"-->
<div id="txt_185" style="position:absolute; left:19px; top:262px; width:449px; height:356px;-moz-box-sizing:border-box;box-sizing:border-box; overflow:hidden;">
<H2 class="Normal-P"><span class="Normal-C7">At Purelake we have spent the last twelve months refining our new range of carp baits
    as well as our &nbsp;excellent carp fishing leads. We have put the dietary needs of the
    carp first and so created a unique range of fishing baits that, in field testing,
    out fished all other baits time and time again!</span></H2>

To this:

Quote
<div id="txt_185" style="position:absolute; left:19px; top:262px; width:449px; height:356px;-moz-box-sizing:border-box;box-sizing:border-box; overflow:hidden;"><!--#BeginSnippet name="WELCOME TO"-->
<H2 class="Normal-P"><span class="Normal-C7">At Purelake we have spent the last twelve months refining our new range of carp baits
    as well as our &nbsp;excellent carp fishing leads. We have put the dietary needs of the
    carp first and so created a unique range of fishing baits that, in field testing,
    out fished all other baits time and time again!</span></H2>

(And then also move the closing </snippet> tag so it is *before* the DIV...

And do the same for the other snippets you have created.

If you need a hand to fix it up, please let me know and I can send you a copy of the index.html file that should work.

Report to moderator   Logged
beejay

Posts: 6


[-] Re: SM makes webpage a Mess!
« Reply #6 on: October 08, 2009, 11:30:39 AM »

Thank you.

I will give it a go tonight.

If this works then I will be really happy.

Bye

beejay
Report to moderator   Logged
admin
Forum Administrator
*
Posts: 2749

SnippetMaster Author


WWW
[-] Re: SM makes webpage a Mess!
« Reply #7 on: October 08, 2009, 11:50:34 AM »

OK, if it does not work, please send me an email to henri @ www.snippetmaster.com and I'll do my best to help. 

Smile
Report to moderator   Logged
beejay

Posts: 6


[-] Re: SM makes webpage a Mess!
« Reply #8 on: October 08, 2009, 11:54:21 AM »

Hi,
Just tried to move the Tags position as you suggested but my software (Serif WebPlus X2) only lets you place HTML code in certain places and inside the <div> tags is not one of them.
I will have a look for a simple html editor that will do the job.
Do you have any preferences to HTNL editors?

Thank you

Beejay
Report to moderator   Logged
admin
Forum Administrator
*
Posts: 2749

SnippetMaster Author


WWW
[-] Re: SM makes webpage a Mess!
« Reply #9 on: October 08, 2009, 11:55:17 AM »

I would do it with notepad or some other text editor.  Smile
Report to moderator   Logged
Pages: [1] Print 
SnippetMaster Support Forums  |  General  |  General Discussion & Support  |  Topic: SM makes webpage a Mess! « previous next »
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!