Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Can someone give me the HTML of this template?
Old 10-22-2008, 01:17 PM Can someone give me the HTML of this template?
Novice Talker

Posts: 6
Trades: 0
I want to use this template, but I guess it only works with drupal.

This is the actual page of the template I want: http://www.themeshark.com/demo/sandtiger/

And it turns out like this when I try using the page source to get the HTML:
www.greedycrab.110mb.com
It would be great if someone could give me the html of the website, with all of the images and everything included to how it is now.

Can anyone give me the HTML please? I prefer HTML over drupal since I am familiar with it.

Last edited by pistons125; 10-22-2008 at 01:22 PM..
pistons125 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 10-22-2008, 01:32 PM Re: Can someone give me the HTML of this template?
Skilled Talker

Posts: 50
Name: Marius
Trades: 0
why do you not just copy paste the source code from page if you want the html version ?
__________________

Please login or register to view this content. Registration is FREE
::
Please login or register to view this content. Registration is FREE
::
Please login or register to view this content. Registration is FREE
::
Please login or register to view this content. Registration is FREE
::
Please login or register to view this content. Registration is FREE
::
Please login or register to view this content. Registration is FREE

mariuskl is offline
Reply With Quote
View Public Profile
 
Old 10-22-2008, 02:00 PM Re: Can someone give me the HTML of this template?
Novice Talker

Posts: 6
Trades: 0
Quote:
Originally Posted by mariuskl View Post
why do you not just copy paste the source code from page if you want the html version ?
Because it turns out like this when I try doing so..http://www.greedycrab.110mb.com/
pistons125 is offline
Reply With Quote
View Public Profile
 
Old 10-22-2008, 02:15 PM Re: Can someone give me the HTML of this template?
wayfarer07's Avatar
Poo on You

Latest Blog Post:
Introducing WowWindow
Posts: 3,987
Name: Abel Mohler
Location: Asheville, North Carolina USA
Trades: 0
Well, it would help if the HTML was linked to CSS files that actually existed.
HTML Code:
  <link type="text/css" rel="stylesheet" media="all" href="/demo/sandtiger/modules/node/node.css?b" />
<link type="text/css" rel="stylesheet" media="all" href="/demo/sandtiger/modules/poll/poll.css?b" />
<link type="text/css" rel="stylesheet" media="all" href="/demo/sandtiger/modules/system/defaults.css?b" />
<link type="text/css" rel="stylesheet" media="all" href="/demo/sandtiger/modules/system/system.css?b" />
<link type="text/css" rel="stylesheet" media="all" href="/demo/sandtiger/modules/system/system-menus.css?b" />
<link type="text/css" rel="stylesheet" media="all" href="/demo/sandtiger/modules/user/user.css?b" />
<link type="text/css" rel="stylesheet" media="all" href="/demo/sandtiger/sites/all/themes/sandtiger/css/default.css?b" />
__________________
I build web things. I work for the startup
Please login or register to view this content. Registration is FREE
.
wayfarer07 is offline
Reply With Quote
View Public Profile Visit wayfarer07's homepage!
 
Old 10-22-2008, 02:40 PM Re: Can someone give me the HTML of this template?
jamestl2's Avatar
No scale-itch here...

Latest Blog Post:
Wordpress Relative URLs Plugin
Posts: 2,389
Name: <member type="brilliant" alt="foolish">James Lewitzke</member>
Location: / public_html / Universe / Virgo_Supercluster / Local_Group / Milky_Way / Orion_Arm / Solar_System / Earth / North_America / USA / Wisconsin
Trades: 0
Have you tried downloading the theme and just tried opening the pages in notepad?

I'm not as familiar with Drupal themes, but with Wordpress ones, after it gets downloaded, you can just copy and paste the specific design files that way.

That's what I'd try, anyway....
__________________
Engipress -
Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
for Wordpress Projects
jamestl2 is offline
Reply With Quote
View Public Profile Visit jamestl2's homepage!
 
Old 10-22-2008, 02:49 PM Re: Can someone give me the HTML of this template?
Novice Talker

Posts: 6
Trades: 0
Quote:
Originally Posted by wayfarer07 View Post
Well, it would help if the HTML was linked to CSS files that actually existed.
HTML Code:
  <link type="text/css" rel="stylesheet" media="all" href="/demo/sandtiger/modules/node/node.css?b" />
