I'm making a myspace profile for my friend (for a small fee ) and I want to add a image before the
~ Profle
~ Profle's Details
~ Profle's Interests
~ Profle's Latest Blog Entry
~ Profle's Blurbs
~ Profle's Friend Space
~ Profle's Friends Comments
(Profle is the dummy account I use to make layouts)
after studing the profile's page source I found that I can use classes to put the image where I want it but I don't know if you can insert a image with CSS and if you can , could you tell me what the command is?
Please and thank you !
Use your image as a
Use your image as a background-image
I don't want to use the
I don't want to use the image as a background but as a regular image like you would you get with
<Img src="Blah.gif">
but in css
What I want to do is make it so when ever a table called "enter class name here"
That the image I wanna use "gaiaG.gif" showes up before what ever is written in the header
So I think it would go some thing like this (class name is blurbs)
Blurbs.{IMG CODE}
CSS is for presentation, not
CSS is for presentation, not for content. If you want an image added to your HTML, then put it in the HTML, otherwise use background-images in the CSS.
lawlagram wrote:I don't want
I don't want to use the image as a background but as a regular image like you would you get with<Img src="Blah.gif">
but in css
then use a background image.
What I want to do is make it so when ever a table called "enter class name here"
That the image I wanna use "gaiaG.gif" showes up before what ever is written in the header
then use a background image
The CSS will be .blurbs {}
Thanks ^^
Thanks ^^