How to make square with title in the freme. Somthing like this where title is "advertesment":

Hi, for that title you will need a fieldset.

<fieldset><legend>Your Title</legend></fieldset>

Then in the fieldset place your image.

<fieldset><legend>Your Title></legend><img src="#"></fieldset>

You will need to set your fieldset to match the img width and height, pretty simple with CSS.

Also you can move the <legend> to either left, right or centre, probably achieve this with a float.

Hope that helps..

Maybe i didn't read your post correctly, sorry, to make the sqaure use the fieldset tag and assign a height and width value to it in CSS probably 80px by 80px hould do the trick!!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.