<link type="text/css" rel="stylesheet" media="all" href="/demo/sandtiger/modules/poll/poll.css?b" />
<link type="text/css" rel="stylesheet" media="all" href="/demo/sandtiger/modules/system/defaults.css?b" />
<link type="text/css" rel="stylesheet" media="all" href="/demo/sandtiger/modules/system/system.css?b" />
<link type="text/css" rel="stylesheet" media="all" href="/demo/sandtiger/modules/system/system-menus.css?b" />
<link type="text/css" rel="stylesheet" media="all" href="/demo/sandtiger/modules/user/user.css?b" />
<link type="text/css" rel="stylesheet" media="all" href="/demo/sandtiger/sites/all/themes/sandtiger/css/default.css?b" />
Thanks for the replies..How would I put them together?
Thanks
pistons125 is offline
Reply With Quote
View Public Profile
 
Old 10-22-2008, 03:45 PM Re: Can someone give me the HTML of this template?
wayfarer07's Avatar
Poo on You

Latest Blog Post:
Introducing WowWindow
Posts: 3,987
Name: Abel Mohler
Location: Asheville, North Carolina USA
Trades: 0
Another thing you could do is just go to the file menu and just save the page. It will save all the CSS, images, etc, though it won't organize it well. Firefox does a better job at this than Explorer. Otherwise you're going to have to go to those pages one at a time and copy them from their location online. It's not just the CSS, but the scripts and images that you need also.
__________________
I build web things. I work for the startup
Please login or register to view this content. Registration is FREE
.
wayfarer07 is offline
Reply With Quote
View Public Profile Visit wayfarer07's homepage!
 
Old 10-22-2008, 04:23 PM Re: Can someone give me the HTML of this template?
Novice Talker

Posts: 6
Trades: 0
Quote:
Originally Posted by wayfarer07 View Post
Another thing you could do is just go to the file menu and just save the page. It will save all the CSS, images, etc, though it won't organize it well. Firefox does a better job at this than Explorer. Otherwise you're going to have to go to those pages one at a time and copy them from their location online. It's not just the CSS, but the scripts and images that you need also.
Thanks!
Do you mean File>Save Page As.. ?

I'm not sure what to do when you said 'save the page'..
pistons125 is offline
Reply With Quote
View Public Profile
 
Old 10-22-2008, 05:04 PM Re: Can someone give me the HTML of this template?
wayfarer07's Avatar
Poo on You

Latest Blog Post:
Introducing WowWindow
Posts: 3,987
Name: Abel Mohler
Location: Asheville, North Carolina USA
Trades: 0
Quote:
Do you mean File>Save Page As
Correct
__________________
I build web things. I work for the startup
Please login or register to view this content. Registration is FREE
.
wayfarer07 is offline
Reply With Quote
View Public Profile Visit wayfarer07's homepage!
 
Old 10-22-2008, 05:20 PM Re: Can someone give me the HTML of this template?
Novice Talker

Posts: 6
Trades: 0
Quote:
Originally Posted by wayfarer07 View Post
Correct
But how would that give me the HTML? Doesn't that just give me a shortcut on my desktop?
Thank you
pistons125 is offline
Reply With Quote
View Public Profile
 
Old 10-22-2008, 05:27 PM Re: Can someone give me the HTML of this template?
andrei155's Avatar
CEO of BLD Hosting

Posts: 1,514
Name: Andrei
Location: Canada
Trades: 6
Quote:
Originally Posted by pistons125 View Post
But how would that give me the HTML? Doesn't that just give me a shortcut on my desktop?
Thank you
trust
__________________
No Overselling Guarantee
Now Includes a Free Domain
BLD Hosting -
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE
andrei155 is offline
Reply With Quote
View Public Profile Visit andrei155's homepage!
 
Old 10-22-2008, 06:27 PM Re: Can someone give me the HTML of this template?
wayfarer07's Avatar
Poo on You

Latest Blog Post:
Introducing WowWindow
Posts: 3,987
Name: Abel Mohler
Location: Asheville, North Carolina USA
Trades: 0
I don't know how it works in IE, but in Firefox, it gives you all the files. It's been so long since I used IE for anything other than testing.
__________________
I build web things. I work for the startup
Please login or register to view this content. Registration is FREE
.
wayfarer07 is offline
Reply With Quote
View Public Profile Visit wayfarer07's homepage!
 
Reply     « Reply to Can someone give me the HTML of this template?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.55148 seconds with 12 queries