Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Page Scrolling Even When There's No Content Reply To: Page Scrolling Even When There's No Content

#156744

Let me see if this makes anything clearer… I actually changed all the code to be in one block. Basically the custom code section starts with my name since I needed that to be a custom font.

Here is the entire section of code for the contact info and image (again, all in the same block):

<div id="namelogosm">
JEFF<br>
SINGER<br>
</div>

<div id="infologo">
SAN FRANCISCO<br>
LOS ANGELES<br>
NEW YORK CITY<br>
+1 111 111 1111<br>
email -[at]- mydomain.COM<br><br>

STOCK REPRESENTATION:<br>
<div id="stocklogo">
<a href="http://www.gallerystock.com/C.aspx?VP3=SearchResult_VPage&VBID=279RI30KMPG2" target="_blank" >gallery stock<font color="red">.</font></a>
</div>

<div id="pic">
  <div style='position:relative;
top:-215px;
right:-275px;
 '>
<img src="//jeffsingerphotography.com/files/meandchloe.jpg" height="200" width="200" />
</div>