ausmini
https://www.ausmini.com/forums/

my website - hotwheels minis :)
https://www.ausmini.com/forums/viewtopic.php?f=2&t=36070
Page 1 of 2

Author:  -=MiniMafia=- [ Tue Sep 25, 2007 11:48 am ]
Post subject:  my website - hotwheels minis :)

Hey everyone.

I have started building a website for my model hotwheels minis.

Its only done with page builder, but I will soon be getting a much better programme and starting again, with much better layout and photos and forum.

Its only a start, but check it out.

www.minihotwheels.tk

thanks

Author:  boho [ Tue Sep 25, 2007 11:54 am ]
Post subject: 

Hey dude.

Is coming along great! :D Better than anything i could do.

Only a couple of things really jump out at me:

1. WELCOME To MiniMafia's online MINI Hotwheels cagalog! :P

and

2. The 'About Me' page looks great with all those models in the back ground pic, but i had real trouble reading the fluro green text over the top of it. :(

Otherwise, she looks sweet. :D

Author:  -=MiniMafia=- [ Tue Sep 25, 2007 11:56 am ]
Post subject: 

Hey! thanks for all that, ill change it.

I suck at spelling, there must be heaps of them in there.

thanks again

Author:  morrie1310 [ Tue Sep 25, 2007 12:09 pm ]
Post subject: 

Hotwheels & Matchbox are both owned by mattel, growing up I always thought Hotweels was the. poor mans Matchbox

Author:  -=MiniMafia=- [ Tue Sep 25, 2007 12:24 pm ]
Post subject: 

thanks 1310,

I will be making a facts page, is it ok if I rip that quote off u??

thanks

Author:  chopchop [ Tue Sep 25, 2007 1:11 pm ]
Post subject: 

Great site mate, love the redline wheeled ones 8)
Hot wheels was way better than matchbox when i was young.
Always had sportier cars and mags, especially when they released the rubber tyre models

Author:  lil-ute [ Tue Sep 25, 2007 3:51 pm ]
Post subject: 

this site is popular i was the 999,999th visitor

Author:  sports850 [ Tue Sep 25, 2007 3:54 pm ]
Post subject: 

alsminik wrote:
this site is popular i was the 999,999th visitor


So what prize do you get , how many hotwheels ?

Seriously though , what software is availible for doing your own website ?

Author:  boho [ Tue Sep 25, 2007 3:56 pm ]
Post subject: 

sports850 wrote:
Seriously though , what software is availible for doing your own website ?


Are you Mac or PC based?

I hear a lot of people using "Frontpage" for PC, i think. Basic, as i understand it, but it works.

Author:  sports850 [ Tue Sep 25, 2007 4:02 pm ]
Post subject: 

PC , I'll start another thread in general so as to not hyjack this one completely .

Author:  swrightgfx [ Tue Sep 25, 2007 4:50 pm ]
Post subject: 

I can tell you now that there is no better website editing suite than the incredibly complex "Notepad". This is not a joke. Many other packages such as Dreamweaver, PageMaker and Front-page add a lot of useless and sometimes incorrect code without you wanting it to and without warning.

To get a clean efficient website, your only option is to use a basic text editor such as Notepad for PC and TextEdit for Mac...

Author:  morrie1310 [ Tue Sep 25, 2007 4:52 pm ]
Post subject: 

True but you'll have to learn HTML

Author:  swrightgfx [ Tue Sep 25, 2007 5:02 pm ]
Post subject: 

And CSS (Cascading Style Sheets) if you want it to look any good, but yeah - If you really want something good, just Pm me and I can give you some pointers/assistance...

Author:  1018cc [ Tue Sep 25, 2007 5:03 pm ]
Post subject: 

swrightgfx wrote:
I can tell you now that there is no better website editing suite than the incredibly complex "Notepad". This is not a joke. Many other packages such as Dreamweaver, PageMaker and Front-page add a lot of useless and sometimes incorrect code without you wanting it to and without warning.

To get a clean efficient website, your only option is to use a basic text editor such as Notepad for PC and TextEdit for Mac...


I couldn't agree more. HTML isn't that hard to learn the basics of, its pretty simple and you can keep the source code of your site neat and tidy. I know some HTML and could make a pretty good website if I wanted to.

Go and have a look at the source code for your site (right click on the page and select source code). It is all jumbled and yuk! Nice content though.

If you know BB Code you are already partly on your way to knowing HTML eg. BOLD in html is just <b>BOLD</b> same as BB Code but without square brackets.

Author:  swrightgfx [ Tue Sep 25, 2007 5:16 pm ]
Post subject: 

Basic HTML page structure:

Code:
<!-- These brackets define a comment and cannot be seen by the person viewing the page, but are useful when labeling parts of the page when you have a lot of content -->

<!-- All tags muse be finalised with a "/", eg. <b>Bold word in here</b> -->

<!-- You have to have this DOCTYPE section -->

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en">



<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<!-- Links to a Cascading Style Sheet (the most useful aspect of web-design) -->

<link type="text/css" rel="stylesheet" href="stylesheet.css">

<title>Title of Page Goes Here</title>

</head>

<!-- Main Content -->

<body>

<!-- Basic paragraph formatting <p> tags, and <b> for BOLD, etc.. -->

<p>Lorem ipsum dolor sit amet, <b>consectetuer adipiscing elit</b>. Quisque pede. Vestibulum commodo rutrum orci. Maecenas gravida fermentum massa. Phasellus laoreet urna ac massa. Nam elementum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.</p>

</body>

<!-- Ending Statement -->

</html>


Enjoy :P

Page 1 of 2 All times are UTC + 10 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/