Website help needed!!

Soldato
Joined
14 Oct 2009
Posts
9,657
Location
UK
Ok so basically someone offered to make me a website and did a large majority of it but he has unfortunatly not got the time to finish it so hes given it me to finish....now hes taught me the basics as to what i have to do and its going great so far but i have ran into a problem.
Basically:
29uszgz.png

I want the picture of the lead under the text.
Heres the code i used:
<br>Toys,Leads, Collars & Harnesses,Training aids,Beds,Carriers,Feeding Bowls,Grooming products.</br>
<img src="images/lead.jpg"/>

I have used the same code throughout and everywhere else on the website the image has gone below the writing but this image wont....
Does anyone have any ideas?
 
Last edited:
<br> means line break, it adds 1 row of nothingness into the code

So add <br /> before <img src="images/lead.jpg" />
 
That worked mate thanks a lot....now if you dont mind i have another question....
See this:
2wbydmr.png

All the logos are in a straight line..bar the bottom one which i added..now i didnt do anything to the code i simply used the same code and changed the image it was loading, is there a way i can centre it or?
heres the code if it helps:
<h4 style="text-align: center">Brands</h4>
<img src="Hills.jpg" alt="Hills Logo" class="brand" width="50px" height="42px" />
<img src="james.jpg" alt="James Wellbeloved Logo" class="brand" width="110px" height="34px" />
<img src="pedigree.jpg" alt="Pedigree Logo" class="brand" width="80px" height="56px" />
<img src="whiskas.jpg" alt="Whiskas Logo" class="brand" width="80px" height="61px" />
<img src="felix.jpg" alt="Felix Logo" class="brand" width="86px" height="65px" />
<img src="bozita.jpg" alt="Bozita" class=brand" width="100px" height="70px"/>

I did the bottom one
 
You are missing a " before the brand

<img src="bozita.jpg" alt="Bozita" class="brand" width="100px" height="70px"/>
 
ahh thanks mate...just added and its working perfect...thanks so much mate,
Now guys i have almost finished the site so whats the best way to upload it etc and the cheapest way to go about doing it,
 
Not sure what you have or need so:

Get a domain name from 123-reg.co.uk

then look at TSOhost or Vidahost for webspace, most of OCUK will recommend them :)
 
well i dont have anything? its not a online shop or anything its just a website to advertise my mums shop really, although most of her customers probably dont have internet anyways my mum insists she wants one.
Ok will something like the starter vidahost be ok? 5gb bandwith?
 
yeah, just go with the starter package, you can always upgrade if you need to :)

make sure you put the link up after so everyone can check it out :D
 
i will do...
But im getting more problems now :/
I have tried adding another logo onto that list and im not getting a logo just a white space where it should be and inside a little page with little objects in it, looks like its corrupted?
i have tried it with loads of different images and its not working.
 
if you are getting a white space where it should be then chances are the code is working.

Is the new logo you want to put in in the same folder as all the other images?

Best thing would be to get it upload to some webspace asap as it will make it easier for people to help you.

You can try uploading to a free space with 000webhost just for development needs :)
 
i wouldn't recommend using 000webhost permanently, their uptime isn't very good and loading times are very slow compared to the likes of vidahost
 
ok...i just tried to do 000webhost to show you guys to test but its all gone wrong and the page isnt working....what other way can i upload it so i can show it?
 
Is this a custom built site or is it a customized prebuilt template for something like Wordpress?

What folder are you uploading too?

how are you uploading it?

Does it need a database to work?
 
it is custombuilt,
What do you mean uploading too? im not uploading anywhere because 000host went wrong so :/
?
erm dont think so...its just a basic text,images site but flashed up :)
Heres what it is atm:
312h3yc.png
 
Last edited:
I can't see any HEIGHT css commands other than for the footer.

Trying putting:

height:auto;

in to the css <div class="column">

In fact it works correctly on the products page, try putting the above command in to each div css statement.
 
Last edited:
Back
Top Bottom