Page 1 of 1

Help with Links page (text page with images)

Posted: 30 Apr 2009, 09:47
by dkfx
Hello there-
This is my first post so be easy! I'm working on creating a "links" page.

It has a little blurb about people who have helped me out, yadda yadda yadda, and I want to have their logo on the 'text' page with a link to their site as well.

I've gotten the images / coding worked out but here's my problem. The first time you click on the 'links' page it comes up as this...

Image

you can't scroll down to see the other links, or images. Once you click a gallery, or the 'about me' section and come BACK to the links page it works fine...like this...

Image

You can scroll up and down, and see all the links, as before it's just stuck and can't scroll up and down.

I've thought about nuking this, and making an actual links tab from the "gallery menu" but really like having their logos as images. Kinda gives a face with a name.

Any ideas? Thanks in advance...

Posted: 30 Apr 2009, 10:45
by dkfx
ps-- when I "try" new themes under admin, the links page works everytime...but not with the one i've edited. any suggestions?

Posted: 04 May 2009, 06:54
by mjau-mjau
Do you have a link to your gallery? Did you include width and height attributes in your images? It should be like this:
Code
<img src="images/img.jpg" width="400" height="300" />
This because flash for some reason doesn't expand the textfield to fit the image, unless the image dimensions are included.

This will be easier to include in the latest release of imagevue, which includes a wysiwig text editor for textpages.

Posted: 04 May 2009, 18:02
by dkfx
here is the code I used...and my site is www.dkfxphotography.com (still in work)
Code
<p>This page is dedicated to anyone I've had the privilege of working with, or has just helped me along the way. Please take a minute, and check out the links for my friends and clients.   </p>  

  <br><br>          <a href="http://www.myspace.com/bottomline" target="_blank"><img src="http://img.photobucket.com/albums/v280/btmlinedan/dkfx/blz.jpg" border="0" alt="Photobucket"></a>          

  <a href="http://www.enthusiastauto.com" target="_blank"><img src="http://img.photobucket.com/albums/v280/btmlinedan/dkfx/400.jpg" border="0" alt="Photobucket"></a>   

   <br><br>      <a href="http://www.myspace.com/chapterzero" target="_blank"><img src="http://chapterzero.com/includes/jpg/chapter_zero.jpg" border="0" alt="Photobucket"></a>  

     <a href="http://remodelcincy.com/" target="_blank"><img src="http://img.photobucket.com/albums/v280/btmlinedan/dkfx/h12.jpg" border="0" alt="Photobucket"></a>    <br><br>   

   <a href="http://www.revolution-fitness.com" target="_blank"><img src="http://www.revolution-fitness.com/WEBSITE%20IMAGES/2-A.gif" border="0" alt="Photobucket"></a>

      <br><br>   <a href="http://www.flickr.com/btmlinedan" target="_blank"><img src="http://l.yimg.com/g/images/logo_home.png.v2" border="0" alt="Photobucket"></a>   


   <br><br>

Posted: 05 May 2009, 03:18
by mjau-mjau
yup, well you gotta add width and height attributes into the image like I posted in my last post. See in your image tags, there are no width and height attributes.

Posted: 05 May 2009, 09:18
by dkfx
thanks Karl, i'll give that a try, will it 're-size' each one to that size or is it just to talk to the program?

tried it out, guess you have to 'tell it' what size you are using, pretty cool! thanks karl!