
09-04-2010, 06:09 PM
|
|
Junior Guru
|
|
Join Date: Aug 2010
Posts: 185
|
|
adding link script for livezilla help!!!
I am in need of some one to help me install a script link for livezilla anyone?
|

09-04-2010, 06:12 PM
|
|
WHT Addict
|
|
Join Date: Jan 2010
Location: Florida
Posts: 128
|
|
Are you trying to add the "Live Help Online/Offline" icon to your home page?
|

09-04-2010, 08:01 PM
|
|
Junior Guru
|
|
Join Date: Aug 2010
Posts: 185
|
|
Quote:
Originally Posted by Gothosting
Are you trying to add the "Live Help Online/Offline" icon to your home page?
|
Yes I am using dreamweaver if that helps any?
|

09-04-2010, 08:03 PM
|
|
Junior Guru
|
|
Join Date: Aug 2010
Posts: 185
|
|
I have the snippet but every time I try to place it just above my nav bar it moves my van bar way out of wack
|

09-04-2010, 08:06 PM
|
|
WHT Addict
|
|
Join Date: Jan 2010
Location: Florida
Posts: 128
|
|
Is your site live yet? If so could you send a link so I can view the code and see why its happening?
EDIT:
Also I just realized you said you are using dreamweaver for editing. Is the nav bar being dropped down in the "Design" tab of DW or when the file is shown live on a web server?
Last edited by codeify; 09-04-2010 at 08:14 PM.
Reason: Additional Comment
|

09-04-2010, 08:23 PM
|
|
Junior Guru
|
|
Join Date: Aug 2010
Posts: 185
|
|
Quote:
Originally Posted by Gothosting
Is your site live yet? If so could you send a link so I can view the code and see why its happening?
EDIT:
Also I just realized you said you are using dreamweaver for editing. Is the nav bar being dropped down in the "Design" tab of DW or when the file is shown live on a web server?
|
Yes the site is live right now but I dont have the livezilla on it
and yes it is dropping the nav bar down in both live view and design. I haven't published it to the server yet cause I wasnt sure if it was right or not
edit
heres the link to my site buzzhostingservices.com
|

09-04-2010, 09:29 PM
|
|
WHT Addict
|
|
Join Date: Jan 2010
Location: Florida
Posts: 128
|
|
Buzz,
Is this about what you are looking for?
gothost org/buzz/buzz.html
Due to my number of posts it wont let post a url, so please add a period in between gothost and org
|

09-04-2010, 09:34 PM
|
|
Junior Guru
|
|
Join Date: Aug 2010
Posts: 185
|
|
Quote:
Originally Posted by Gothosting
Buzz,
Is this about what you are looking for?
gothost org/buzz/buzz.html
Due to my number of posts it wont let post a url, so please add a period in between gothost and org
|
Yes it is how did you do that GD it I have played around with this for days lol
there is only one thing with it the white marks at top of it how to fix that?
and would i be able to change the graphics easly enough once it is in place?
|

09-04-2010, 09:40 PM
|
|
WHT Addict
|
|
Join Date: Jan 2010
Location: Florida
Posts: 128
|
|
Buzz,
Here is what I did.
Add the following code directly after the end div tag of logo.
<div id="live">Livezilla generated code goes here</div>
After that is done add this to your style.css
#live {
float:right;
height: 30px;
}
#menu_tab {
float:right;
padding-top:70px;
}
As for the white lines and changing the graphics, you will have to look and see what options livezilla offers you for images. I have not tried their new version, I will install it now and take a look for you.
Last edited by codeify; 09-04-2010 at 09:41 PM.
Reason: Spelling error.
|

09-04-2010, 09:44 PM
|
|
Junior Guru
|
|
Join Date: Aug 2010
Posts: 185
|
|
Quote:
Originally Posted by Gothosting
Buzz,
Here is what I did.
Add the following code directly after the end div tag of logo.
<div id="live">Livezilla generated code goes here</div>
After that is done add this to your style.css
#live {
float:right;
height: 30px;
}
#menu_tab {
float:right;
padding-top:70px;
}
As for the white lines and changing the graphics, you will have to look and see what options livezilla offers you for images. I have not tried their new version, I will install it now and take a look for you.
|
I have seen the images and like a few of them
especially the ones that look like bubbles
|

09-04-2010, 09:49 PM
|
|
WHT Addict
|
|
Join Date: Jan 2010
Location: Florida
Posts: 128
|
|
Buzz,
I am uploading it now, after you make that code live on your site (if you choose to do so) play around with the other images and see if you still display the white lines.
If you do, an option for you might be to open the image in Photoshop, crop the image and place it on a transparent background, then replace the original image from livezilla.
|

09-04-2010, 09:55 PM
|
|
Junior Guru
|
|
Join Date: Aug 2010
Posts: 185
|
|
ok is there any way to stop the nav bar from pushing the last 2 plans images down sorry I am I am a bit of a stickler with images being in a straight line and stuff?
Never mind I have sorted it out I just changed the styles live part height
Last edited by Buzz2043; 09-04-2010 at 10:04 PM.
|

09-04-2010, 09:57 PM
|
|
WHT Addict
|
|
Join Date: Jan 2010
Location: Florida
Posts: 128
|
|
I am not sure I see what your talking about. Did it happen on my test page or on yours when you added the code?
EDIT:
Could you post a screen shot or set up a test page on your website if it didn't happen on mine.
Last edited by codeify; 09-04-2010 at 10:00 PM.
Reason: Didnt want to double post
|

09-04-2010, 10:10 PM
|
|
Junior Guru
|
|
Join Date: Aug 2010
Posts: 185
|
|
well Like I said I corrected it it was only on mine but I was using a different graphics from you also I just changed the height in the live style.css
|

09-04-2010, 10:11 PM
|
|
WHT Addict
|
|
Join Date: Jan 2010
Location: Florida
Posts: 128
|
|
Quote:
Originally Posted by Buzz2043
ok is there any way to stop the nav bar from pushing the last 2 plans images down sorry I am I am a bit of a stickler with images being in a straight line and stuff?
Never mind I have sorted it out I just changed the styles live part height
|
Ok, were you able to remove the white lines or find an image that is more suitable for your theme?
EDIT:
Yea I hadn't noticed you stated you corrected it when I posted that.
Last edited by codeify; 09-04-2010 at 10:12 PM.
Reason: Additional Reply
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
| Postbit Selector |
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|
| Login: |
|
|
| Advertisement: |
|
|
| Web Hosting News: |
|
|
|