This is a discussion on "image problem" within the Web Page Design section. This forum, and the thread "image problem are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
image problem
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
image problem
hey i have an image in my site and i want to center it but i cant do it what is the right tag to center a image please help???
|
|
|
|
#2
|
|||
|
|||
|
Re: image problem
You'll have to give us more to go on.
Is this image within the content? Like a logo? Or is this an image that could be put in as a background? A link to what you have and a better explanation of what you are trying to achieve will get you more responses. |
|
#3
|
|||
|
|||
|
Re: image problem
ok sorry i ahve no link the image is a gif i don't want it as a background just on a page the image is form a print screen sys rq
|
|
#4
|
|||
|
|||
|
Re: image problem
are you using CSS, Tables or what, are you trying to centre it to the centre of a page,column left,right. Some code might be useful.
|
|
#5
|
|||
|
|||
|
Re: image problem
yeah css for the layout and html for the design. yeag i want to center it to a center column.
here is the code
Last edited by karinne; Aug 24th, 2007 at 12:19. Reason: Please use [ code ]...[ /code ] tags when displaying code. |
|
#6
|
|||
|
|||
|
Re: image problem
adding code to the image will center it:
|
|
#7
|
|||
|
|||
|
Re: image problem
ok thanks how do i add it in like where about to i put it in the image?
|
|
#8
|
|||
|
|||
|
Re: image problem
This image is going to go into the center div? Is that correct?
|
|
#9
|
|||
|
|||
|
Re: image problem
ok where abouts do i need to put this code ?
.imagecenter { margin: 0 auto; } |
|
#10
|
|||
|
|||
|
Re: image problem
In your CSS ... you already have some in your document!
|
|
#11
|
|||
|
|||
|
Re: image problem
but does it matter where about on the page???
|
|
#12
|
|||
|
|||
|
Re: image problem
|
|
#13
|
|||
|
|||
|
Re: image problem
Yes ... put it with the rest of your css
And PLEASE!!! Loose the <font> tags! |
|
#14
|
|||
|
|||
|
Re: image problem
when i take out the font tags the words on the right column go big.
ok i have added all that in and it still didn't center it
Last edited by karinne; Aug 24th, 2007 at 14:23. Reason: Again ... Please use [ code ]...[ /code ] tags when displaying code! |
|
#15
|
|||
|
|||
|
Re: image problem
This why a link is better ... we need to see this in action with the images! Then we can play with it in Firebug and give a solution.
The are plenty of free hosting out there! Last edited by karinne; Aug 24th, 2007 at 14:28. |
|
#16
|
|||
|
|||
|
Re: image problem
|
|
#17
|
|||
|
|||
|
Re: image problem
Can you upload the site to a free host? It's hard to help you without seeing it live.
|
|
#18
|
|||
|
|||
|
Re: image problem
http://www.kwg-clan.6x.to/ here ya go
|
|
#19
|
|||
|
|||
|
Re: image problem
I don't know.. I played with the code for about 10 minutes and I can't find anything obvious.
|