|
links with image within link box
|
|
02-20-2007, 04:02 PM
Post: #1
|
|||
|
|||
|
How can i display links with images within link box
the image and links should be in same line eg :>google >yahooo '>' is the image also these links should be within a box(link_box) |
|||
|
02-20-2007, 06:40 PM
Post: #2
|
|||
|
|||
|
RE: links with image within link box
Its very easy. Just try the following code
PHP Code: <img src="someimage.gif" alt=""><a href="www.cgshelf.com">CGShelf</a>But I really don't understand what is that link_box. If you need a box only you can try a div with some border PHP Code: <div style="border:1px red solid">So the final out put will be |
|||
|
02-23-2007, 10:36 AM
(This post was last modified: 02-23-2007 10:40 AM by smitharose.)
Post: #3
|
|||
|
|||
|
RE: links with image within link box
wat i wanted to display is
<--!--> but i want to display the images also with links..but when im using link-box3( div class="linkbox_3") the imge and link name will be in diffferent lines |
|||
|
02-23-2007, 12:36 PM
Post: #4
|
|||
|
|||
|
RE: links with image within link box
There must be something wrong with linkbox_3 style. Post your linkbox_3 style code.
|
|||
|
02-23-2007, 01:07 PM
(This post was last modified: 02-23-2007 01:08 PM by smitharose.)
Post: #5
|
|||
|
|||
|
RE: links with image within link box
the code is not displaying here.. means i already added code with my reply..but its not showing her
|
|||
|
02-23-2007, 01:17 PM
Post: #6
|
|||
|
|||
|
RE: links with image within link box
When adding some code. Please click on the last image in toolbar. So it will like
Code: [php] code here[/php] |
|||
|
02-23-2007, 01:51 PM
(This post was last modified: 02-23-2007 01:51 PM by smitharose.)
Post: #7
|
|||
|
|||
|
RE: links with image within link box
PHP Code: div class="linkbox_3">I want to add image also with it |
|||
|
02-23-2007, 02:54 PM
Post: #8
|
|||
|
|||
|
RE: links with image within link box
PHP Code: .linkbox_3 { |
|||
|
02-23-2007, 03:25 PM
Post: #9
|
|||
|
|||
|
RE: links with image within link box
Hi Smitha,
- you can use a table to display with the image in one column and the title in the another column. - or u can use the same div tag with some default width set to it. |
|||
|
02-23-2007, 03:36 PM
Post: #10
|
|||
|
|||
|
RE: links with image within link box
gokul,
i want to use the class linkbox 3.. with that class i should display links with images it should be like this ______________________ >yahoo >amazone ______________________ |
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)






