Credits negotiable you will definitely get paid more than 100 credits

sinogap

New Member
Messages
342
Reaction score
0
Points
0
http://seeknow.x10hosting.com/
here's my website I need help, someone willing to help please pm me.
I need to make my website look professional my credits are negotiable I could pay you about 100 credits if you get me what I want =] please pm and I'll tell you what I need you to add for me =]

Edit: I want to add something on my homepage that lets the user to view zamzar.com from my homepage. not the full zamzar.com site but only this http://i225.photobucket.com/albums/dd273/sinogap/untitled.jpg can you please help me
 
Last edited:

BorderLineSigs

New Member
Messages
232
Reaction score
0
Points
0
what do you need? i can help...i say you need lower quality pictures because it takes a while to load up the page...i would say do a medium quality JPEG...thats what i use =D
 

DeadBattery

Community Support Team
Community Support
Messages
4,018
Reaction score
120
Points
0
Thank you so much for the link javajenious!
I've been looking for something like that for ages!
 

javajenius

New Member
Messages
258
Reaction score
0
Points
0
Thank you so much for the link javajenious!
I've been looking for something like that for ages!

Your welcome.

Edit: I want to add something on my homepage that lets the user to view zamzar.com from my homepage. not the full zamzar.com site but only this http://i225.photobucket.com/albums/d...p/untitled.jpg can you please help me

First, Im glad you found a good design =). Second, do you want the other site to be displayed on your website or the image to be displayed?

For image:
Code:
<img src="yourimage.gif" />
--make sure it is in the same directory as the html file!


For other website:
Code:
<OBJECT data="http://www.whateverwebsite.com/index.html" width="600" height="200">
Warning: [url]http://www.whateverwebsite.com/index.html[/url] could not be embedded.
</OBJECT>
 
Last edited:

DeadBattery

Community Support Team
Community Support
Messages
4,018
Reaction score
120
Points
0
First, Im glad you found a good design =). Second, do you want the other site to be displayed on your website or the image to be displayed?

For image:
Code:
<img src="yourimage.gif" />
--make sure it is in the same directory as the html file!
[/code]
No, he wants is it to be a frame with only that part of the site showing. Pure HTML can't do that, so I guess you would need to dig in to JavaScript.
 

sinogap

New Member
Messages
342
Reaction score
0
Points
0
no one is helping so far i guess ill look up the code by myself. thanku for trying to help though =]
 

javajenius

New Member
Messages
258
Reaction score
0
Points
0
no one is helping so far i guess ill look up the code by myself. thanku for trying to help though =]

I helped you get your website template, and thats what you asked for, then i gave you the code for the frame, what is it that i didnt do?
 

Zdroyd

New Member
Messages
548
Reaction score
0
Points
0
Try using an Inline Frame...

I believe that would work.

(If your useing Frontpage or Dreamweaver, just type "Inline Frame" in the help box.)
 

sinogap

New Member
Messages
342
Reaction score
0
Points
0
I will pay credits when I use your advise thanks for the help. If I use anyones templates or codes I will pay you with credits so far im trying to get joomla edited =]
 

DeadBattery

Community Support Team
Community Support
Messages
4,018
Reaction score
120
Points
0
You used the templates I suggested for your forum.
 

kbjradmin

New Member
Messages
512
Reaction score
2
Points
0
Try using an Inline Frame...

if you want to use an inline frame, the code is as follows:

Code:
<iframe src="sourceurl" name="framename" width="500" height="400" scrolling="yes, no, or auto">
<h2>
This is where you put things to be viewed by people whose browsers don't support frames
</h2>
</iframe>

hope it helps!
 
Top