473,378 Members | 1,504 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

Picture Frame

How would I put a frame around the picture that results from this:

<p><center>
<img src='<?=$uploaded;?>'></center></p>
<p align="center"> </p>
<div align="center">

Or can it even be done?

Thanks
Jan 29 '07 #1
2 1429
b1randon
171 Expert 100+
How would I put a frame around the picture that results from this:

<p><center>
<img src='<?=$uploaded;?>'></center></p>
<p align="center"> </p>
<div align="center">

Or can it even be done?

Thanks
Just put that whole thing inside a table with cells that contain the images that make up your picture frame.

[HTML]
<table>
<tr>
<td><img src="frame1.gif" colspan="3"></td>
</tr>
<tr>
<td><img src="frame2.gif"></td>
<td><img src='<?=$uploaded;?>'></td>
<td><img src="frame2.gif"></td>
</tr>
<tr>
<td><img src="frame1.gif" colspan="3"></td>
</tr>
</table>
[/HTML]
Jan 29 '07 #2
Motoma
3,237 Expert 2GB
Use the border element for the img tag:
[HTML]
<p><center>
<img src='<?=$uploaded;?>' border=20></center></p>
<p align="center"> </p>
<div align="center">
[/HTML]
Jan 29 '07 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Simon | last post by:
I'm trying to build an application which will allow users to view photographs in a variety of picture frames. I can load and display the photos, but I'm not sure where to begin when it comes to...
1
by: Matt Evans | last post by:
Hi, this must have been asked for before, but I cannot see it. Hopefully this is very simple. I have a form which shows everything from a table. In this table is a picture field called photo....
5
by: Steve | last post by:
Hi Can anyone tell me if it is possible to save a picture stored in an OLE objects on a form (bound object frame / unbound object frame) to a file. I have seen a command SavePicture Picture as...
2
by: Lyn | last post by:
I am trying to embed a picture into a Bound Object Frame (Me!Photograph) with the following code which is based on MS article http://support.microsoft.com/?id=158941: strPathname =...
0
by: Lyn | last post by:
This one is driving me crazy. I have a table which stores pictures in an OLE Object column, one per record with a few other text fields (caption, date, etc). This table is maintained with a...
3
by: Saso Zagoranski | last post by:
Hi! Are the any classes I could use to get the picture from a USB camera? Thanks, Saso
6
by: VB Programmer | last post by:
I am creating an online, interactive, art gallery using ASP.NET. I want the user to be able to select (1) a frame type & size, (2) a matte type & color and (3) a picture. I will then display...
12
by: Audrey | last post by:
Hello, I want access picture by picture on video : is it possible on C# ? Thanks
1
by: nowitsoverx | last post by:
I'm just trying to test something out to see if I can get it working but I'm a little stuck. I have two frames. The left one has a menu of radio buttons. I want it so when you click on the radio...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.