Jump to content

how can I chanege thw dimentions of image list marker??


Maisara-WD

Recommended Posts

U didn;'t get itI want to make the width and the length of the image smaller, that's itwaiting

Link to comment
Share on other sites

Not in CSS anyway as far as I'm aware of. You can edit it in an image editor as mentioned or edit it in simple html language like this.<IMG SRC="mypicture.jpg" HEIGHT="20" WIDTH="20" BORDER="0"><IMG SRC="mypicture.jpg" HEIGHT="40" WIDTH="40" BORDER="0"><IMG SRC="mypicture.jpg" HEIGHT="80" WIDTH="80" BORDER="0"><IMG SRC="mypicture.jpg" HEIGHT="120" WIDTH="120" BORDER="0">Can you see what I'm doing there?

Link to comment
Share on other sites

Well, doing what u say with HTML is good, but can I write an HTML code like the img one inside the CSS code??thanks

Link to comment
Share on other sites

I would prefer and recommend learning the html code for the editing but you cant deny the convenience of image editors =D all u have to do is specify dimensions and pooff....

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...