Link question

  • Thread starter Thread starter Shirley
  • Start date Start date
S

Shirley

I have a jpeg on my home page with links around it to various pages.
http://mirielthreadsandjules.com
What I want to do is arrange the links in an arc around the photo from 9-3
o'clock. I can't seem to get it. Everything I've tried has dropped them all
over the place. Someone mentioned that maybe a table within a table would
work. Can it be done?
 
You have a couple of choices here. Remember, we are limited by what HTML can
do. You can use a table, or nested tables, to approximate the positions, or
you can use CSS styles and absolute positioning. Note, however, that using
absolute positioning can be tricky, esp. in multiple screen resolutions.

One more thing: NEVER use non-breaking spaces ( ) to position anything
in a web page.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
Shirley, you need to optimize the grandma knitting image on the index page...it's over 200k and slowing the page load.


| I have a jpeg on my home page with links around it to various pages.
| http://mirielthreadsandjules.com
| What I want to do is arrange the links in an arc around the photo from 9-3
| o'clock. I can't seem to get it. Everything I've tried has dropped them all
| over the place. Someone mentioned that maybe a table within a table would
| work. Can it be done?
|
|
 
Thanks, Kevin :)
Kevin Spencer said:
You have a couple of choices here. Remember, we are limited by what HTML can
do. You can use a table, or nested tables, to approximate the positions, or
you can use CSS styles and absolute positioning. Note, however, that using
absolute positioning can be tricky, esp. in multiple screen resolutions.

One more thing: NEVER use non-breaking spaces ( ) to position anything
in a web page.

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
Shirley,
Nesting tables is the way to go. Here is a <very> quick
sample I created for you

http://www.lannonfire.com/Developement/Sample.htm

Mike


:I have a jpeg on my home page with links around it to
various pages.
: http://mirielthreadsandjules.com
: What I want to do is arrange the links in an arc around
the photo from 9-3
: o'clock. I can't seem to get it. Everything I've tried has
dropped them all
: over the place. Someone mentioned that maybe a table
within a table would
: work. Can it be done?
:
:
 
Wow!
Thanks....I can't believe how nice that was of you to do that for me. I
really appreciate it..:))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top